
16 Mar
2010
16 Mar
'10
12:30 p.m.
I was trying to learn how to use openAuth(uri, auth_cb, flags), and got: Python 2.6.2 (r262:71600, Jan 25 2010, 18:46:47) [GCC 4.4.2 20091222 (Red Hat 4.4.2-20)] on linux2 Type "help", "copyright", "credits" or "license" for more information.
import libvirt libvirt.openAuth('qemu:///system', lambda x: None, 0) Segmentation fault (core dumped)
I guess my lambda expression was not what libvirt expected, but still.. Regards, Dan.