diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:00 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:33 +0000 |
| commit | 9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch) | |
| tree | b765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/network/605 | |
| parent | b89a938452613061c0f1f23e710281cf5c83cb29 (diff) | |
| download | qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip | |
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/network/605')
| -rw-r--r-- | results/classifier/118/network/605 | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/results/classifier/118/network/605 b/results/classifier/118/network/605 new file mode 100644 index 000000000..51fa9ed6b --- /dev/null +++ b/results/classifier/118/network/605 @@ -0,0 +1,45 @@ +network: 0.992 +graphic: 0.986 +boot: 0.973 +device: 0.949 +debug: 0.895 +vnc: 0.889 +performance: 0.873 +virtual: 0.863 +files: 0.816 +PID: 0.781 +ppc: 0.781 +arm: 0.723 +risc-v: 0.695 +semantic: 0.638 +register: 0.624 +socket: 0.616 +architecture: 0.608 +VMM: 0.535 +permissions: 0.474 +mistranslation: 0.442 +peripherals: 0.410 +TCG: 0.327 +user-level: 0.236 +KVM: 0.235 +kernel: 0.109 +hypervisor: 0.082 +assembly: 0.057 +i386: 0.025 +x86: 0.003 + +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) |