summary refs log tree commit diff stats
path: root/results/classifier/zero-shot-user-mode/output/instruction/1429313
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-07 17:23:11 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-07 17:23:11 +0000
commitc50b0c4da17b6e83640e4ed2380fffb5f507c846 (patch)
treeb4f203fce1380e2ea3578a784bb8ee060fe42cbd /results/classifier/zero-shot-user-mode/output/instruction/1429313
parent61361f925d4914a6608a0076e64cc2399311ed5f (diff)
downloadqemu-analysis-c50b0c4da17b6e83640e4ed2380fffb5f507c846.tar.gz
qemu-analysis-c50b0c4da17b6e83640e4ed2380fffb5f507c846.zip
add zero-shot results
Diffstat (limited to 'results/classifier/zero-shot-user-mode/output/instruction/1429313')
-rw-r--r--results/classifier/zero-shot-user-mode/output/instruction/142931315
1 files changed, 15 insertions, 0 deletions
diff --git a/results/classifier/zero-shot-user-mode/output/instruction/1429313 b/results/classifier/zero-shot-user-mode/output/instruction/1429313
new file mode 100644
index 000000000..092aafc78
--- /dev/null
+++ b/results/classifier/zero-shot-user-mode/output/instruction/1429313
@@ -0,0 +1,15 @@
+instruction: 0.525
+runtime: 0.314
+syscall: 0.161
+
+
+
+qemu-user doesn't block target signals on entry to signal hanlder.
+
+Upon entry to a target signal handler the function process_pending_signals in linux-user/signal.c block the appropriate host signals, but signals already received and queued by Qemu are not blocked. If multiple signals arrive in quick succession this results incorrect recursion in the target signal handler.
+
+The attached test case my be run as:
+
+$ (sleep 2 ; echo) | qemu-i386 ./a.out
+.................. Recursion in signal handler!
+qemu: uncaught target signal 6 (Aborted) - core dumped
\ No newline at end of file