Bug 150638

Summary: [GTK] WebProcess from WebKitGtk+ 2.10.0 compiled in Debug mode hits ASSERT on applyFontTransforms
Product: WebKit Reporter: Andres Gomez Garcia <agomez>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: agomez, bugs-noreply, cgarcia, mcatanzaro, mmaxfield, mrobinson, yoon, zan
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
BT from gdb none

Description Andres Gomez Garcia 2015-10-28 14:43:25 PDT
Created attachment 264250 [details]
BT from gdb

I'm using WebKitGtk+ with my own JHBuild setting:
https://github.com/tanty/jhbuild-epiphany/tree/wkgtk-devel

Epiphany 3.18.0 and WebKit 2.10.0

I'm running Epiphany with the dconf key:

"process-model" = "shared-secondary-process"

The compilation was done with CMake args:

"-DPORT=GTK -DCMAKE_BUILD_TYPE=Debug -DDEVELOPER_MODE=ON -DCMAKE_C_FLAGS_DEBUG=-g1 -DCMAKE_CXX_FLAGS_DEBUG=-g1"

When visiting several pages, eventually, WebKitWebProcess crashes.

This bug is not reproducible in a predictable way.
Comment 1 Carlos Garcia Campos 2015-10-29 02:09:16 PDT
Thanks for the report. This looks like a duplicate of #146194. I'll merge r189557 in 2.10 branch. Feel free to update the wiki page so that I don't forget.

*** This bug has been marked as a duplicate of bug 146194 ***
Comment 2 Andres Gomez Garcia 2015-11-06 01:53:58 PST
(In reply to comment #1)
> Thanks for the report. This looks like a duplicate of #146194. I'll merge
> r189557 in 2.10 branch. Feel free to update the wiki page so that I don't
> forget.
> 
> *** This bug has been marked as a duplicate of bug 146194 ***

Done.

Thanks a lot for tracking this problem! :)