Bug 150671 - [GTK] Epiphany with Debug mode compiled WebKitGtk+ 2.10.0 SIGSEVs in webkit_web_view_get_tls_info when exiting after an ASSERT in the WebProcess
Summary: [GTK] Epiphany with Debug mode compiled WebKitGtk+ 2.10.0 SIGSEVs in webkit_w...
Status: RESOLVED DUPLICATE of bug 142375
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Local Build
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-29 08:05 PDT by Andres Gomez Garcia
Modified: 2015-11-06 01:55 PST (History)
5 users (show)

See Also:


Attachments
BT from gdb (26.92 KB, text/plain)
2015-10-29 08:05 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 2015-10-29 08:05:46 PDT
Created attachment 264317 [details]
BT from gdb

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

Epiphany 3.18.0 and WebKit 2.10.0

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=Debug -DDEVELOPER_MODE=ON -DCMAKE_C_FLAGS_DEBUG=-g1 -DCMAKE_CXX_FLAGS_DEBUG=-g1"

After WebKitWebProcess hit an ASSERT as described in bug 150670, epiphany SIGSEVed.

This bug is not reproducible in a predictable way.

This may be a DUPLICATED of bug 142375.

---

Notice that, after this has happened, in next Epiphany launch the tabs saved in session_state.xml that were not loaded during the previous crashing sessions are LOST.

Hence, this may be the cause of https://bugzilla.gnome.org/show_bug.cgi?id=747860
Comment 1 Michael Catanzaro 2015-10-29 08:39:46 PDT

*** This bug has been marked as a duplicate of bug 142375 ***
Comment 2 Michael Catanzaro 2015-10-29 08:42:46 PDT
(In reply to comment #0)
> Notice that, after this has happened, in next Epiphany launch the tabs saved
> in session_state.xml that were not loaded during the previous crashing
> sessions are LOST.

Of course this is a separate bug, though. The session state file should never be lost no matter when Epiphany crashes.
Comment 3 Andres Gomez Garcia 2015-11-06 01:55:18 PST
(In reply to comment #1)
> 
> *** This bug has been marked as a duplicate of bug 142375 ***

Thanks a lot for tracking this problem! :)