-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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.P-mediumMedium priorityMedium priorityT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Description
See:
robovm/robovm#274
https://groups.google.com/forum/#!topic/address-sanitizer/7_abqFZ5wXw
http://mail.openjdk.java.net/pipermail/hotspot-dev/2013-October/011388.html
pthread_get_stacksize_np returns 512KB for the main thread instead of the 8MB that it's supposed to. This causes us to allocate our guard page in the middle of the stack.
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.P-mediumMedium priorityMedium priorityT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.