https://bugzilla.novell.com/show_bug.cgi?id=854694 https://bugzilla.novell.com/show_bug.cgi?id=854694#c1 Fridrich Strba <fstrba@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Fridrich Strba <fstrba@suse.com> 2013-12-17 08:55:52 UTC --- OK, so this is libvirt problem here. Dbus, since 1.7.6 initializes the threading any time a lock is requested and the threading is not initialized. This initialization is done in the last resort by dbus_threads_init_default() call, which normally takes care of the initialization. However, in the virtsystemdtest, namely in tests/virsystemdmock.c:34, the symbol is interposed by a stub that does nothing, but returns TRUE. Dbus thinks that the threading is now initialized and dereferences a NULL pointer with obvious result. I if-zeroed the stub in the test and the tests now pass just fine. I am attaching the trivial patch to do it. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.