diff options
Diffstat (limited to 'results/classifier/gemma3:12b/vnc/981')
| -rw-r--r-- | results/classifier/gemma3:12b/vnc/981 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/vnc/981 b/results/classifier/gemma3:12b/vnc/981 new file mode 100644 index 000000000..0f2e910d1 --- /dev/null +++ b/results/classifier/gemma3:12b/vnc/981 @@ -0,0 +1,11 @@ + +VNC UNIX sockets are not deleted +Description of problem: +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. +Steps to reproduce: +``` + rm -f foo.socket + qemu-system-x86_64 -vnc unix:foo.socket + # Exit QEMU + ls foo.socket + ``` |