summary refs log tree commit diff stats
path: root/results/classifier/zero-shot/108/device/2357
blob: 0ccc278fe7d57441e38b1dd206dab90d87dae45e (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
device: 0.935
graphic: 0.916
performance: 0.851
network: 0.795
socket: 0.753
vnc: 0.701
PID: 0.694
debug: 0.669
files: 0.655
semantic: 0.553
boot: 0.402
permissions: 0.274
KVM: 0.267
other: 0.223

assert in dwc2
Description of problem:
The following log reveals it:

```
ERROR:../hw/usb/hcd-dwc2.c:1131:dwc2_hsotg_read: code should not be reached
Bail out! ERROR:../hw/usb/hcd-dwc2.c:1131:dwc2_hsotg_read: code should not be reached
Aborted
```
Steps to reproduce:
```
cat << EOF | qemu-system-aarch64 -display \
none -machine accel=qtest, -m 512M -machine raspi2b -m 1G -nodefaults \
-usb -drive file=null-co://,if=none,format=raw,id=disk0 -device \
usb-storage,port=1,drive=disk0 -qtest stdio
readl 0x3f980dfb
EOF
```