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 David MacIver
Recipients David MacIver
Date 2017-03-11.11:33:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489231982.25.0.506172470023.issue29792@psf.upfronthosting.co.za>
In-reply-to
Content
When run under Python 3.6.0 or 3.5.1 (and presumably other versions of Python 3) the attached code fails with "Fatal Python error: Cannot recover from stack overflow." then aborts with a core dump and an error code indicating it got a SIGABRT.

On Python 2.7 it instead hangs indefinitely.

Obviously this code is stupid and shouldn't be expected to do anything very reasonable - It's shrunk down from what was probably just a bug on my end in a larger example - but it seemed like it might be symptomatic of a more general class of problems.
History
Date User Action Args
2017-03-11 11:33:02David MacIversetrecipients: + David MacIver
2017-03-11 11:33:02David MacIversetmessageid: <1489231982.25.0.506172470023.issue29792@psf.upfronthosting.co.za>
2017-03-11 11:33:02David MacIverlinkissue29792 messages
2017-03-11 11:33:01David MacIvercreate