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.

classification
Title: Fatal Python error: Cannot recover from stack overflow.
Type: crash Stage:
Components: None Versions: Python 3.2
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: The-Compiler, christian.heimes, mark.dickinson, terry.reedy, vstinner
Priority: normal Keywords:

Created on 2012-04-19 08:51 by The-Compiler, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (4)
msg158706 - (view) Author: Florian Bruhin (The-Compiler) * Date: 2012-04-19 08:51
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 Python 3.2.2 on Archlinux.
msg158871 - (view) Author: Mark Dickinson (mark.dickinson) * (Python committer) Date: 2012-04-20 18:46
If you have a self-contained script that exhibits the problem, please could you attach it directly to the issue?
msg158872 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2012-04-20 18:50
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.
msg192678 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2013-07-08 17:31
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.
History
Date User Action Args
2022-04-11 14:57:29adminsetgithub: 58825
2013-07-08 17:31:47christian.heimessetstatus: open -> closed

nosy: + christian.heimes
messages: + msg192678

resolution: out of date
2012-04-20 18:50:36terry.reedysetnosy: + terry.reedy
messages: + msg158872
2012-04-20 18:47:11mark.dickinsonsetnosy: + vstinner
2012-04-20 18:46:18mark.dickinsonsetnosy: + mark.dickinson
messages: + msg158871
2012-04-19 08:51:39The-Compilercreate