summaryrefslogtreecommitdiffstats
path: root/results/classifier/118/network/1824622
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:00 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-16 16:59:33 +0000
commit9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch)
treeb765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/network/1824622
parentb89a938452613061c0f1f23e710281cf5c83cb29 (diff)
downloademulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz
emulator-bug-study-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/network/1824622')
-rw-r--r--results/classifier/118/network/182462249
1 files changed, 49 insertions, 0 deletions
diff --git a/results/classifier/118/network/1824622 b/results/classifier/118/network/1824622
new file mode 100644
index 00000000..2bfdda24
--- /dev/null
+++ b/results/classifier/118/network/1824622
@@ -0,0 +1,49 @@
+network: 0.872
+x86: 0.792
+files: 0.745
+i386: 0.731
+device: 0.685
+debug: 0.666
+semantic: 0.566
+vnc: 0.558
+performance: 0.541
+ppc: 0.474
+socket: 0.453
+register: 0.448
+graphic: 0.439
+risc-v: 0.401
+PID: 0.390
+permissions: 0.344
+boot: 0.343
+TCG: 0.304
+arm: 0.295
+architecture: 0.286
+mistranslation: 0.259
+VMM: 0.225
+peripherals: 0.224
+kernel: 0.217
+user-level: 0.211
+hypervisor: 0.176
+virtual: 0.127
+KVM: 0.117
+assembly: 0.082
+
+Qemu 4.0.0-rc3 COLO Primary Crashes with "Assertion `event_unhandled_count > 0' failed."
+
+Hello Everyone,
+Now with Qemu 4.0.0-rc3, COLO is finally working so I gave it a try, but the Primary is always crashing during Network use. Typing fast in ssh or running "top" with 0.1 second delay (change with 'd') reliably trigger the crash for me. I use the attached scripts to run Qemu, in my case both primary and secondary run on the same Host for testing purposes. See the files in the attached .tar.bz2 for more Info, they also contain a Coredump.
+
+Regards,
+Lukas Straub
+
+Configure CMDline:
+./configure --target-list=x86_64-softmmu,i386-softmmu --enable-debug-info
+
+
+
+https://lists.nongnu.org/archive/html/qemu-discuss/2019-04/msg00026.html
+
+There is a Patch available which fixes this bug: https://lists.nongnu.org/archive/html/qemu-devel/2019-04/msg03497.html
+
+Fix applied to qemu 4.1
+