Re: [libvirt] libvirtd crash when attach-disk to VM

2012-08-18 Thread Wangpan
Thanks Peter, I have verified this bug on libvirt-0.9.13 by compiling the source tarball, It's OK now! 2012-08-19 Wangpan >You probably (looking at the version numbers) came across a known bug: >https://bugzilla.redhat.com/show_bug.cgi?id=822068 > > >> 0x745c5475 in raise () from /lib/

Re: [libvirt] libvirtd crash when attach-disk to VM

2012-08-18 Thread Peter Krempa
On 08/16/12 11:15, Wangpan wrote: > Hi all, > I got a depressed problem(libvirtd crash with SIGABRT or SIGSEGV sometimes) > when attach a nbd disk to a VM by using cmd as follow: > virsh attach-disk 228 --source /dev/nbd0 --target vdd --sourcetype block > --driver qemu --subdriver raw > or just u

[libvirt] libvirtd crash when attach-disk to VM

2012-08-16 Thread Wangpan
Hi all, I got a depressed problem(libvirtd crash with SIGABRT or SIGSEGV sometimes) when attach a nbd disk to a VM by using cmd as follow: virsh attach-disk 228 --source /dev/nbd0 --target vdd --sourcetype block --driver qemu --subdriver raw or just using virsh attach-disk 228 /dev/nbd0 vdd. and