summaryrefslogtreecommitdiffstats
path: root/results/classifier/gemma3:12b/device/273
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/classifier/gemma3:12b/device/2732
-rw-r--r--results/classifier/gemma3:12b/device/273240
-rw-r--r--results/classifier/gemma3:12b/device/273313
-rw-r--r--results/classifier/gemma3:12b/device/273425
-rw-r--r--results/classifier/gemma3:12b/device/273511
5 files changed, 91 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/device/273 b/results/classifier/gemma3:12b/device/273
new file mode 100644
index 00000000..87e25918
--- /dev/null
+++ b/results/classifier/gemma3:12b/device/273
@@ -0,0 +1,2 @@
+
+xhci_find_stream: Assertion `streamid != 0' failed.
diff --git a/results/classifier/gemma3:12b/device/2732 b/results/classifier/gemma3:12b/device/2732
new file mode 100644
index 00000000..1e08947f
--- /dev/null
+++ b/results/classifier/gemma3:12b/device/2732
@@ -0,0 +1,40 @@
+
+Segmentation fault with PCI GPU
+Description of problem:
+Upon attempting to launch the virtual machine, Qemu crashes with Segfault. The issue only occurs it's launched with a passthrough GPU with the vfio driver. It is an Nvidia RTX 3060 GPU. The VM boots fine without the GPU PCI device added.
+Steps to reproduce:
+1. Create a VM with the GPU PCI device added
+2. Attempt to boot it
+3. virt-manager will display: "libvirt.libvirtError: internal error: QEMU unexpectedly closed the monitor"
+Additional information:
+GDB backtrace:
+```
+Thread 1 "qemu-system-x86" received signal SIGSEGV, Segmentation fault.
+Downloading 116.51 K source file /usr/src/debug/qemu/build/../qemu-9.1.2/system/memory.c
+memory_region_update_container_subregions () at ../qemu-9.1.2/system/memory.c:2616
+2616 QTAILQ_FOREACH(other, &mr->subregions, subregions_link) {
+(gdb) bt
+#0 memory_region_update_container_subregions () at ../qemu-9.1.2/system/memory.c:2616
+#1 memory_region_add_subregion_common () at ../qemu-9.1.2/system/memory.c:2640
+#2 0x0000555555ade66a in memory_region_add_subregion_overlap () at ../qemu-9.1.2/system/memory.c:2657
+#3 vfio_probe_nvidia_bar0_quirk () at ../qemu-9.1.2/hw/vfio/pci-quirks.c:966
+#4 vfio_bar_quirk_setup () at ../qemu-9.1.2/hw/vfio/pci-quirks.c:1259
+#5 0x0000555555ae8212 in vfio_realize () at ../qemu-9.1.2/hw/vfio/pci.c:3133
+#6 0x000055555586c3ab in pci_qdev_realize () at ../qemu-9.1.2/hw/pci/pci.c:2097
+#7 0x0000555555b924f3 in device_set_realized () at ../qemu-9.1.2/hw/core/qdev.c:510
+#8 0x0000555555b9c37f in property_set_bool () at ../qemu-9.1.2/qom/object.c:2354
+#9 0x0000555555b9a21a in object_property_set () at ../qemu-9.1.2/qom/object.c:1463
+#10 0x0000555555b9abbf in object_property_set_qobject () at ../qemu-9.1.2/qom/qom-qobject.c:28
+#11 object_property_set_bool () at ../qemu-9.1.2/qom/object.c:1533
+#12 0x000055555594dafb in qdev_device_add_from_qdict () at ../qemu-9.1.2/system/qdev-monitor.c:719
+#13 0x00005555559586f1 in qemu_create_cli_devices () at ../qemu-9.1.2/system/vl.c:2664
+#14 qmp_x_exit_preconfig () at ../qemu-9.1.2/system/vl.c:2721
+#15 0x0000555555962396 in qemu_init () at ../qemu-9.1.2/system/vl.c:3766
+#16 0x00005555556d2abd in main () at ../qemu-9.1.2/system/main.c:47
+```
+
+dmesg:
+```
+[ 4846.200960] qemu-system-x86[26518]: segfault at b8 ip 00006149e75a64e6 sp 00007fff4c85fbe0 error 4 in qemu-system-x86_64[5c24e6,6149e7155000+72c000] likely on CPU 4 (core 4, socket 0)
+[ 4846.200968] Code: 2e 01 83 c0 01 89 05 0d cd 2e 01 48 8b 43 40 48 85 c0 74 16 ba 01 00 00 00 f0 0f c1 50 18 81 fa fe ff ff 7f 0f 87 c4 00 00 00 <49> 8b 84 24 b8 00 00 00 48 85 c0 74 55 8b 93 b0 00 00 00 eb 11 0f
+```
diff --git a/results/classifier/gemma3:12b/device/2733 b/results/classifier/gemma3:12b/device/2733
new file mode 100644
index 00000000..c442c0d1
--- /dev/null
+++ b/results/classifier/gemma3:12b/device/2733
@@ -0,0 +1,13 @@
+
+-machine raspi4b won't dump dtb
+Description of problem:
+the raspi4b machine won't dump tdb
+Steps to reproduce:
+```
+$ qemu-system-aarch64 -machine virt -machine dumpdtb=p.dmp
+qemu-system-aarch64: info: dtb dumped to p.dmp. Exiting.
+$ qemu-system-aarch64 -machine raspi4b -machine dumpdtb=p.dmp
+```
+notice no dtb is dumped for the raspi4b machine
+Additional information:
+see also https://gitlab.com/qemu-project/qemu/-/issues/2729
diff --git a/results/classifier/gemma3:12b/device/2734 b/results/classifier/gemma3:12b/device/2734
new file mode 100644
index 00000000..c744c609
--- /dev/null
+++ b/results/classifier/gemma3:12b/device/2734
@@ -0,0 +1,25 @@
+
+many aarch64 machines exit with "fatal: Lockup: can't escalate 3 to HardFault"
+Description of problem:
+`-machine netduino2` and `-machine microbit` and many others dump core
+Steps to reproduce:
+```
+qemu-system-aarch64 -machine netduino2
+qemu-system-aarch64 -machine microbit
+...
+$ for x in microbit netduino2 b-l475e-iot01a emcraft-sf2 fby35-bmc lm3s6965evb lm3s811evb musca-a musca-b1 netduinoplus2 olimex-stm32-h405 stm32vldiscovery
+do qemu-system-aarch64 -machine $x
+done
+```
+and all the `mps2-*` machines all result in
+```
+qemu: fatal: Lockup: can't escalate 3 to HardFault (current priority -1)
+
+R00=00000000 R01=00000000 R02=00000000 R03=00000000
+R04=00000000 R05=00000000 R06=00000000 R07=00000000
+R08=00000000 R09=00000000 R10=00000000 R11=00000000
+R12=00000000 R13=ffffffe0 R14=fffffff9 R15=00000000
+XPSR=40000003 -Z-- A handler
+FPSCR: 00000000
+Aborted (core dumped)
+```
diff --git a/results/classifier/gemma3:12b/device/2735 b/results/classifier/gemma3:12b/device/2735
new file mode 100644
index 00000000..c2c106c3
--- /dev/null
+++ b/results/classifier/gemma3:12b/device/2735
@@ -0,0 +1,11 @@
+
+Couldn't find rom image 'canon-a1100-rom1.bin'.
+Description of problem:
+```
+$ qemu-system-aarch64 -machine canon-a1100
+qemu-system-aarch64: Couldn't find rom image 'canon-a1100-rom1.bin'.
+```
+Steps to reproduce:
+```
+qemu-system-aarch64 -machine canon-a1100
+```