GNOME Bugzilla – Bug 673829
Race condition between soup_session_abort() and object destruction
Last modified: 2012-04-11 15:13:06 UTC
Hi, when calling soup_session_abort(), immediately followed by g_object_unref() on the session to destroy it, there seems to be a race condition:
+ Trace 230035
There are still message in the message queue of the session, which AFAIU should not be the case after calling soup_session_abort(). This is with 2.38.0 btw
Are the leftover messages paused? If so, this is bug 673905.
Yes, that's it. Thanks! *** This bug has been marked as a duplicate of bug 673905 ***