[Webkit-unassigned] [Bug 85476] [Gtk] ImageDiff crashes when it can't open a display

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 3 05:03:40 PDT 2012


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


Zan Dobersek <zandobersek at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|webkit-unassigned at lists.web |zandobersek at gmail.com
                   |kit.org                     |




--- Comment #1 from Zan Dobersek <zandobersek at gmail.com>  2012-05-03 05:03:40 PST ---
The problem originates from the gdk_init function call[1]. It turns out GdkPixbufLoader doesn't actually require gdk_init() to be called, meaning this should be replaced by only calling g_type_init() and the crashes should go away.

[1] http://trac.webkit.org/browser/trunk/Tools/DumpRenderTree/gtk/ImageDiff.cpp#L181

-- 
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