GNOME Bugzilla – Bug 735381
Abort with latest Glib
Last modified: 2014-08-29 06:23:57 UTC
With the latest GLib's mutex changes, unlocking an unlocked mutex causes an abort(). This is triggered by the ftp backend when a connection has gone stale (see comment 22 of bug 591054 for a test case.
Created attachment 284401 [details] [review] ftp: Don't unlock unlocked mutex Don't unlock an unlocked mutex since this causes an abort() with the latest glib (and is undefined anyway).
Review of attachment 284401 [details] [review]: Looks good, thanks!
Pushed to master as 2153d300f24d3388d7c4ab75a55451ad5a581b5a. Thanks for the review!