diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-08 13:28:15 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-08 13:28:28 +0200 |
| commit | 5aa276efcbd67f4300ca1a7f809c6e00aadb03da (patch) | |
| tree | 9b8f0e074014cda8d42f5a97a95bc25082d8b764 /results/classifier/zero-shot-user-mode/output/syscall/1861341 | |
| parent | 1a3c4faf4e0a25ed0b86e8739d5319a634cb9112 (diff) | |
| download | emulator-bug-study-5aa276efcbd67f4300ca1a7f809c6e00aadb03da.tar.gz emulator-bug-study-5aa276efcbd67f4300ca1a7f809c6e00aadb03da.zip | |
restructure results
Diffstat (limited to 'results/classifier/zero-shot-user-mode/output/syscall/1861341')
| -rw-r--r-- | results/classifier/zero-shot-user-mode/output/syscall/1861341 | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/results/classifier/zero-shot-user-mode/output/syscall/1861341 b/results/classifier/zero-shot-user-mode/output/syscall/1861341 deleted file mode 100644 index 85a6c0c1..00000000 --- a/results/classifier/zero-shot-user-mode/output/syscall/1861341 +++ /dev/null @@ -1,36 +0,0 @@ -syscall: 0.782 -instruction: 0.156 -runtime: 0.061 - - - -ARM QEMU: Unknown syscall 397 - -QEMU is reporting - -``` -Unknown syscall 397 -``` - -(statx if I read tables right) when used via flatpak for ARM images on x86_64. This has been reproduced on Fedora and Gentoo. - -To reproduce: - -- get flatpak KDE 5.12 for arm: - -flatpak install --user org.kde.Sdk/arm/5.12 org.kde.Platform/arm/5.12 - - -- run qmake inside Sdk: - -QEMU_STRACE=1 flatpak run --filesystem=host --command=qmake org.kde.Sdk/arm/5.12 . - - -You will get a host of messages with unknown syscall. In practice, qmake will fail to find .pro files if you have them in that folder and libraries in the system. - -As far as I understand, Flatpak images are built on AARCH64 hardware. - -My config on Gentoo: - -kernel: 4.19.86-gentoo x86_64 -app-emulation/qemu: ~4.2.0-r1 , same with 4.0.0 \ No newline at end of file |
