summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/105/network/2756
blob: 3b00c4d210b4e3173583a9077679dbe500fabad3 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
network: 0.991
device: 0.984
socket: 0.975
graphic: 0.954
vnc: 0.933
KVM: 0.911
boot: 0.843
instruction: 0.789
mistranslation: 0.765
semantic: 0.742
assembly: 0.533
other: 0.484

Unexpected port id 2909357808 for device virtio-serial0.0
Description of problem:
when the VM runs for a period of time.qemu log always print the error:“Unexpected port id 2909357808 for device virtio-serial0.0”.And the spice connet display black screen.Restart the vm,it recovery. my channel is 16,Normally it will always output port less than 16,but when error it report a lage port. why it get a lage port "2909357808",Is there a data overflow?
Steps to reproduce:
1.The VM runs for a period of time

2.report the error: "Unexpected port id 2909357808 for device virtio-serial0.0".

3.restart to recovery.
Additional information:
qemu log:

when vm is ok:
```
virtio serial port 16 send control message event = 1, value = 1
virtio serial port 0 send control message event = 1, value = 1
virtio serial port '1' handle control message event = 3, value = 1
virtio serial port '2' handle control message event = 3, value = 1
virtio serial port 2 send control message event = 6, value = 1
virtio serial port '3' handle control message event = 3, value = 1
virtio serial port 3 send control message event = 6, value = 1
virtio serial port '4' handle control message event = 3, value = 1
virtio serial port 4 send control message event = 6, value = 1
```


when error:

```
2024-11-07T07:19:50.969383Z qemu-system-x86_64: virtio-serial-bus: Unexpected port id 2909357808 for device virtio-serial0.0
virtio serial port '2400366800' handle control message event = 49671, value = 65535
2024-11-07T07:19:50.969706Z qemu-system-x86_64: virtio-serial-bus: Unexpected port id 2400366800 for device virtio-serial0.0
virtio serial port '2909357808' handle control message event = 52747, value = 65535
2024-11-07T07:20:00.944495Z qemu-system-x86_64: virtio-serial-bus: Unexpected port id 2909357808 for device virtio-serial0.0
virtio serial port '2400366800' handle control message event = 49671, value = 65535
2024-11-07T07:20:00.950544Z qemu-system-x86_64: virtio-serial-bus: Unexpected port id 2400366800 for device virtio-serial0.0
virtio serial port '2909357808' handle control message event = 52747, value = 65535
2024-11-07T07:20:47.923564Z qemu-system-x86_64: virtio-serial-bus: Unexpected port id 2909357808 for device virtio-serial0.0
virtio serial port '2400366800' handle control message event = 49671, value = 65535
2024-11-07T07:20:47.924422Z qemu-system-x86_64: virtio-serial-bus: Unexpected port id 2400366800 for device virtio-serial0.0
virtio serial port '2909357808' handle control message event = 52747, value = 65535
```