[Webkit-unassigned] [Bug 125651] [GTK] [Stable] deadlock in gobject introspection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 12 02:14:33 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=125651





--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com>  2014-03-12 02:14:49 PST ---
(From update of attachment 219115)
View in context: https://bugs.webkit.org/attachment.cgi?id=219115&action=review

> webkit/Source/WebKit/gtk/webkit/webkitglobals.cpp:573
> +    // http://osdyson.org/issues/161
> +    // WebKitGTK FTBFS when building GObject introspection due to deadlock.
> +    // When gobject introspection is done, a simple program call exit()
> +    // exit() -> webkitExit() -> g_object_unref() -> webkit_get_default_session()
> +    // -> ResourceHandle::defaultSession() => default session doesn't exist! AND
> +    // we try to create it! Thus deadlock. So, create default session earlier:
> +    (void) webkit_get_default_session();

I think we should never create the network session if it's not needed

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list