Bug 151204 - [GTK] WebProcess from WebKitGtk+ 2.10.3 SIGABRTs on JSC::WatchpointSet::fireAllWatchpoints
Summary: [GTK] WebProcess from WebKitGtk+ 2.10.3 SIGABRTs on JSC::WatchpointSet::fireA...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-12 11:02 PST by Andres Gomez Garcia
Modified: 2017-03-11 10:54 PST (History)
5 users (show)

See Also:


Attachments
BT from gdb (23.27 KB, text/plain)
2015-11-12 11:02 PST, Andres Gomez Garcia
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.