- Package:
- libwebkit2gtk-4.1-0
- Source:
- libwebkit2gtk-4.1-0
- Description:
- Web content engine library for GTK
- Submitter:
- Stefan Monnier
- Date:
- 2026-03-19 17:41:16 UTC
- Severity:
- normal
- Tags:
Dear Maintainer,
I'm using the Evolution package from Debian testing (i.e. 3.54.0-1+b1) and it
has recently stopped working (not sure when, I don't restart it very often 😃).
When I try to start it now I get:
% \evolution
libEGL warning: DRI3: Screen seems not DRI3 capable
libEGL warning: failed to get driver name for fd -1
libEGL warning: MESA-LOADER: failed to retrieve device information
libEGL warning: failed to get driver name for fd -1
zsh: floating point exception \evolution
%
After the four libEGL warnings, I see Evolution's window open briefly before it
disappears in the floating point exception.
Stefan
reassign 1085710 libwebkit2gtk-4.1-0
thanks
Over at the gitlab.gnome.org they suggested the problem might be in the
webkit code, and the backtrace suggests they might be right.
I attach the result of running
gdb --batch evolution --ex r --ex bt --ex "t a a bt"
- Stefan
Hi, can you try with 2.46.1-2 (in testing) or 2.46.2-1 (in sid), and if it still crashes can you obtain a backtrace with debugging symbols? (export DEBUGINFOD_URLS="https://debuginfod.debian.net" should be enough). Thanks! Berto
Hola Alberto,
The backtrace I just sent was obtained after updating to the latest
Debian testing packages, i.e. 2.46.1-2.
[ I can't believe I only now learn about debuginfod.
I guess I've been living in a cave or something. ]
The result is attached (also using 2.46.1-2).
Stefan
Thanks! I forgot to ask, since I see you're running i386, can you paste the output of /proc/cpuinfo ? Berto
Alberto Garcia [2024-10-24 18:07:12] wrote:
I'll do that next time I'm on the machine, but in the mean time I can
tell you it's a Core 2 Duo T9300 (the machine is a Thinkpad T61
(8895-2FU) with Intel integrated graphics (GMA X3100), which originally
came with a slower Core 2 Duo (T7300, IIRC)).
Stefan
Here it is,
Stefan
Control: tags -1 moreinfo Hi everyone, one user debugged this and concluded that the crash is due to an integer overflow in the gtk code: https://gitlab.gnome.org/GNOME/gtk/-/issues/8103 I prepared a patched version of gtk that should work solve this bug, can any of you test it and confirm if it fixes the crashes in evolution and/or other webkit-based packages? https://people.debian.org/~berto/bug-1085710/trixie/ These packages are for Debian stable (trixie), I can also provide packages for bookworm or testing/sid if necessary. Regards, Berto
I'll try as soon as I'm back to the affected machine. The affected machine runs `testing`, so that would be helpful, tho I can try and play the downgrade/upgrade game otherwise. === Stefan
Ok, here they are: https://people.debian.org/~berto/bug-1085710/forky/ Berto
Alberto Garcia [2026-03-16 16:17:47] wrote: Just tried it, and it doesn't crash any more! Thank you very much! === Stefan