Re: [Qemu-devel] qemu-nbd segmentation fault

2013-09-18 Thread Stefan Hajnoczi
On Tue, Sep 17, 2013 at 02:53:51PM +0200, ing. Mario De Chenno wrote: > I cannot use qemu-nbd to write files to a qcow2 disk image. It always exit > after a while with a segmentation fault. Hi Mario, Thanks for providing the strace. Is it possible for you to post a backtrace? The backtrace shows

[Qemu-devel] qemu-nbd segmentation fault

2013-09-17 Thread ing. Mario De Chenno
Hi all. I cannot use qemu-nbd to write files to a qcow2 disk image. It always exit after a while with a segmentation fault. Here's what I'm doing: modprobe nbd max_part=8 qemu-nbd qcow2image.img (in another shell) nbd-client localhost 10809 /dev/nbd0 mount /dev/nbd0p1 /mnt/tmp cd /mnt/tmp tar -xf