Bug 175986 - [GTK] WebProcess from WebKitGtk+ 2.17.91 SIGSEVs in WebCore::GLContextGLX::~GLContextGLX() at Source/WebCore/platform/graphics/glx/GLContextGLX.cpp:286
Summary: [GTK] WebProcess from WebKitGtk+ 2.17.91 SIGSEVs in WebCore::GLContextGLX::~G...
Status: RESOLVED DUPLICATE of bug 175819
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-08-25 07:16 PDT by Andres Gomez Garcia
Modified: 2017-08-30 06:21 PDT (History)
3 users (show)

See Also:


Attachments
BT from gdb for the WebProcess (151.79 KB, text/plain)
2017-08-25 07:16 PDT, Andres Gomez Garcia
no flags Details
BT from gdb for the WebProcess - 2 (171.95 KB, text/plain)
2017-08-25 07:37 PDT, Andres Gomez Garcia
no flags Details
BT from gdb for the WebProcess - 3 (151.09 KB, text/plain)
2017-08-25 07:43 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-08-25 07:16:19 PDT
Created attachment 319077 [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.91.

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"'

After visiting several pages, eventually, the WebProcess hits a SIGSEV.

This bug is not reproducible in a predictable way.
Comment 1 Andres Gomez Garcia 2017-08-25 07:37:15 PDT
Created attachment 319078 [details]
BT from gdb for the WebProcess - 2

This SIGSEV seems to happen very easily.
Comment 2 Andres Gomez Garcia 2017-08-25 07:43:43 PDT
Created attachment 319079 [details]
BT from gdb for the WebProcess - 3
Comment 3 Zan Dobersek 2017-08-28 00:29:37 PDT
Can you try applying r221008 on top of your build?
https://trac.webkit.org/changeset/221008/webkit
Comment 4 Michael Catanzaro 2017-08-28 04:24:12 PDT
Should that commit be added to https://trac.webkit.org/wiki/WebKitGTK/2.18.x?
Comment 5 Andres Gomez Garcia 2017-08-30 06:19:00 PDT
(In reply to Zan Dobersek from comment #3)
> Can you try applying r221008 on top of your build?
> https://trac.webkit.org/changeset/221008/webkit

It seems to have solved the problem.
Comment 6 Andres Gomez Garcia 2017-08-30 06:20:05 PDT

*** This bug has been marked as a duplicate of bug 175819 ***
Comment 7 Andres Gomez Garcia 2017-08-30 06:21:25 PDT
(In reply to Michael Catanzaro from comment #4)
> Should that commit be added to https://trac.webkit.org/wiki/WebKitGTK/2.18.x?

Added.