summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1127053
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:24:58 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:27:06 +0000
commit33606b41d35115f887ea688b1a16f2ff85bf2fe4 (patch)
tree406b2c7b19a087ba437c68f3dbf0b589fa1d6150 /results/scraper/launchpad-without-comments/1127053
parentadedf8771bc4de3113041ca21bd4d0d1c0014b6a (diff)
downloademulator-bug-study-33606b41d35115f887ea688b1a16f2ff85bf2fe4.tar.gz
emulator-bug-study-33606b41d35115f887ea688b1a16f2ff85bf2fe4.zip
add launchpad bug reports without comments
Diffstat (limited to 'results/scraper/launchpad-without-comments/1127053')
-rw-r--r--results/scraper/launchpad-without-comments/112705324
1 files changed, 24 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1127053 b/results/scraper/launchpad-without-comments/1127053
new file mode 100644
index 00000000..104b696c
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1127053
@@ -0,0 +1,24 @@
+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