NEW 278685
[GTK] Crash in WebCore::PlatformDisplay::clearANGLESharingGLContext
https://bugs.webkit.org/show_bug.cgi?id=278685
Summary [GTK] Crash in WebCore::PlatformDisplay::clearANGLESharingGLContext
Kdwk
Reported 2024-08-26 17:13:23 PDT
Created attachment 472306 [details] gdb.txt On a related note, flathub.org images and text flickers. WebKitGTK 2.45.90/Epiphany Technology Preview 47.beta-41-gf9e77437b+
Attachments
gdb.txt (7.46 KB, text/plain)
2024-08-26 17:13 PDT, Kdwk
no flags
Michael Catanzaro
Comment 1 2024-08-26 17:44:56 PDT
Is this a UI process crash or a web process crash? I'm pretty sure we have another recent bug report that looks similar to this, but I've failed to find it. We've been dealing with crashes caused by destroying the EGL display in an exit handler for years. It's risky, and the benefit is pretty limited, since the process is exiting anyway. But maybe Carlos will figure out how to fix it by reordering things.
Kdwk
Comment 2 2024-08-26 17:48:21 PDT
The whole app crashed, so should be a UIProcess crash?
Michael Catanzaro
Comment 3 2024-08-27 07:59:20 PDT
Yes. Web process crashes are much more common than UI process crashes. Normally it's clear from the backtrace, but in this case the crash occurs after main() has finished.
Note You need to log in before you can comment on or make changes to this bug.