summary refs log tree commit diff stats
path: root/results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/834
blob: 99ff0592ac5fc8c6af8ea36b74ba1a74385f9518 (plain) (blame)
1
2
3
The issue revolves around how signals are handled during the `pselect` system call within QEMU. The program expects to catch `SIGUSR1` when it's unmasked during `pselect`, but under QEMU, this doesn't happen even though the signal is delivered. This indicates a problem with how QEMU emulates or handles system calls related to signal delivery and processing.

syscall