From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37765) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acvJy-0007lP-DI for qemu-devel@nongnu.org; Mon, 07 Mar 2016 08:35:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1acvJv-0003Er-44 for qemu-devel@nongnu.org; Mon, 07 Mar 2016 08:35:38 -0500 References: <56DD7414.9080306@de.ibm.com> From: Paolo Bonzini Message-ID: <56DD8399.1000504@redhat.com> Date: Mon, 7 Mar 2016 14:35:21 +0100 MIME-Version: 1.0 In-Reply-To: <56DD7414.9080306@de.ibm.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] strange crash in tracked_request_begin List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christian Borntraeger , qemu-block@nongnu.org Cc: qemu-devel , Stefan Hajnoczi On 07/03/2016 13:29, Christian Borntraeger wrote: > Folks, > > I had a crash of a qemu guest in tracked_request_begin. > The testcase was a guest with ramdisk/kernel that reboots in a > loop. (about 10 times per second) with a single null-co disk > attached. Does it use a separate iothread? Paolo