[pypy-issue] Issue #2200: RuntimeError: maximum recursion depth exceeded on 4.0.1 (pypy/pypy)

Konstantin Lopuhin issues-reply at bitbucket.org
Wed Dec 2 05:19:08 EST 2015


New issue 2200: RuntimeError: maximum recursion depth exceeded on 4.0.1
https://bitbucket.org/pypy/pypy/issues/2200/runtimeerror-maximum-recursion-depth

Konstantin Lopuhin:

Note that this is not complete yet, but still:
While running our internal app PyPy 4.0.0 was consistently failing with an exception "RuntimeError: maximum recursion depth exceeded" after running for a while, and there was clearly no recursion taking place, and the traceback was fairly short. After updating to 4.0.1 the error seemed to disappear, but now 4.0.1 (on another app) also failed with the same error, but this time it seems very rare. Is there anything I can do to gather more data when I get the crash again? This is not production, so I can add more logging or other things (but it will be hard to check with --jit=off as it seems quite rare).




More information about the pypy-issue mailing list