On Fri, Jun 10, 2022 at 10:10:36AM +0200, karogyoker wrote: > I've installed the libwebkit2gtk-4.1-0-dbgsym and > libjavascriptcoregtk-4.1-0-dbgsym packages. > After I attach to the PID exactly how I was doing it before, the > WebKitWebProcess process stops doing anything and the page never loads.
If you have systemd-coredump you can run the browser normally, and after the crash you should see a core dump if you run coredumpctl list Then run coredumpctl gdb <pid> Maybe it is easier to debug like that. Berto