summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/other/2790
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 19:39:53 +0200
commitdee4dcba78baf712cab403d47d9db319ab7f95d6 (patch)
tree418478faf06786701a56268672f73d6b0b4eb239 /results/classifier/zero-shot/108/other/2790
parent4d9e26c0333abd39bdbd039dcdb30ed429c475ba (diff)
downloademulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.tar.gz
emulator-bug-study-dee4dcba78baf712cab403d47d9db319ab7f95d6.zip
restructure results
Diffstat (limited to 'results/classifier/zero-shot/108/other/2790')
-rw-r--r--results/classifier/zero-shot/108/other/279025
1 files changed, 25 insertions, 0 deletions
diff --git a/results/classifier/zero-shot/108/other/2790 b/results/classifier/zero-shot/108/other/2790
new file mode 100644
index 00000000..31b286a5
--- /dev/null
+++ b/results/classifier/zero-shot/108/other/2790
@@ -0,0 +1,25 @@
+graphic: 0.901
+device: 0.749
+performance: 0.703
+semantic: 0.594
+debug: 0.455
+vnc: 0.316
+PID: 0.305
+permissions: 0.298
+boot: 0.279
+socket: 0.221
+other: 0.216
+network: 0.191
+KVM: 0.120
+files: 0.056
+
+Can't switch to monitor with rr=record
+Description of problem:
+With the above args, while the guest is paused (either because I haven't attached GDB yet, or because I've halted execution in GDB), it's not possible to switch to the QEMU monitor.
+
+I don't reproduce this issue with `QEMU emulator version 8.2.4 (Debian 1:8.2.4+ds-1+build1)` but I do with 9.2 and master (built from source).
+
+AFAICT, the monitor is working - if I just set `-monitor stdio` instead of `-serial mon:stdio` I can use it, including when the VM is paused. But the multiplexing doesn't work.
+Steps to reproduce:
+1. Run the above
+2. Ctrl-A, c