Bug 174292 - [GTK] WebProcess from WebKitGtk+ 2.17.4 SIGABRTs in WebCore::HTMLCanvasElement::~HTMLCanvasElement()
Summary: [GTK] WebProcess from WebKitGtk+ 2.17.4 SIGABRTs in WebCore::HTMLCanvasElemen...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-08 12:31 PDT by Andres Gomez Garcia
Modified: 2017-07-08 12:33 PDT (History)
1 user (show)

See Also:


Attachments
BT from gdb for the WebProcess (543.29 KB, text/plain)
2017-07-08 12:31 PDT, 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 2017-07-08 12:31:58 PDT
Created attachment 314924 [details]
BT from gdb for the WebProcess

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

Epiphany 3.24.1 and WebKit 2.17.4.

The compilation was done with CMake args:

'-DDEBUG_FISSION=OFF -DPORT=GTK -DCMAKE_BUILD_TYPE=Release -DENABLE_MINIBROWSER=ON -DCMAKE_C_FLAGS_RELEASE="-O0 -g -DNDEBUG -DG_DISABLE_CAST_CHECKS" -DCMAKE_CXX_FLAGS_RELEASE="-O0 -g -DNDEBUG -DG_DISABLE_CAST_CHECKS"'

Visiting:
https://www.flickr.com/photos/mrussell33/16439195644/

I tried to scroll down and the page SIGABRTed.

This bug is not reproducible in a predictable way.
Comment 1 Andres Gomez Garcia 2017-07-08 12:33:08 PDT
FTR, I was browsing in Private Browser mode.