Hi there,<br><br>Apparently there is a bug in DefaultMainLoop destructor - kinda deadlock is caused when a mutex is being tried to lock twice in the same thread. pthread&#39;s manual says pthread_mutex_lock()&#39;s behavior is undefined for such scenario if the the mutex was initialized with PTHREAD_MUTEX_DEFAULT (which is the case in DefaultMutex). In my case it was clients getting stuck.<br>
<br>The attached patch also contains a fix in xml2cpp that I already submitted once, when dbus-c++ used to be hosted on wengo. For some reason I realize that it was never applied. I would appreciate if it was done now.<br>
<br>Thanks.<br><br><br><br clear="all"><br>-- <br>Regards,<br><br>Sergey