Bug 160401

Summary: [GTK] WebProcess from WebKitGtk+ 2.13.4 SIGSEGVs in _ZNKSt10unique_ptrIN3WTF7HashMapIiS_IN7WebCore15GlyphMetricsMapINS2_9FloatRectEE16GlyphMetricsPageESt14default_deleteIS6_EENS0_7IntHashIjEENS0_10HashTraitsIiEENSC_IS9_EEEES7_ISF_EE3getEv ()
Product: WebKit Reporter: Andres Gomez Garcia <agomez>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: bugs-noreply, cgarcia, fred.wang
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
BT from gdb
none
First applied patch none

Description Andres Gomez Garcia 2016-08-01 05:50:20 PDT
Created attachment 285006 [details]
BT from gdb

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

Epiphany 3.20.3 and WebKit 2.13.4 with a couple of applied patches.

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=Release -DCMAKE_C_FLAGS_RELEASE="-O0 -g1 -DNDEBUG -DG_DISABLE_CAST_CHECKS" -DCMAKE_CXX_FLAGS_RELEASE="-O0 -g1 -DNDEBUG -DG_DISABLE_CAST_CHECKS"'

After visiting several pages, eventually, WebKitWebProcess hits a SIGTRAP.

This bug is not reproducible in a predictable way.
Comment 1 Andres Gomez Garcia 2016-08-01 05:50:42 PDT
Created attachment 285007 [details]
First applied patch
Comment 2 Andres Gomez Garcia 2016-08-01 05:59:26 PDT
(In reply to comment #0)
> Epiphany 3.20.3 and WebKit 2.13.4 with a couple of applied patches.

Only one patch was applied, the one attached.
Comment 3 Carlos Garcia Campos 2016-08-01 07:39:32 PDT
That's rendering MathML, apparently.