summary refs log tree commit diff stats
path: root/results/classifier/deepseek-r1:32b/reasoning/runtime/1429313
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-06 16:43:19 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-06 16:43:19 +0000
commit238ec2b7cc1557d6f34c33cc482e4d0cd3e266dd (patch)
treecd8a1b75ba7b3543eb7fe6857f408e7be4d9fd0b /results/classifier/deepseek-r1:32b/reasoning/runtime/1429313
parent96049c939b1916d80532630d63c14e04d5244f1d (diff)
downloademulator-bug-study-238ec2b7cc1557d6f34c33cc482e4d0cd3e266dd.tar.gz
emulator-bug-study-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/142931313
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 00000000..7c4adf94
--- /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