serenity icon indicating copy to clipboard operation
serenity copied to clipboard

CI: Revert libasan workaround when GCC 13.2.1 is used on Lagom

Open trflynn89 opened this issue 1 year ago • 1 comments

On Ubuntu, with Linux kernel 6.5, ARCH_MMAP_RND_BITS was changed from ARCH_MMAP_RND_BITS_MIN (28 on x64) to ARCH_MMAP_RND_BITS_MAX (32 on x64). This breaks assumptions made by libasan's allocators, and we see a flaky crash from within libasan itself. We restored the previous value as a workaround in #23567. We should be able to revert that when GCC 13.2.1 is available: https://stackoverflow.com/questions/77894856/possible-bug-in-gcc-sanitizers

trflynn89 avatar Mar 13 '24 01:03 trflynn89

GitHub runner issue: https://github.com/actions/runner-images/issues/9491

ADKaster avatar Mar 14 '24 22:03 ADKaster