NEW 161531
[GTK] WebProcess from WebKitGtk+ 2.12.4 SIGSEGVs in _ZNK3JSC4Heap2vmEv () at JavaScriptCore/heap/Heap.h
https://bugs.webkit.org/show_bug.cgi?id=161531
Summary [GTK] WebProcess from WebKitGtk+ 2.12.4 SIGSEGVs in _ZNK3JSC4Heap2vmEv () at ...
Andres Gomez Garcia
Reported 2016-09-02 04:56:44 PDT
Created attachment 287751 [details] BT from gdb I'm using WebKitGtk+ with my own JHBuild setting: https://github.com/tanty/jhbuild-epiphany/tree/master Epiphany 3.20.3 and WebKit 2.12.4. 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 -DCMAKE_C_FLAGS_RELEASE="-O0 -g1 -DNDEBUG -DG_DISABLE_CAST_CHECKS" -DCMAKE_CXX_FLAGS_RELEASE="-O0 -g1 -DNDEBUG -DG_DISABLE_CAST_CHECKS"' After visiting several pages, eventually, WebKitWebProcess hits a SIGSEV. This bug is not reproducible in a predictable way.
Attachments
BT from gdb (145.48 KB, text/plain)
2016-09-02 04:56 PDT, Andres Gomez Garcia
no flags
Carlos Alberto Lopez Perez
Comment 1 2016-09-02 14:18:29 PDT
tip: $ echo _ZNK3JSC4Heap2vmEv | c++filt JSC::Heap::vm() const
Note You need to log in before you can comment on or make changes to this bug.