This is an archive of the discontinued LLVM Phabricator instance.

[gtest] Increase stack size for child process in EXPECT_DEATH implementation
AbandonedPublic

Authored by waltl on Nov 7 2017, 4:25 PM.

Details

Summary

Currently it is getpagesize() which is often only 4k, which is
insufficient for some ASan tests with 32-byte shadow granularity.
Make it at least 8k.

Event Timeline

waltl created this revision.Nov 7 2017, 4:25 PM
waltl abandoned this revision.Nov 20 2017, 3:18 PM