[Qemu-devel] [Bug 902148] Re: qemu-img V1.0 hangs on creating Image (0.15.1 runs)

2011-12-20 Thread Michael Niehren
Hi Stefan, after upgrading GCC to V4.5.3 everything work's perfect. thanks for your help, Michael ** Changed in: qemu Status: New => 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/

[Qemu-devel] [Bug 902148] Re: qemu-img V1.0 hangs on creating Image (0.15.1 runs)

2011-12-20 Thread Michael Niehren
Hi Stefan, 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 ? Greetings, Michael ** Attachment added: "coroutine-ucontext.tgz" https://bugs.launchpad.n

[Qemu-devel] [Bug 902148] Re: qemu-img V1.0 hangs on creating Image (0.15.1 runs)

2011-12-20 Thread Michael Niehren
here the compiled binary with your patch and the --enable-debug option This one works ** Attachment added: "qemu-img.debug" https://bugs.launchpad.net/qemu/+bug/902148/+attachment/2641012/+files/qemu-img2 -- You received this bug notification because you are a member of qemu- devel-ml, whic

[Qemu-devel] [Bug 902148] Re: qemu-img V1.0 hangs on creating Image (0.15.1 runs)

2011-12-20 Thread Michael Niehren
attached the binary with your patch ** Attachment added: "qemu-img binary" https://bugs.launchpad.net/qemu/+bug/902148/+attachment/2641005/+files/qemu-img -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net

[Qemu-devel] [Bug 902148] Re: qemu-img V1.0 hangs on creating Image (0.15.1 runs)

2011-12-19 Thread Michael Niehren
Hi Stefan, i got the following output with your patch: Formatting 'test.img', fmt=qcow2 size=1073741824 encryption=off cluster_size=65536 bdrv_rw_co_entry is_write 0 sector_num 0 nb_sectors 1 =waiting for rwco.ret != NOT_DONE waiting for rwco.ret != NOT_DONE 0 bdrv_rw_co_entry is_write 1 sector

[Qemu-devel] [Bug 902148] Re: qemu-img V1.0 hangs on creating Image (0.15.1 runs)

2011-12-19 Thread Michael Niehren
Ok, sorry, here the output: Thread 1 (Thread 0x7f57507c2740 (LWP 27263)): #0 0x7f57507da952 in qemu_aio_wait () #1 0x7f57507dcf2d in bdrv_rw_co () #2 0x7f57507dd2c2 in bdrv_pread () #3 0x7f57507ed03a in qcow2_open () #4 0x7f57507dc281 in bdrv_open_common () #5 0x7f575

[Qemu-devel] [Bug 902148] Re: qemu-img V1.0 hangs on creating Image (0.15.1 runs)

2011-12-19 Thread Michael Niehren
Hi Stefan, here is the output of gdb: tux64@/usr/src/redhat/RPMS/x86_64# gdb -p 16606 GNU gdb (GDB) 7.3 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it

[Qemu-devel] [Bug 902148] [NEW] qemu-img V1.0 hangs on creating Image (0.15.1 runs)

2011-12-09 Thread Michael Niehren
Public bug reported: 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) = 1