On Tue, Jun 01, 2021 at 12:19:26PM +0200, jose wrote:
> Package: libwebkit2gtk-4.0-37
> Version: 2.32.1-1~deb10u1
> Severity: important
> 
> Since the upgrade this systematically results in epiphany
> complaining with a "Something went wrong while displaying this
> page".

Hmm... that sounds like a problem with the web process, can you run
gdb?

1. open epiphany
2. look for the WebKitWebProcess process (pidof WebKitWebProcess)
3. gdb -p <pid of the webprocess> /usr/lib/*/webkit2gtk-4.0/WebKitWebProcess
4. type 'cont' on the gdb prompt
5. open discord and try to reproduce the bug
6. if the web process crashes you should get the gdb prompt again. type
   'bt' and send the output.

Thanks!

Berto

Reply via email to