On 24.06.2013 11:36, Александр wrote:
libvirtd will lock if for example kill programm which established
connection,
only sigkill + restart helps., to reproduce:
virConnectPtr libvirt_connection = virConnectOpen("qemu:///system");
if(libvirt_connection == NULL)
{
std::cout<<"failed to connect to qemu:///system\n";
exit(-1);
}
exit(0);
Unfortunately, I'm unable to reproduce. Can you 't a a bt' again? Are
you able to try the current git HEAD?
Michal