On Tue, Sep 20, 2022 at 5:44 PM Alberto Garcia <be...@igalia.com> wrote: > By the way 2.38.0 just came out, it'll probably be backported soon to > bullseye.
Hi Alberto, the patch that sets setAllowsServerPreconnect does not fix the original issue, however, this one does: https://github.com/WebKit/WebKit/pull/4790 With this applied on top of your recent backport of 2.38.0, WebKit becomes somewhat usable on arm64 in bullseye. It still crashes on some pages (such as Twitter), but in a different way (somewhere in JSC) which probably deserves a separate issue. Cheers, Sebastian