After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 583324 - locking problem in g_main_context_iterate()
locking problem in g_main_context_iterate()
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
2.20.x
Other NetBSD
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2009-05-20 11:26 UTC by Thomas Klausner
Modified: 2009-05-28 03:22 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26


Attachments
Patch fixing the problem (584 bytes, patch)
2009-05-20 11:27 UTC, Thomas Klausner
committed Details | Review

Description Thomas Klausner 2009-05-20 11:26:58 UTC
drochner added a soon to be attached patch to pkgsrc with the comment:
fix a locking botch: g_main_context_iterate() must leave the context
locked on return.
Comment 1 Thomas Klausner 2009-05-20 11:27:47 UTC
Created attachment 135011 [details] [review]
Patch fixing the problem
Comment 2 Matthias Clasen 2009-05-24 03:32:17 UTC
Looks right. Owen, do you agree ?
Comment 3 Owen Taylor 2009-05-26 17:31:36 UTC
Looks right to me.