Bug 206941 - [GTK] Segfault in WebProcessProxy
Summary: [GTK] Segfault in WebProcessProxy
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-29 09:32 PST by Cédric Bellegarde
Modified: 2020-02-28 15:00 PST (History)
2 users (show)

See Also:


Attachments
Backtrace (216.74 KB, text/plain)
2020-01-29 09:32 PST, Cédric Bellegarde
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cédric Bellegarde 2020-01-29 09:32:59 PST
Created attachment 389147 [details]
Backtrace

Got this crash at work using a socks PROXY, not sure if it's related.

Fedora 31 with webkit2gtk3-2.26.2-1.fc31.x86_64
Comment 1 Cédric Bellegarde 2020-02-26 15:20:09 PST
Happens on ArchLinux too, got many segfault per day with 2.26.4.

Maybe related to something done by Eolie but I really need help to understand what is happening.
Comment 2 Carlos Garcia Campos 2020-02-27 00:45:31 PST
It seems the WebKitWebView is destroyed from a secondary thread.
Comment 3 Cédric Bellegarde 2020-02-27 07:40:17 PST
Ok, closing, looks like Python GC is destroying the webview.
Comment 4 Cédric Bellegarde 2020-02-28 15:00:35 PST
Totally miss this one, looks related to:
https://bugs.webkit.org/show_bug.cgi?id=177526

So https://bugzilla.gnome.org/show_bug.cgi?id=731501 is back :-/