From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoZ5L-0000vT-2G for qemu-devel@nongnu.org; Mon, 17 Jun 2013 09:03:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UoZ5J-0005ue-MW for qemu-devel@nongnu.org; Mon, 17 Jun 2013 09:03:03 -0400 Received: from mail-we0-x230.google.com ([2a00:1450:400c:c03::230]:38738) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UoZ5J-0005uN-G8 for qemu-devel@nongnu.org; Mon, 17 Jun 2013 09:03:01 -0400 Received: by mail-we0-f176.google.com with SMTP id t56so2304789wes.21 for ; Mon, 17 Jun 2013 06:03:00 -0700 (PDT) Date: Mon, 17 Jun 2013 15:02:58 +0200 From: Stefan Hajnoczi Message-ID: <20130617130258.GH30145@stefanha-thinkpad.redhat.com> References: <20130616234827.23764.98763.malonedeb@wampee.canonical.com> <20130616234827.23764.98763.malonedeb@wampee.canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130616234827.23764.98763.malonedeb@wampee.canonical.com> Subject: Re: [Qemu-devel] [Bug 1191606] [NEW] 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, ronniesahlberg@gmail.com On Sun, Jun 16, 2013 at 11:48:27PM -0000, Klaus Hochlehnert wrote: > Public bug reported: > > I just tested qemu (with kvm) with an iscsi disk using libiscsi. > > I tried to install Ubuntu 12.04 as guest and when it comes to the disk > configuration during the installation qemu crashes without any notice. > No log, no dump. > > In the log of the iscsi-target I found this: > iscsi-scst: ***ERROR***: Connection with initiator iqn.2013-06.de.test:testsrv01 unexpectedly closed! > > qemu version 1.5.0 > libiscsi version 1.9.0 > Host OS: Ubuntu 12.04 with 13.04-Kernel (3.8) > iSCSI-target: SCST 2.2.x > > qemu command line: > /usr/bin/kvm ... -drive file=iscsi://192.168.x.x/iqn.2006-10.de.test:test/0,if=virtio,bus=0,unit=0,cache=none,media=disk,aio=native -iscsi initiator-name=iqn.2013-06.de.test:testsrv01,header-digest=CRC32C-NONE ... > > When choosing IDE instead of VIRTIO it doesn't crash when scanning the > disks... CCing Ronnie Sahlberg (libiscsi) Can you run /usr/bin/kvm under gdb and post the backtrace? Stefan