GNOME Bugzilla – Bug 688330
Crash in lookup_resolved(), g_error_free()
Last modified: 2012-11-15 08:01:18 UTC
Moving this from bug #687877 comment #10:
+ Trace 231176
Thread 1 (Thread 0x914ffb70 (LWP 22160))
Created attachment 228980 [details] [review] proposed libsoup patch The problem is that g_task_return_error() "eats" the error, it doesn't create its own copy. Other occurrences seem fine.
Comment on attachment 228980 [details] [review] proposed libsoup patch yup
Created commit b2c900e in libsoup master (2.41.2+)