summary refs log tree commit diff stats
path: root/results/classifier/105/network/605
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-03 12:04:13 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-03 12:04:13 +0000
commit256709d2eb3fd80d768a99964be5caa61effa2a0 (patch)
tree05b2352fba70923126836a64b6a0de43902e976a /results/classifier/105/network/605
parent2ab14fa96a6c5484b5e4ba8337551bb8dcc79cc5 (diff)
downloademulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.tar.gz
emulator-bug-study-256709d2eb3fd80d768a99964be5caa61effa2a0.zip
add new classifier result
Diffstat (limited to 'results/classifier/105/network/605')
-rw-r--r--results/classifier/105/network/60528
1 files changed, 28 insertions, 0 deletions
diff --git a/results/classifier/105/network/605 b/results/classifier/105/network/605
new file mode 100644
index 00000000..70c0e831
--- /dev/null
+++ b/results/classifier/105/network/605
@@ -0,0 +1,28 @@
+network: 0.992
+graphic: 0.986
+boot: 0.973
+device: 0.949
+instruction: 0.912
+vnc: 0.889
+semantic: 0.638
+socket: 0.616
+mistranslation: 0.442
+KVM: 0.235
+other: 0.215
+assembly: 0.057
+
+QEMU crashes when receiving network connection on NetBSD
+Description of problem:
+After booting the VM, connecting to the TCP port 2222 of the host immediately crashes the VM and qemu prints:
+
+**
+Slirp:ERROR:../slirp/src/tcp_subr.c:477:tcp_connect: assertion failed: (ret == 0)
+Bail out! Slirp:ERROR:../slirp/src/tcp_subr.c:477:tcp_connect: assertion failed: (ret == 0)
+Steps to reproduce:
+1. start VM as indicated
+2. telnet localhost 2222
+3. crash
+Additional information:
+**
+Slirp:ERROR:../slirp/src/tcp_subr.c:477:tcp_connect: assertion failed: (ret == 0)
+Bail out! Slirp:ERROR:../slirp/src/tcp_subr.c:477:tcp_connect: assertion failed: (ret == 0)