[issue1212900] Python segfaults on OpenBSD (tested 3.4 and 3.5)

Stefan Krah report at bugs.python.org
Tue Feb 16 13:22:33 CET 2010


Stefan Krah <stefan-usenet at bytereef.org> added the comment:

It is a stack overflow, which can be prevented by setting

#define Py_DEFAULT_RECURSION_LIMIT 150

in Python/ceval.c.

Then the program behaves in the same way as on Linux (i.e. it swallows
the RuntimeError somewhere). Recommend closing.

----------
nosy: +skrah

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


More information about the Python-bugs-list mailing list