diff options
Diffstat (limited to 'results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/834')
| -rw-r--r-- | results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/834 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/834 b/results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/834 new file mode 100644 index 000000000..99ff0592a --- /dev/null +++ b/results/classifier/no-thinking-deepseek-r1:70b/reasoning/syscall/834 @@ -0,0 +1,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 \ No newline at end of file |