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: Cmd in thread segfaults after Ctrl-C
Type: Stage:
Components: Interpreter Core Versions: Python 2.3
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: mwh Nosy List: acapnotic, mwh, nnorwitz
Priority: normal Keywords:

Created on 2004-06-05 23:11 by acapnotic, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
segfcmd.py acapnotic, 2004-06-05 23:11
Messages (4)
msg21048 - (view) Author: Kevin M. Turner (acapnotic) * Date: 2004-06-05 23:11
With Cmd.cmdloop running in a thread,
saying Ctrl-C <return> will make Python segfault.
msg21049 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2004-06-13 21:15
Logged In: YES 
user_id=33168

This works for me on Linux.  What OS are you using?  Are you
using any non-standard extension modules?  What version of
Python?
msg21050 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2004-08-07 21:45
Logged In: YES 
user_id=6656

Usual deal; two months of inactivity.  Two more weeks and
this will be closed.
msg21051 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2004-08-23 11:00
Logged In: YES 
user_id=6656

Closing as threatened.
History
Date User Action Args
2022-04-11 14:56:04adminsetgithub: 40354
2004-06-05 23:11:56acapnoticcreate