From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkDJM-0007To-SR for qemu-devel@nongnu.org; Mon, 09 Jan 2012 06:22:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkDJC-0006Fk-Vi for qemu-devel@nongnu.org; Mon, 09 Jan 2012 06:22:44 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34961) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkDJC-0006Fa-PB for qemu-devel@nongnu.org; Mon, 09 Jan 2012 06:22:34 -0500 Message-ID: <4F0ACEC0.6010405@redhat.com> Date: Mon, 09 Jan 2012 12:25:52 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <20111209131037.2413.97284.malonedeb@gac.canonical.com> <20111220152512.2778.37337.malone@chaenomeles.canonical.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [Bug 902148] Re: qemu-img V1.0 hangs on creating Image (0.15.1 runs) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bug 902148 <902148@bugs.launchpad.net> Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Am 20.12.2011 17:49, schrieb Stefan Hajnoczi: > On Tue, Dec 20, 2011 at 3:25 PM, Michael Niehren > <902148@bugs.launchpad.net> wrote: >> here we are. Attached the tgz. I am using no spezial distribution, it's a self compiled LFS with >> gcc V4.5.1 >> >> Is there a different compiler-call if i use --enable-debug, which then >> works ? > > Richard Sandiford looked at your gcc -fdump-tree-all-details output > and suggests that this bug has been fixed in gcc 4.5.3: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45967 > > Using the most recent gcc should fix the issue you are seeing. Can we add some workaround? Not sure what will work, maybe a simple compiler barrier? Kevin