[issue18075] Infinite recursion tests triggering a segfault

Ronald Oussoren report at bugs.python.org
Tue May 28 14:31:27 CEST 2013


Ronald Oussoren added the comment:

The attached patch fixes the problem on OSX by increasing the maximum stack size of the main thread from 8M (the default) to 16M. 

NOTE: The -Wl,-stack_size,... option cannot be added to LDFLAGS, ld errors out when that option is used when linking a shared library (such as the extensions or libpython.dylib)

----------
stage:  -> patch review
Added file: http://bugs.python.org/file30397/issue-18075-osx-stacksize.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18075>
_______________________________________


More information about the Python-bugs-list mailing list