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...
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...