summary refs log tree commit diff stats
path: root/results/classifier/no-thinking-deepseek-r1:70b/reasoning/runtime/1715162
blob: 96e44e46ce07c9b8f0d2c51c74d22d5317025dd9 (plain) (blame)
1
2
3
The issue involves QEMU crashing when writing a core dump after a segmentation fault occurs while running a binary under `qemu-x86-64`. The backtrace shows that the crash happens during `sigsuspend` in the context of handling signals and dumping cores, which suggests it's related to how QEMU manages runtime exceptions and signal handling.

Category: **runtime**