Bug#989332: libwebkit2gtk-4.0-37: May 30 upgrade for DSA-4923-1 broke the epiphany browser
Alberto Garcia
berto at igalia.com
Tue Jun 1 12:49:48 BST 2021
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
More information about the Pkg-webkit-maintainers
mailing list