DescriptionUse a reasonable default pthread stack size on Mac OS X.
Mac OS X uses a fixed default stack size of 512kB, which is too small for some
purposes. glibc on Linux uses ulimit -s, which is both a more reasonable thing
to do, and is generally set to a rational limit, such as 8MB.
BUG=43422
TEST=None really on the trunk. On the Mac 375 branch, using the .pac file on
the bug, Chrome should not crash on startup.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=46717
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|