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.
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:29 | admin | set | github: 58825 |
| 2013年07月08日 17:31:47 | christian.heimes | set | status: open -> closed nosy: + christian.heimes messages: + msg192678 resolution: out of date |
| 2012年04月20日 18:50:36 | terry.reedy | set | nosy:
+ terry.reedy messages: + msg158872 |
| 2012年04月20日 18:47:11 | mark.dickinson | set | nosy:
+ vstinner |
| 2012年04月20日 18:46:18 | mark.dickinson | set | nosy:
+ mark.dickinson messages: + msg158871 |
| 2012年04月19日 08:51:39 | The-Compiler | create | |