summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/605.toml
blob: 8db48fab8a9ccfa05635aeb7e1f7ac520d8d2350 (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
id = 605
title = "QEMU crashes when receiving network connection on NetBSD"
state = "closed"
created_at = "2021-09-07T19:47:30.537Z"
closed_at = "2021-09-19T19:36:35.452Z"
labels = ["workflow::Triaged"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/605"
host-os = "NetBSD"
host-arch = "amd64 (x86_64)"
qemu-version = "6.1.0 compiled with pkgsrc"
guest-os = "Linux"
guest-arch = "x86_64"
description = """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)"""
reproduce = """1. start VM as indicated
2. telnet localhost 2222
3. crash"""
additional = """**
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)"""