Comment 8 for bug 1344386

Revision history for this message
Allison Karlitskaya (desrt) wrote :

The new mutex implementation detects the (error) case when you try to unlock a mutex that is not locked.

Callers are supposed to acquire the Gtk lock before calling gtk_main() and I guess gnome-do isn't doing that...

POSIX silently ignores this...