diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
| commit | f2ec263023649e596c5076df32c2d328bc9393d2 (patch) | |
| tree | 5dd86caab46e552bd2e62bf9c4fb1a7504a44db4 /results/scraper/fex/1450 | |
| parent | 63d2e9d409831aa8582787234cae4741847504b7 (diff) | |
| download | qemu-analysis-main.tar.gz qemu-analysis-main.zip | |
Diffstat (limited to 'results/scraper/fex/1450')
| -rw-r--r-- | results/scraper/fex/1450 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/results/scraper/fex/1450 b/results/scraper/fex/1450 new file mode 100644 index 000000000..c33865c9f --- /dev/null +++ b/results/scraper/fex/1450 @@ -0,0 +1,27 @@ +no member named '__sem_otime_high' in 'semid_ds' +Looks like a glibc and kernel desync. Needs to get investigated. +``` +now stuck in +../Source/Tests/LinuxSyscalls/x64/Types.h:83:11: error: no member named '__sem_otime_high' in 'semid_ds' + buf.__sem_otime_high = sem_otime_high; +Loads of these? +skmp@mangie:~/projects/FEX/build$ uname -a +Linux mangie.hosts.hn.nilware.io 5.4.0-90-generic #101-Ubuntu SMP Fri Oct 15 20:00:55 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux +skmp@mangie:~/projects/FEX/build$ lsb_release -a +No LSB modules are available. +Distributor ID: Ubuntu +Description: Ubuntu 20.04.3 LTS +Release: 20.04 +Codename: focal +uhoh +#ifndef _M_ARM_64 + // AArch64 doesn't have these legacy high variables + buf.__sem_otime_high = sem_otime_high; + buf.__sem_ctime_high = sem_ctime_high; +#endif +apparently, x86_64 doesn't either? +yes +those ifdefs seem broken +Sonicadvance1 — Today at 4:33 AM +Create an issue report about it. Will need to double check the kernel interface and see if this is a mismatch between glibc and kernel +``` \ No newline at end of file |