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 serhiy.storchaka
Recipients serhiy.storchaka, toonn
Date 2020-03-01.14:45:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583073929.33.0.480331852751.issue39811@roundup.psfhosted.org>
In-reply-to
Content
It is not related to curses and Python.

Run arbitrary program (for example `cat` or `sleep 100`) and press Ctrl-4. You will get a core dump. This is because your terminal generates the signal SIGQUIT on Ctrl-4, and default action on SIGQUIT is core dump. So it all works as expected.

If you want to change it, ignore the signal.
History
Date User Action Args
2020-03-01 14:45:29serhiy.storchakasetrecipients: + serhiy.storchaka, toonn
2020-03-01 14:45:29serhiy.storchakasetmessageid: <1583073929.33.0.480331852751.issue39811@roundup.psfhosted.org>
2020-03-01 14:45:29serhiy.storchakalinkissue39811 messages
2020-03-01 14:45:29serhiy.storchakacreate