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: Segfault in Python interpreter 2.3.5
Type: Stage:
Components: None Versions: Python 2.3
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: evilmrhenry, georg.brandl, terry.reedy
Priority: normal Keywords:

Created on 2005-07-25 23:53 by evilmrhenry, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg25865 - (view) Author: Evil Mr Henry (evilmrhenry) Date: 2005-07-25 23:53
Linux, Debian Testing, with Bash shell.

If I type "python" at the bash prompt to start the
interpreter, then hit the up arrow key (the previous
command key), Python segfaults. This only occurs if
there are no previous commands in the queue.
msg25866 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2005-07-29 05:40
Logged In: YES 
user_id=593130

Does this happen with 2.4.1?  There will probably not be a 2.3.6.
msg25867 - (view) Author: Evil Mr Henry (evilmrhenry) Date: 2005-07-29 05:52
Logged In: YES 
user_id=1052361

Does not occur with 2.4.1.
msg25868 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-07-29 13:37
Logged In: YES 
user_id=1188172

Thanks! As 2.3 is not continued, closing as Out of Date.
History
Date User Action Args
2022-04-11 14:56:12adminsetgithub: 42220
2005-07-25 23:53:07evilmrhenrycreate