blob: 63ffff176635b82ec68a01b1578d484e9299e9be (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
id = 981
title = "VNC UNIX sockets are not deleted"
state = "opened"
created_at = "2022-04-12T23:47:14.360Z"
closed_at = "n/a"
labels = []
url = "https://gitlab.com/qemu-project/qemu/-/issues/981"
host-os = "Linux"
host-arch = "x86_64"
qemu-version = "6.2.93 (v7.0.0-rc3-4-g4bf58c7213)"
guest-os = "n/a"
guest-arch = "n/a"
description = """After exiting QEMU a unix VNC socket file is left behind. Upon termination I would expect it to remove the socket file like it does for example with a monitor unix socket."""
reproduce = """```
rm -f foo.socket
qemu-system-x86_64 -vnc unix:foo.socket
# Exit QEMU
ls foo.socket
```"""
additional = "n/a"
|