[issue14620] Fatal Python error: Cannot recover from stack overflow.

2013-07-08 Thread Christian Heimes
Christian Heimes added the comment: The link doesn't work anymore and I'm unable to reproduce the issue. Please reopen the issue if you still get a stack overflow. Don't forget to attach your script, too. -- nosy: +christian.heimes resolution: -> out of date status: open -> closed __

[issue14620] Fatal Python error: Cannot recover from stack overflow.

2012-04-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: There are several other 'stack overflow' issues (just do a search on that phrase). Please take a look and see if yours is a duplicate of any of the others. If this does seem different, please reduce your code to the minimum needed and attach the file here.

[issue14620] Fatal Python error: Cannot recover from stack overflow.

2012-04-20 Thread Mark Dickinson
Changes by Mark Dickinson : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue14620] Fatal Python error: Cannot recover from stack overflow.

2012-04-20 Thread Mark Dickinson
Mark Dickinson added the comment: If you have a self-contained script that exhibits the problem, please could you attach it directly to the issue? -- nosy: +mark.dickinson ___ Python tracker _

[issue14620] Fatal Python error: Cannot recover from stack overflow.

2012-04-19 Thread Florian Bruhin
New submission from Florian Bruhin : Hey, I just got the error message in the title when trying to run a script with python. You can find the coredump, stacktrace, and the scripts I ran at http://the-compiler.org/tmp/pythoncrash/ The command line I ran: python -u pythonomegle.py Running Pyt