summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/network/605
blob: 70c0e8316fde274e64ee9e560cf657e7a493a387 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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)