[pypy-issue] Issue #2335: Maximum recursion depth exceeded with coverage (pypy/pypy)

Mark Williams issues-reply at bitbucket.org
Fri Jul 1 09:53:03 EDT 2016


New issue 2335: Maximum recursion depth exceeded with coverage
https://bitbucket.org/pypy/pypy/issues/2335/maximum-recursion-depth-exceeded-with

Mark Williams:

Running Twisted's test suite with `coverage` (version 4.1) results in several `RuntimeError`s because the recursion depth's been exceeded.  See: https://travis-ci.org/twisted/twisted/jobs/140817070

I've been able to reliably reproduce the last `RuntimeError` (when `coverage` is trying to write out its data) locally on a PyPy built with `lldebug0`.  Attached should be a traceback from `stack.c:57`.  Having read #2200 I figured this would be helpful - please let me know if there's anything else you'd like.

I have similar tracebacks for similar `RuntimeError`s, but not the exact same ones as in the failed Travis CI build.  Please let me know if you'd like those as well.

Thanks for PyPy!




More information about the pypy-issue mailing list