Comment 43 for bug 915626

Revision history for this message
Chris Wulff (crwulff) wrote :

It looks to me like this is a failure due to not initializing multi-threading in dbus. Two threads appear to be closing the connection at once and thus the second thread crashes since there is no locking. The attached patch appears to fix the problem for me at least.