[Dbus-cxx-devel] rwlock fix (I think?)
Status: Beta
Brought to you by:
rvinyard
From: <rya...@Te...> - 2009-09-21 01:10:58
|
Hi, I've been trying dbus-cxx, and I was quite pleased with its design. Then I hit random deadlocks of my D-Bus, which I wasted quite some time on before I enabled debug loggin in the lib (and added more debug messages). It seems object.cpp and objectproxy.cpp did not yet initialize their interface rwlocks (unless I misunderstood), including the current SVN. I am attaching the patch (2 lines) which fixed everything for me :) Best wishes, and thanks a lot so far for this library :) Ramin |