Bug 150717

Summary: [GTK] WebProcess from WebKitGtk+ 2.10.x receives SIGTRAP in defaultFrameBufferSize
Product: WebKit Reporter: Andres Gomez Garcia <agomez>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bugs-noreply, mcatanzaro
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=149568
Attachments:
Description Flags
BT from gdb
none
Another similar BT from gdb
none
Yet another similar BT from gdb none

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 ***