From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPEXC-0005lc-Sv for qemu-devel@nongnu.org; Wed, 03 Sep 2014 13:40:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPEX4-0006dY-TF for qemu-devel@nongnu.org; Wed, 03 Sep 2014 13:39:54 -0400 Received: from e28smtp07.in.ibm.com ([122.248.162.7]:56432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPEX4-0006NN-BI for qemu-devel@nongnu.org; Wed, 03 Sep 2014 13:39:46 -0400 Received: from /spool/local by e28smtp07.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 3 Sep 2014 23:08:51 +0530 Received: from d28relay03.in.ibm.com (d28relay03.in.ibm.com [9.184.220.60]) by d28dlp01.in.ibm.com (Postfix) with ESMTP id 7EAC1E0023 for ; Wed, 3 Sep 2014 23:11:08 +0530 (IST) Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay03.in.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id s83HfALk4850102 for ; Wed, 3 Sep 2014 23:11:10 +0530 Received: from d28av04.in.ibm.com (localhost [127.0.0.1]) by d28av04.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s83HcmSQ012170 for ; Wed, 3 Sep 2014 23:08:48 +0530 From: "Aneesh Kumar K.V" In-Reply-To: <20140903104121.GF28095@stefanha-thinkpad.redhat.com> References: <5405C24D.4000304@ilande.co.uk> <20140903104121.GF28095@stefanha-thinkpad.redhat.com> Date: Wed, 03 Sep 2014 12:38:41 -0500 Message-ID: <871trsfvtq.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] qemu-system-sparc64 hang (possibly virtio related?) with 2.1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi , Mark Cave-Ayland , Alexey Kardashevskiy , Alexander Graf Cc: Waldemar Brodkorb , qemu-devel Stefan Hajnoczi writes: > On Tue, Sep 02, 2014 at 02:12:45PM +0100, Mark Cave-Ayland wrote: >> Fortunately I can reproduce the issue with a debug-enabled build of >> qemu-system-sparc64, and I've posted a backtrace obtained during the hung >> state at http://www.ilande.co.uk/tmp/sparc64-gdb-bt.txt. I can't see >> anything too obvious, other than that the ppoll() could possibly be waiting >> for a bad file descriptor? > > The backtrace looks like a normal QEMU run. Nothing obvious there. > > This suggests the QEMU monitor is still operational and the guest is > still executing code. > > Does the I/O time out inside the guest? Normally messages are printed > in dmesg if I/O requests are pending for too long. I am also finding this on ppc64. The system hang even with virtio-9p, so it may not be virtio blk related. git bisect is complicated because few commits in between cause other boot failures with ppc64. -aneesh