gopalshankar / address-sanitizer

Automatically exported from code.google.com/p/address-sanitizer
0 stars 0 forks source link

pthread_get_stacksize_np() returns incorrect value on Mac OS X 10.9 #261

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
As stated at 
http://mail.openjdk.java.net/pipermail/hotspot-dev/2013-October/011369.html, 
pthread_get_stacksize_np() returns an incorrect stack size when called on the 
main thread.

This affects the UAR detection, because the FakeStack is limited to 512Kb.

Original issue reported on code.google.com by ramosian.glider@gmail.com on 3 Feb 2014 at 2:20

GoogleCodeExporter commented 9 years ago
Workaround committed in r200703

Original comment by gli...@chromium.org on 10 Feb 2014 at 10:00

GoogleCodeExporter commented 9 years ago

Original comment by ramosian.glider@gmail.com on 7 May 2014 at 8:59