From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UosMx-0005FZ-2h for qemu-devel@nongnu.org; Tue, 18 Jun 2013 05:38:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UosMv-0003lw-UF for qemu-devel@nongnu.org; Tue, 18 Jun 2013 05:38:31 -0400 Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:56548) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UosMv-0003ls-H5 for qemu-devel@nongnu.org; Tue, 18 Jun 2013 05:38:29 -0400 Received: by mail-wi0-f174.google.com with SMTP id k10so3206178wiv.1 for ; Tue, 18 Jun 2013 02:38:28 -0700 (PDT) Date: Tue, 18 Jun 2013 11:38:25 +0200 From: Stefan Hajnoczi Message-ID: <20130618093825.GC7649@stefanha-thinkpad.redhat.com> References: <20130616234827.23764.98763.malonedeb@wampee.canonical.com> <20130617173757.22199.53209.malone@gac.canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130617173757.22199.53209.malone@gac.canonical.com> Subject: Re: [Qemu-devel] [Bug 1191606] Re: qemu crashes with iscsi initiator (libiscsi) when using virtio List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Klaus Hochlehnert <1191606@bugs.launchpad.net> Cc: qemu-devel@nongnu.org On Mon, Jun 17, 2013 at 05:37:57PM -0000, Klaus Hochlehnert wrote: > Without debug information I just can provide this (on that server I > can't recompile qemu with debugging information): > > warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7fffe67fe000 > 0x00007f1bca857313 in poll () from /lib/x86_64-linux-gnu/libc.so.6 > (gdb) c > Continuing. > [New Thread 0x7f1bb9a64700 (LWP 36180)] > [Thread 0x7f1bb9a64700 (LWP 36180) exited] > [New Thread 0x7f1bb9a64700 (LWP 36181)] > [Thread 0x7f1bb9a64700 (LWP 36181) exited] > [New Thread 0x7f1bb9a64700 (LWP 36207)] > > Program received signal SIGABRT, Aborted. > 0x00007f1bca7a5425 in raise () from /lib/x86_64-linux-gnu/libc.so.6 The program invoked abort(3). This is a deliberate fatal error case. If you're using distro packages, please do the backtrace without symbols ("bt" and "info proc mappings") when gdb stops with SIGABRT and post the package version and distro you are using. Then I'll download the debuginfo packages from the distro and look up the symbols manually. If you're using a QEMU built from source then I would need the symbols from you. Stefan