[issue25323] Bus error: 10 when executing recursive program

STINNER Victor report at bugs.python.org
Tue Oct 6 08:12:07 EDT 2015


STINNER Victor added the comment:

Well, Python tries to protect you against stack overflow, but the protection is not perfect. You may have to enlarge the C stack, but I don't know how.

Workaround: try to rewrite your algorithm to use a lower recursion depth.

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list