Issue 967334: Cmd in thread segfaults after Ctrl-C (original ) (raw ) This issue has been migrated to GitHub: https://github.com/python/cpython/issues/40354
classification
process
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 will make Python segfault.
msg21049 - (view)
Author: Neal Norwitz (nnorwitz) *
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)
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)
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:04
admin
set
github: 40354
2004-06-05 23:11:56
acapnotic
create