[issue36370] "Fatal Python error: Cannot recover from stack overflow" from SymPy tests

Rémi Lapeyre report at bugs.python.org
Wed Mar 20 09:17:58 EDT 2019


Rémi Lapeyre <remi.lapeyre at henki.fr> added the comment:

FWIW I just tried both f8e46e9e741f253803e9b8be03287e5dd16abd4d and f8e46e9e741f253803e9b8be03287e5dd16abd4d with the reproducer given and none of them segfault.

I don't think there is a bug in the Python interpreter, there is some ways to trigger this error when a RecursionError is not handled quickly enough. I suppose you just have a problem in Sympy. I also find suspicious that you reproducer change many lines in Sympy and would look at that first.

----------
nosy: +remi.lapeyre

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36370>
_______________________________________


More information about the Python-bugs-list mailing list