From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35988) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rd9lZ-0002KM-GH for qemu-devel@nongnu.org; Tue, 20 Dec 2011 19:10:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rd9lX-0003Yy-V0 for qemu-devel@nongnu.org; Tue, 20 Dec 2011 19:10:41 -0500 Received: from indium.canonical.com ([91.189.90.7]:50177) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rd9lX-0003Ys-OD for qemu-devel@nongnu.org; Tue, 20 Dec 2011 19:10:39 -0500 Received: from loganberry.canonical.com ([91.189.90.37]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1Rd9lW-0000zU-Dg for ; Wed, 21 Dec 2011 00:10:38 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 659052E8023 for ; Wed, 21 Dec 2011 00:10:38 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Tue, 20 Dec 2011 23:59:48 -0000 From: Michael Niehren <902148@bugs.launchpad.net> Sender: bounces@canonical.com References: <20111209131037.2413.97284.malonedeb@gac.canonical.com> Message-Id: <20111220235948.29841.69908.malone@soybean.canonical.com> Errors-To: bounces@canonical.com Subject: [Qemu-devel] [Bug 902148] Re: qemu-img V1.0 hangs on creating Image (0.15.1 runs) Reply-To: Bug 902148 <902148@bugs.launchpad.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Hi Stefan, after upgrading GCC to V4.5.3 everything work's perfect. thanks for your help, Michael ** Changed in: qemu Status: New =3D> Fix Released -- = You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/902148 Title: qemu-img V1.0 hangs on creating Image (0.15.1 runs) Status in QEMU: Fix Released Bug description: Hi, i try the following command: /usr/bin/qemu-img create -f qcow2 test.img 10G if i run it on V0.15.1 it works, on V1.0 it hangs. Starting qemu-kvm hangs too, i think it's the same Bug. Strace on the hanging qemu-img ends on: select(5, [4], [], NULL, NULL) =3D 1 (in [4]) read(4, "\0", 16) =3D 1 close(3) =3D 0 open("test.img", O_RDONLY|O_NONBLOCK) =3D 3 fstat(3, {st_mode=3DS_IFREG|0644, st_size=3D131072, ...}) =3D 0 close(3) =3D 0 open("test.img", O_RDONLY|O_NONBLOCK) =3D 3 fstat(3, {st_mode=3DS_IFREG|0644, st_size=3D131072, ...}) =3D 0 close(3) =3D 0 stat("test.img", {st_mode=3DS_IFREG|0644, st_size=3D131072, ...}) =3D 0 open("test.img", O_RDWR|O_CLOEXEC) =3D 3 lseek(3, 0, SEEK_END) =3D 131072 next line in the strace on working qemu-img V0.15.1 is: pread(3, "QFI\373\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\0\0\0\0\0\0\= 0"..., 512, 0) =3D 512 ... The only linking difference i see is the libgthread on the new version V1.0. I am using glib V2.26. Can someone help ? best regards, Michael To manage notifications about this bug go to: https://bugs.launchpad.net/qemu/+bug/902148/+subscriptions