Bug 151130

Summary: [GTK] WebProcess from WebKitGtk+ 2.10.3 hits SIGSEV in WTF::CrashOnOverflow
Product: WebKit Reporter: Andres Gomez Garcia <agomez>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: agomez, bugs-noreply, cgarcia, mcatanzaro
Priority: P2    
Version: WebKit Local Build   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
BT from gdb none

Description Andres Gomez Garcia 2015-11-11 01:20:36 PST
Created attachment 265276 [details]
BT from gdb

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

Epiphany 3.18.0 and WebKit 2.10.3

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 -DDEVELOPER_MODE=ON -DCMAKE_C_FLAGS_DEBUG="-O0 -g1" -DCMAKE_CXX_FLAGS_DEBUG="-O0 -g1"'

When visiting several pages (I was browsing Flickr), eventually, WebKitWebProcess hits a SIGSEV.

This bug is not reproducible in a predictable way.