diff options
Diffstat (limited to 'results/classifier/gemma3:12b/device/2357')
| -rw-r--r-- | results/classifier/gemma3:12b/device/2357 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/device/2357 b/results/classifier/gemma3:12b/device/2357 new file mode 100644 index 000000000..065002d47 --- /dev/null +++ b/results/classifier/gemma3:12b/device/2357 @@ -0,0 +1,19 @@ + +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 +``` |