On Wed, Sep 18, 2024 at 02:58:15PM -0400, Jeremy Bícha wrote: > webkit2gtk is currently broken on armhf with the new 2.46.0 release. > This was detected with autopkgtest failures. See > https://launchpad.net/bugs/2081093
I was testing ealier versions of the WebKitGTK packages and I saw that those < 2.45.91 don't crash. So this bug seems to be a consequence of me disabling bmalloc in order to fix a build failure in armhf starting from 2.45.91: https://bugs.webkit.org/show_bug.cgi?id=278858 I managed to build 2.46.0 with bmalloc using the change described there and it seems to fix the crash, I'm currently rebuilding the package to double check. Berto