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 652110 - gthreadedresolver.c: Handle Cancellable is already cancelled
gthreadedresolver.c: Handle Cancellable is already cancelled
Status: RESOLVED DUPLICATE of bug 658769
Product: glib
Classification: Platform
Component: gio
2.29.x
Other Linux
: Normal minor
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-06-08 13:00 UTC by Murali Soundararajan
Modified: 2011-09-12 12:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for handling the cancel before threaded_resolver_thread start (1.15 KB, patch)
2011-06-08 13:00 UTC, Murali Soundararajan
none Details | Review

Description Murali Soundararajan 2011-06-08 13:00:44 UTC
Created attachment 189466 [details] [review]
Patch for handling the cancel before threaded_resolver_thread start

gthreadedresolver.c: Handle Cancellable is already cancelled before g_signal_connect_data for cancelled of cancellable or before creation of threaded_resolver_thread by checking for the g_cancellable_is_cancelled before resolve_func call.
Comment 1 Dan Winship 2011-09-12 12:47:40 UTC

*** This bug has been marked as a duplicate of bug 658769 ***