Comment 28 for bug 532481

Revision history for this message
David Shrewsbury (dshrews) wrote :

So, the OS X default thread stack size is 512K. Linux default thread stack size appears to be 8M.

Confirmed that increasing thread stack size at pthread_create() time fixes this on OS X. I just increased it to 8M for the purpose of this test.

However, our scheduler plugin(s) does not handle the --thread_stack option, which is a bug.