Bug 151204

Summary: [GTK] WebProcess from WebKitGtk+ 2.10.3 SIGABRTs on JSC::WatchpointSet::fireAllWatchpoints
Product: WebKit Reporter: Andres Gomez Garcia <agomez>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: agomez, bugs-noreply, cgarcia, mcatanzaro, wingo
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
BT from gdb none

Description Andres Gomez Garcia 2015-11-12 11:02:52 PST
Created attachment 265409 [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 browsing through several web pages, eventually, WebKitWebProcess crashes.

This bug is not reproducible in a predictable way.