diff options
Diffstat (limited to 'results/classifier/deepseek-r1:32b/output/runtime/1812861')
| -rw-r--r-- | results/classifier/deepseek-r1:32b/output/runtime/1812861 | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/results/classifier/deepseek-r1:32b/output/runtime/1812861 b/results/classifier/deepseek-r1:32b/output/runtime/1812861 new file mode 100644 index 00000000..6acdc2c3 --- /dev/null +++ b/results/classifier/deepseek-r1:32b/output/runtime/1812861 @@ -0,0 +1,25 @@ + + + +QEMU in user-mode emulation mode crashes when the user program jumps to an invalid address + +Running this code: + +void (*func)() = 0x12345678; + +int main() +{ + func(); + return 0; +} + +Produces the following output: + +qemu-arm-static: /build/qemu-DqynNa/qemu-2.8+dfsg/translate-all.c:175: tb_lock: Assertion `!have_tb_lock' failed. +qemu-arm-static: /build/qemu-DqynNa/qemu-2.8+dfsg/translate-all.c:175: tb_lock: Assertion `!have_tb_lock' failed. +Segmentation fault + +The expected result is as follows: + +qemu: uncaught target signal 11 (Segmentation fault) - core dumped +Segmentation fault \ No newline at end of file |