
On 04/14/2011 12:47 PM, Thomas Treutner wrote:
Hi,
I've upgraded to 0.9.0 today on my Debian Squeeze boxes. Everything went fine, expect on one node (and only on that one, although the setup is identical), the first start of libvirtd since boot (and again, only that start) crashes with SEGV.
Here are traces from gdb:
http://pastebin.com/DiZrw0S5 http://pastebin.com/eacJRv07
If I delete the PID-file and start libvirtd again, it works fine. It doesn't seem to matter when the first start since boot happens, I've deactivated startup of libvirtd at boot time.
Any ideas or further infos needed?
thanks & regards, thomas
-- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list it seems like the bug is in here:
src/network/bridge_driver.c:1669 - if brSetForwardDelay fails, we goto err1 where we want to access macTapIfName variable, which was VIR_FREE'd just before (on line 1660). I'll fix this. Regards, Michal