diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-06 16:43:19 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-06 16:43:19 +0000 |
| commit | 238ec2b7cc1557d6f34c33cc482e4d0cd3e266dd (patch) | |
| tree | cd8a1b75ba7b3543eb7fe6857f408e7be4d9fd0b /results/classifier/deepseek-r1:32b/reasoning/runtime/1429313 | |
| parent | 96049c939b1916d80532630d63c14e04d5244f1d (diff) | |
| download | qemu-analysis-238ec2b7cc1557d6f34c33cc482e4d0cd3e266dd.tar.gz qemu-analysis-238ec2b7cc1557d6f34c33cc482e4d0cd3e266dd.zip | |
add results
Diffstat (limited to 'results/classifier/deepseek-r1:32b/reasoning/runtime/1429313')
| -rw-r--r-- | results/classifier/deepseek-r1:32b/reasoning/runtime/1429313 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/results/classifier/deepseek-r1:32b/reasoning/runtime/1429313 b/results/classifier/deepseek-r1:32b/reasoning/runtime/1429313 new file mode 100644 index 000000000..7c4adf945 --- /dev/null +++ b/results/classifier/deepseek-r1:32b/reasoning/runtime/1429313 @@ -0,0 +1,13 @@ +<think> +Okay, I need to classify this bug report into one of the given categories: instruction, syscall, or runtime. Let me read through the problem description again carefully. + +The issue is about QEMU not blocking target signals when entering a signal handler. The function process_pending_signals in signal.c blocks host signals but doesn't handle queued QEMU signals properly. This leads to recursion if multiple signals come quickly, causing an abort and core dump. + +So, what's happening here? It seems like the problem occurs during runtime because it's about how QEMU handles signals as they're being processed by the target application. The issue isn't related to a specific instruction or a syscall but rather the handling of signals at runtime. + +Therefore, this bug falls under the "runtime" category. +</think> + +The bug report describes an issue with signal handling during execution, which is a runtime problem. + +runtime \ No newline at end of file |