commit | 27a9aed81978af792cb06035a1619c8141a5fb5b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Thu Sep 04 16:09:25 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Sep 04 16:09:25 2014 -0700 |
tree | 7980f076768d6a82286d2c7e62a56e7febad4d5e | |
parent | c74a7680a409cd9f0cd3847b59e20ac16ad05806 [diff] |
Fix pthread_attr_getstack__main_thread. There were two problems here: * This would fail when run with unlimited stack, because it didn't know that bionic reports unlimited stacks as 8MiB. * This would leave RLIMIT_STACK small, causing failures to exec (so the popen and system tests would fail). Change-Id: I5b92dc64ca089400223b2d9a3743e9b9d57c1bc2