-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Open
Labels
A-stack-probeArea: Stack probing and guard pagesArea: Stack probing and guard pagesC-bugCategory: This is a bug.Category: This is a bug.O-muslTarget: The musl libcTarget: The musl libc
Description
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.
Metadata
Metadata
Assignees
Labels
A-stack-probeArea: Stack probing and guard pagesArea: Stack probing and guard pagesC-bugCategory: This is a bug.Category: This is a bug.O-muslTarget: The musl libcTarget: The musl libc