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 belopolsky
Recipients Jill, belopolsky, ned.deily, ronaldoussoren
Date 2010-12-16.18:06:24
SpamBayes Score 7.6821816e-05
Marked as misclassified No
Message-id <1292522785.71.0.0374330809472.issue10718@psf.upfronthosting.co.za>
In-reply-to
Content
> After entering my code 

What code did you enter?  Which window did you enter it to?

> I am prompted to save

what exactly did you do before you were "prompted"?   What did the "prompt" look like.  Can you post the screen shots?


I was actually able to produce a similar crash in the following steps:

1. Start idle2.7 from the terminal
2. File > New window
3. Enter 1 + 1 in the new window
4. File > Save (save as test.py)
5. Wait 5-10 seconds

Segmentation fault
History
Date User Action Args
2010-12-16 18:06:25belopolskysetrecipients: + belopolsky, ronaldoussoren, ned.deily, Jill
2010-12-16 18:06:25belopolskysetmessageid: <1292522785.71.0.0374330809472.issue10718@psf.upfronthosting.co.za>
2010-12-16 18:06:24belopolskylinkissue10718 messages
2010-12-16 18:06:24belopolskycreate