Bug#605964: [Pkg-libvirt-maintainers] Bug#605964: libvirt-bin: sometimes(randomly) crashes when connecting using python-libvirt

2010-12-05 Thread Guido Günther
tag 605964 +unreproducible thanks, On Sun, Dec 05, 2010 at 04:09:04PM +1100, david b wrote: Package: libvirt-bin Version: 0.8.3-5 Severity: normal I cannot reliably reproduce this, but here is the python I was using to crash libvirt-bin (sometimes): import libvirt import sys def

Bug#605964: libvirt-bin: sometimes(randomly) crashes when connecting using python-libvirt

2010-12-04 Thread david b
Package: libvirt-bin Version: 0.8.3-5 Severity: normal I cannot reliably reproduce this, but here is the python I was using to crash libvirt-bin (sometimes): import libvirt import sys def main(): #conn = libvirt.openReadOnly(None) conn = libvirt.openReadOnly(qemu:///system)