Bug 150717 - [GTK] WebProcess from WebKitGtk+ 2.10.x receives SIGTRAP in defaultFrameBufferSize
Summary: [GTK] WebProcess from WebKitGtk+ 2.10.x receives SIGTRAP in defaultFrameBuffe...
Status: RESOLVED DUPLICATE of bug 149568
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-30 05:16 PDT by Andres Gomez Garcia
Modified: 2016-11-18 09:38 PST (History)
2 users (show)

See Also:


Attachments
BT from gdb (32.73 KB, text/plain)
2015-10-30 05:16 PDT, Andres Gomez Garcia
no flags Details
Another similar BT from gdb (42.17 KB, text/plain)
2015-12-18 01:18 PST, Andres Gomez Garcia
no flags Details
Yet another similar BT from gdb (34.23 KB, text/plain)
2015-12-18 16:31 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-10-30 05:16:58 PDT
Created attachment 264393 [details]
BT from gdb

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

MiniBrowser from WebKit 2.10.0

The compilation was done with CMake args:

"-DPORT=GTK -DCMAKE_BUILD_TYPE=Debug -DDEVELOPER_MODE=ON -DCMAKE_C_FLAGS_DEBUG=-g1 -DCMAKE_CXX_FLAGS_DEBUG=-g1"

When visiting several pages, eventually, WebKitWebProcess crashes.

This bug is not reproducible in a predictable way.
Comment 1 Andres Gomez Garcia 2015-11-04 12:19:37 PST
Also with 2.10.3 compiled with:

'-DPORT=GTK -DCMAKE_BUILD_TYPE=Release -DDEVELOPER_MODE=ON -DCMAKE_C_FLAGS_DEBUG="-O0 -g1" -DCMAKE_CXX_FLAGS_DEBUG="-O0 -g1"'
Comment 2 Andres Gomez Garcia 2015-12-16 10:12:51 PST
Reproduced with 2.1.4
Comment 3 Andres Gomez Garcia 2015-12-16 10:13:08 PST
(In reply to comment #2)
> Reproduced with 2.1.4

2.10.4, obviously.
Comment 4 Andres Gomez Garcia 2015-12-18 01:18:23 PST
Created attachment 267617 [details]
Another similar BT from gdb

BT obtained from 2.10.4 with CMake args:

'-DPORT=GTK -DCMAKE_BUILD_TYPE=RelWithDebugInfo -DDEVELOPER_MODE=ON -DCMAKE_C_FLAGS_DEBUG="-O0 -g1" -DCMAKE_CXX_FLAGS_DEBUG="-O0 -g1"'
Comment 5 Andres Gomez Garcia 2015-12-18 16:31:18 PST
Created attachment 267661 [details]
Yet another similar BT from gdb

BT obtained from 2.10.4 with CMake args:

'-DPORT=GTK -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS_RELEASE="-O0 -g1 -DNDEBUG -DG_DISABLE_CAST_CHECKS" -DCMAKE_CXX_FLAGS_RELEASE="-O0 -g1 -DNDEBUG -DG_DISABLE_CAST_CHECKS"'
Comment 6 Michael Catanzaro 2016-11-18 09:38:53 PST

*** This bug has been marked as a duplicate of bug 149568 ***