summary refs log tree commit diff stats
path: root/results/classifier/no-thinking-deepseek-r1:70b/reasoning/runtime/1765970
blob: 5dc7780e3e019263336b03f7a4df5ed5feaac45f (plain) (blame)
1
2
3
4
5
The bug report describes a segmentation fault occurring in `qemu-arm` when running under `uclibc-ng`, specifically after an upgrade to QEMU 2.11.x. The issue is tied to a particular commit that changes `MAX_RESERVED_VA`. The backtrace provided shows the crash happening within CPU execution logic, particularly during code generation and execution of translated blocks.

This points to an error in how QEMU handles instructions or generated code at runtime, rather than being directly related to system calls. Therefore, it falls under the **instruction** category.

runtime