summary refs log tree commit diff stats
path: root/results/classifier/gemma3:12b/kvm/1127053
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-07-03 07:27:52 +0000
commitd0c85e36e4de67af628d54e9ab577cc3fad7796a (patch)
treef8f784b0f04343b90516a338d6df81df3a85dfa2 /results/classifier/gemma3:12b/kvm/1127053
parent7f4364274750eb8cb39a3e7493132fca1c01232e (diff)
downloademulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.tar.gz
emulator-bug-study-d0c85e36e4de67af628d54e9ab577cc3fad7796a.zip
add deepseek and gemma results
Diffstat (limited to 'results/classifier/gemma3:12b/kvm/1127053')
-rw-r--r--results/classifier/gemma3:12b/kvm/112705325
1 files changed, 25 insertions, 0 deletions
diff --git a/results/classifier/gemma3:12b/kvm/1127053 b/results/classifier/gemma3:12b/kvm/1127053
new file mode 100644
index 00000000..7786b7f8
--- /dev/null
+++ b/results/classifier/gemma3:12b/kvm/1127053
@@ -0,0 +1,25 @@
+
+assertion failed in exec.c while attempting to start a guest (latest commit)
+
+Hi team,
+
+I decided to try the latest commit on git (previously used version 1.3.0), and I got failed assertions while attempting to start my guests:
+
+eclipse ~ # qemu-kvm -enable-kvm -hda arch.img -m 4096 -smp sockets=1,cores=4 -vnc :0 -cpu host -vga std -net nic,model=e1000,macaddr=00:00:00:00:00:00 -net tap,ifname=vm0 -qmp tcp:0.0.0.0:4900,server,nowait
+qemu-kvm: /var/tmp/portage/app-emulation/qemu-9999/work/qemu-9999/exec.c:982: qemu_ram_set_idstr: Assertion `!new_block->idstr[0]' failed.
+Aborted
+
+The assertion seems valid, so whatever's causing it is probably to blame. I haven't dug around much to find out what calls the method (qemu_ram_set_idstr()), but that is probably the best place to start.
+
+The host contains a Xeon E3-1240 CPU, virtualising a bunch of guests one of which is Arch Linux 64-bit, if that helps.
+
+eclipse ~ # qemu-kvm -version
+QEMU emulator version 1.4.50, Copyright (c) 2003-2008 Fabrice Bellard
+
+It looks like this assertion happens if you call the executable without any parameters as well:
+
+eclipse ~ # qemu-kvm
+qemu-kvm: /var/tmp/portage/app-emulation/qemu-9999/work/qemu-9999/exec.c:982: qemu_ram_set_idstr: Assertion `!new_block->idstr[0]' failed.
+Aborted
+
+Thanks.
\ No newline at end of file