From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44691) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rcwtp-0004Ql-Eu for qemu-devel@nongnu.org; Tue, 20 Dec 2011 05:26:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rcwth-0002e6-KZ for qemu-devel@nongnu.org; Tue, 20 Dec 2011 05:26:21 -0500 Received: from indium.canonical.com ([91.189.90.7]:33090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rcwth-0002do-GT for qemu-devel@nongnu.org; Tue, 20 Dec 2011 05:26:13 -0500 Received: from loganberry.canonical.com ([91.189.90.37]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1Rcwtf-0002rx-VC for ; Tue, 20 Dec 2011 10:26:11 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id 41B202E8282 for ; Tue, 20 Dec 2011 10:26:11 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Date: Tue, 20 Dec 2011 10:17:21 -0000 From: Michael Niehren <902148@bugs.launchpad.net> Sender: bounces@canonical.com References: <20111209131037.2413.97284.malonedeb@gac.canonical.com> Message-Id: <20111220101722.3027.76331.malone@chaenomeles.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 attached the binary with your patch ** Attachment added: "qemu-img binary" https://bugs.launchpad.net/qemu/+bug/902148/+attachment/2641005/+files/q= emu-img -- = 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: New 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