Re: [libvirt] [BUG] qemu quited unexpectedly will cause libvirtd crashed

2011-04-03 Thread Wen Congyang
At 04/01/2011 02:54 AM, Eric Blake Write: > On 03/31/2011 12:42 AM, Wen Congyang wrote: So I try to use gdb and add sleep() to trigger this bug. I have posted two patches to fix 2 bugs. But there is still another bug, and I have no good way to fix it. >>> Steps to reprodu

Re: [libvirt] [BUG] qemu quited unexpectedly will cause libvirtd crashed

2011-03-31 Thread Eric Blake
On 03/31/2011 12:42 AM, Wen Congyang wrote: >>> So I try to use gdb and add sleep() to trigger this bug. I have posted two >>> patches >>> to fix 2 bugs. But there is still another bug, and I have no good way to >>> fix it. >> >>> Steps to reproduce this bug: >>> 1. use gdb to attach libvirtd, an

Re: [libvirt] [BUG] qemu quited unexpectedly will cause libvirtd crashed

2011-03-30 Thread Wen Congyang
At 03/31/2011 03:59 AM, Eric Blake Write: > On 03/29/2011 04:17 AM, Wen Congyang wrote: >> When I edit the domain's config file like this: >> = >> >> >> >> >> >> >> = >> >> Note, the unit is wrong, but libvirt does not c

Re: [libvirt] [BUG] qemu quited unexpectedly will cause libvirtd crashed

2011-03-30 Thread Eric Blake
On 03/29/2011 04:17 AM, Wen Congyang wrote: > When I edit the domain's config file like this: > = > > > > > > > = > > Note, the unit is wrong, but libvirt does not check it. > When I start the vm with the wrong config f

[libvirt] [BUG] qemu quited unexpectedly will cause libvirtd crashed

2011-03-29 Thread Wen Congyang
When I edit the domain's config file like this: = = Note, the unit is wrong, but libvirt does not check it. When I start the vm with the wrong config file, libvirtd will be blocked because qemu quited unexpectedly. This