From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59052) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTEpX-0006Gj-AX for qemu-devel@nongnu.org; Tue, 09 Feb 2016 15:24:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTEpU-0002mn-4S for qemu-devel@nongnu.org; Tue, 09 Feb 2016 15:24:11 -0500 Received: from roura.ac.upc.es ([147.83.33.10]:38125) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTEpT-0002mA-P0 for qemu-devel@nongnu.org; Tue, 09 Feb 2016 15:24:08 -0500 Received: from gw-3.ac.upc.es (gw-3.ac.upc.es [147.83.30.9]) by roura.ac.upc.es (8.13.8/8.13.8) with ESMTP id u19KO4r4000691 for ; Tue, 9 Feb 2016 21:24:04 +0100 Received: from localhost (unknown [84.88.51.85]) by gw-3.ac.upc.es (Postfix) with ESMTPSA id 660BE897 for ; Tue, 9 Feb 2016 21:24:04 +0100 (CET) From: =?utf-8?Q?Llu=C3=ADs_Vilanova?= Date: Tue, 09 Feb 2016 21:24:04 +0100 Message-ID: <87vb5xfx97.fsf@fimbulvetr.bsc.es> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [BUG] trace: QEMU hangs on initialization with the "simple" backend List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org While starting the softmmu version of QEMU, the simple backend waits for the writeout thread to signal a condition variable when initializing the output file path. But since the writeout thread has not been created, it just waits forever. Thanks, Lluis