Guard pages are disabled on musl. #31506
Labels
A-stack-probe
Area: Stack probing and guard pages
C-bug
Category: This is a bug.
O-musl
Target: The musl libc
In #30629 I disabled guard pages on musl. I did this because one of the pthread calls (I've forgotten which) was segfaulting during runtime initialization on i686-unknown-linux-musl, with my local build of musl, and I just wanted it working.
It should at least be on for x86_64 where it's known to work on the bots.
The text was updated successfully, but these errors were encountered: