[issue1722225] Build on QNX 6

Matt Kraai report at bugs.python.org
Fri Jan 25 22:13:24 CET 2008


Matt Kraai added the comment:

Regarding the curses issue, I removed that portion of the patch and the
curses module still compiled.  It must have been an artifact from before
I disabled _XOPEN_SOURCE.  Thanks for catching that.

Regarding the stack size, without the "-N 2048K" option, "make test"
fails as follows:

 ...
 test_compare
 test_compile
 make: *** [test] segmentation violation (core dumped)

The default recursion limit returned by sys.getrecursionlimit() is 1000,
 and Misc/find_recursionlimit.py says that 1100 is fine.  With -N 2048K,
test_compile does not produce a segmentation fault and
Misc/find_recursionlimit.py says that 4700 is fine.

Added file: http://bugs.python.org/file9287/patch

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1722225>
_____________________________________


More information about the Python-bugs-list mailing list