From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeTMt-0000jQ-9n for qemu-devel@nongnu.org; Tue, 22 Sep 2015 15:36:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZeTMq-00046z-3i for qemu-devel@nongnu.org; Tue, 22 Sep 2015 15:36:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46836) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZeTMp-00046W-UU for qemu-devel@nongnu.org; Tue, 22 Sep 2015 15:36:44 -0400 References: <20150921190459.9354.26190.malonedeb@gac.canonical.com> From: Laszlo Ersek Message-ID: <5601ADC9.1000005@redhat.com> Date: Tue, 22 Sep 2015 21:36:41 +0200 MIME-Version: 1.0 In-Reply-To: <20150921190459.9354.26190.malonedeb@gac.canonical.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Bug 1498144] [NEW] Failure booting hurd with qemu-system-i386 on ARM List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bug 1498144 <1498144@bugs.launchpad.net>, qemu-devel@nongnu.org Cc: Kevin Wolf , Stefan Hajnoczi On 09/21/15 21:04, PeteVine wrote: > Public bug reported: > > Trying to boot debian-hurd-20150320.img ends with: > > qemu-system-i386: qemu-coroutine-lock.c:91: qemu_co_queue_restart_all: > Assertion `qemu_in_coroutine()' failed. > > Program received signal SIGABRT, Aborted. > __libc_do_syscall () > at ../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:44 > 44 ../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S: No such file or directory. > (gdb) bt > #0 __libc_do_syscall () > at ../ports/sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:44 > #1 0xb6ef8f0e in __GI_raise (sig=sig@entry=6) > at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 > #2 0xb6efb766 in __GI_abort () at abort.c:89 > #3 0xb6ef4150 in __assert_fail_base ( > fmt=0x1 , > assertion=0x7f89a234 "qemu_in_coroutine()", assertion@entry=0x0, > file=0x7f89da58 "qemu-coroutine-lock.c", file@entry=0xb5660000 "\001", > line=91, line@entry=3069931692, > function=function@entry=0x7f89ab78 "qemu_co_queue_restart_all") > at assert.c:92 > #4 0xb6ef41e6 in __GI___assert_fail (assertion=0x0, file=0xb5660000 "\001", > line=3069931692, function=0x7f89ab78 "qemu_co_queue_restart_all") > at assert.c:101 > #5 0x7f59a6b4 in ?? () > > I was using the same setup as in Bug 893208 (i.e git checkout from > 2015-09-15) > > ** Affects: qemu > Importance: Undecided > Status: New > This backtrace is next to useless I believe, but it's not your fault. I think "scripts/qemu-gdb.py" might be helpful (it has a little bit of documentation too). See also commit 9eddd6a4. Thanks Laszlo