summary refs log tree commit diff stats
path: root/results/classifier/zero-shot-user-mode/instruction/1821430
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-08 13:28:15 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-08 13:28:28 +0200
commit5aa276efcbd67f4300ca1a7f809c6e00aadb03da (patch)
tree9b8f0e074014cda8d42f5a97a95bc25082d8b764 /results/classifier/zero-shot-user-mode/instruction/1821430
parent1a3c4faf4e0a25ed0b86e8739d5319a634cb9112 (diff)
downloademulator-bug-study-5aa276efcbd67f4300ca1a7f809c6e00aadb03da.tar.gz
emulator-bug-study-5aa276efcbd67f4300ca1a7f809c6e00aadb03da.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot-user-mode/instruction/1821430')
-rw-r--r--results/classifier/zero-shot-user-mode/instruction/182143038
1 files changed, 38 insertions, 0 deletions
diff --git a/results/classifier/zero-shot-user-mode/instruction/1821430 b/results/classifier/zero-shot-user-mode/instruction/1821430
new file mode 100644
index 00000000..acee1db0
--- /dev/null
+++ b/results/classifier/zero-shot-user-mode/instruction/1821430
@@ -0,0 +1,38 @@
+instruction: 0.724
+runtime: 0.186
+syscall: 0.090
+
+
+
+qemu-user-arm (4.0.0-rc0) crashes
+
+I'm using qemu-user-arm for crosscompilation needs, usually via a wrapper.
+qemu-user-arm (4.0.0-rc0) crashes with SIGILL on at least 2 instructions:
+
+first case (sadly I don't have more data handy, can reproduce at a later time if needed):
+(gdb) x/i $pc
+=> 0xfffce314:  vseleq.f64      d0, d17, d0
+
+second case (llvm-config):
+qemu cmdline:
+qemu-arm -strace -cpu max -r 5.0.0 -L /home/asavah/kross/build/rpi3/rootfs -E LD_LIBRARY_PATH=/home/asavah/kross/build/rpi3/rootfs/usr/bin:/home/asavah/kross/build/rpi3/rootfs/usr/lib /home/asavah/kross/build/rpi3/rootfs/usr/bin/llvm-config --shared-mode
+
+--- SIGILL {si_signo=SIGILL, si_code=2, si_addr=0xf9f89f80} ---
+qemu: uncaught target signal 4 (Illegal instruction) - core dumped
+
+output from gdb(arm) attached to qemu-user-arm
+Program received signal SIGILL, Illegal instruction.
+0xf9f77f80 in ?? ()
+(gdb) bt
+#0  0xf9f77f80 in ?? ()
+#1  0xfffd796c in ?? ()
+Backtrace stopped: previous frame identical to this frame (corrupt stack?)
+(gdb)  x/i $pc
+=> 0xf9f77f80:  vrintm.f64      d18, d18
+
+
+The very same binaries when run with qemu-user-arm 3.1.0 (both from ubuntu 19.04 package and self built)
+work flawlessly.
+
+This is clearly a regression.
+Please fix before releasing 4.0.0.
\ No newline at end of file