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 658769 - Invalid reuse of GError in GThreadedResolver
Invalid reuse of GError in GThreadedResolver
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: network
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
: 652110 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2011-09-11 23:00 UTC by Xan Lopez
Modified: 2011-09-20 21:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xan Lopez 2011-09-11 23:00:58 UTC
Trace:


(gdb) bt
  • #0 g_logv
    at gmessages.c line 570
  • #1 g_log
    at gmessages.c line 591
  • #2 g_set_error
    at gerror.c line 550
  • #3 _g_resolver_addresses_from_addrinfo
    at gresolver.c line 763
  • #4 do_lookup_by_name
    at gthreadedresolver.c line 375
  • #5 threaded_resolver_thread
    at gthreadedresolver.c line 306
  • #6 g_thread_pool_thread_proxy
    at gthreadpool.c line 319
  • #7 g_thread_create_proxy
    at gthread.c line 1939
  • #8 start_thread
    at pthread_create.c line 305
  • #9 clone
    at ../sysdeps/unix/sysv/linux/x86_64/clone.S line 115


(gdb) p (*err)->message
$6 = (gchar *) 0x2804480 "Operation was cancelled"
(gdb) p (*err)->domain
$7 = 3703
(gdb) p (*err)->code
$8 = 19
Comment 1 Dan Winship 2011-09-12 12:47:40 UTC
*** Bug 652110 has been marked as a duplicate of this bug. ***
Comment 2 Dan Winship 2011-09-12 12:48:36 UTC
ah, someone apparently submitted a patch for this a long time ago, but didn't explain why