summary refs log tree commit diff stats
path: root/results/classifier/user-mode-bugs/1883784
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-05 20:00:38 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-05 20:00:38 +0200
commit96049c939b1916d80532630d63c14e04d5244f1d (patch)
tree7fb9df428f074078e714f1e038210cdff887185a /results/classifier/user-mode-bugs/1883784
parent40bbb77d4dfebff4f99c2f90b2c0db737b0ecc5a (diff)
downloademulator-bug-study-96049c939b1916d80532630d63c14e04d5244f1d.tar.gz
emulator-bug-study-96049c939b1916d80532630d63c14e04d5244f1d.zip
lock user-mode and semantic-bugs
Diffstat (limited to 'results/classifier/user-mode-bugs/1883784')
-rw-r--r--results/classifier/user-mode-bugs/188378411
1 files changed, 11 insertions, 0 deletions
diff --git a/results/classifier/user-mode-bugs/1883784 b/results/classifier/user-mode-bugs/1883784
new file mode 100644
index 00000000..38db32ed
--- /dev/null
+++ b/results/classifier/user-mode-bugs/1883784
@@ -0,0 +1,11 @@
+
+
+[ppc64le] qemu behavior differs from ppc64le hardware
+
+I have some code which passes my test suite on PPC64LE hardware when compiled with GCC 10, but the saem binary fails with both qemu-ppc64le 4.2 (on Fedora 32) and qemu-ppc64le-static 5.0.0 (Debian testing).
+
+I'm not getting any errors about illegal instructions or anything, like that; the results are just silently different on qemu.
+
+I've generated a reduced test case, which is attached along with the binaries (both are the same code, one is just statically linked).  They should execute successufully on PPC64LE hardware, but on qemu they hit a __builtin_abort (because the computed value doesn't match the expected value).
+
+Without being familiar with PPC assembly I'm not sure what else I can do, but if there is anything please let me know.
\ No newline at end of file