This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon
Date 2011-01-23.00:18:05
SpamBayes Score 1.3313642e-05
Marked as misclassified No
Message-id <1295741889.19.0.432522991902.issue10985@psf.upfronthosting.co.za>
In-reply-to
Content
If you run test_sys under coverage.py with ``./python.exe -m coverage run --pylib Lib/test/regrtest.py test_sys`` you get::

  Fatal Python error: Cannot recover from stack overflow

Have not taken the time to try to figure out exactly what code is triggering the recursion, but coverage.py is being used w/o its extension coverage support. Could be caused by coverage.py, but I'm a bit surprised that it's a fatal error instead of a recursion limit exception.
History
Date User Action Args
2011-01-23 00:18:09brett.cannonsetrecipients: + brett.cannon
2011-01-23 00:18:09brett.cannonsetmessageid: <1295741889.19.0.432522991902.issue10985@psf.upfronthosting.co.za>
2011-01-23 00:18:05brett.cannonlinkissue10985 messages
2011-01-23 00:18:05brett.cannoncreate