Bug 151131 - [GTK] WebProcess from WebKitGtk+ 2.10.3 receives SIGTRAP in WebKit::LayerTreeHostGtk::flushAndRenderLayers
Summary: [GTK] WebProcess from WebKitGtk+ 2.10.3 receives SIGTRAP in WebKit::LayerTree...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Local Build
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-11 01:49 PST by Andres Gomez Garcia
Modified: 2015-11-11 10:53 PST (History)
4 users (show)

See Also:


Attachments
BT from gdb (29.21 KB, text/plain)
2015-11-11 01:49 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-11 01:49:52 PST
Created attachment 265278 [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, eventually, WebKitWebProcess receives a SIGTRAP.

This bug is not reproducible in a predictable way.