Comment 3 for bug 1382595

Revision history for this message
Thomas Voß (thomas-voss) wrote :

To clarify: The message router likely resolves to an already dead object, and the access to the associated mutex is undefined behavior as the member has been freed when the respective object died away before. I'm proposing a change to dbus-cpp to robustify handling of such situations. However, downstream projects should make sure that they clean up correctly dynamically created objects.