Bug 254527 - [Gtk] WebKit crashed repeatingly
Summary: [Gtk] WebKit crashed repeatingly
Status: RESOLVED DUPLICATE of bug 254117
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Safari 15
Hardware: PC Linux
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-27 09:11 PDT by Peter
Modified: 2023-03-27 10:33 PDT (History)
2 users (show)

See Also:


Attachments
stacktrace from gdb (126.10 KB, text/x-log)
2023-03-27 09:11 PDT, Peter
no flags Details
output from journalctl (same a stacktrace) (41.12 KB, text/plain)
2023-03-27 09:17 PDT, Peter
no flags Details
output from journalctl (other system -> AMD GCN) (39.74 KB, text/plain)
2023-03-27 09:19 PDT, Peter
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter 2023-03-27 09:11:39 PDT
Created attachment 465610 [details]
stacktrace from gdb

Hello!

Since a recent upgrade (~ four weeks) Epiphany is crashing randomly and subsequent repeatingly on the same website. It is enough the browse rather simple websites like "archlinux.org".

System: Archlinux
Update: 2023-03-27 (all updates)
Windowing: Wayland, GNOME with Mutter
Hardware: ThinkPad X220 with Intel Sandy Bridge (HD3000)

Steps to reproduce:
1.) Open various websites within tabs {archlinux.org, stackoverflow.com, webkit.org, ...}
2.) After approximately 15 minutes of active browsing one of this websites will crash the web-browser
3.) GNOME will ask "Terminate or Keep" # selection doesn't matter
4.) From now on Epiphany will crash every time on the website which caused the crash, until reboot

I've set severity to "Major" because Epiphany is barely usable.

Stacktrace attached, created as following after core dump:
1. $ coredumbctl gdb
2. gdb and debuginfo does its work :)
3. gdb instructions
(gdb) set logging file trace.log
(gdb) set logging enabled on
(gdb) thread apply all bt full
(gdb) set logging enabled off
(gdb) quit

Thank you
If you need more info, tell me.
Comment 1 Peter 2023-03-27 09:17:45 PDT
Created attachment 465611 [details]
output from journalctl (same a stacktrace)
Comment 2 Peter 2023-03-27 09:19:20 PDT
Created attachment 465612 [details]
output from journalctl (other system -> AMD GCN)

I see a similar behavior on an AMD based system (ThinkPad T14 Gen1).
Comment 3 Michael Catanzaro 2023-03-27 10:33:28 PDT
Hi, this is bug #254117.

*** This bug has been marked as a duplicate of bug 254117 ***