[webkit-dev] [GTK] GtkLauncher segfault

Sergio Villar Senin svillar at igalia.com
Tue Mar 20 07:56:01 PDT 2012


En 20/03/12 15:42, 박상호 escribiu:
> hi,
> 
> I meet this seg-fault always. somebody help me?

That's an already known bug in WebKit, the code hits an ASSERT whenever
you try to convert icon image data to port specific image data. See
https://bugs.webkit.org/show_bug.cgi?id=67582 for more details.

If you still want to use the debug version of GtkLauncher you can
workaround the assert just by commenting the whole iconLoadedCb()
function in Tools/GtkLauncher/main.c (by doing that you won't get
favicons in the url entry).

BR



More information about the webkit-dev mailing list