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: [Irix] SIGINT causes crash
Type: Stage:
Components: Interpreter Core Versions:
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: sjoerd Nosy List: sjoerd
Priority: normal Keywords:

Created on 2001-03-26 14:38 by anonymous, last changed 2022-04-10 16:03 by admin. This issue is now closed.

Messages (3)
msg4053 - (view) Author: Nobody/Anonymous (nobody) Date: 2001-03-26 14:38
python version 2.1b2
on Irix 6.5.8f:

dumps core on a segfault when SIGINT is sent to the
process, either by keystroke or using the kill command.
msg4054 - (view) Author: Sjoerd Mullender (sjoerd) * (Python committer) Date: 2001-06-08 19:37
Logged In: YES 
user_id=43607

Always first try recompiling without -O option.
I have never seen a problem like this, and I use python quite a lot on an SGI (currently IRIX 6.5.12m), but I never
compile with -O.
If this doesn't help, please supply a stack trace.
(If it does help, complain to SGI :-).
msg4055 - (view) Author: Sjoerd Mullender (sjoerd) * (Python committer) Date: 2001-09-05 09:00
Logged In: YES 
user_id=43607

Closed this bug since it doesn't happen for me, and there
was never a
response from the original submitter.
History
Date User Action Args
2022-04-10 16:03:54adminsetgithub: 34236
2001-03-26 14:38:15anonymouscreate