[1818] in Athena Bugs
Saber 2.0.4
daemon@ATHENA.MIT.EDU (John Carr)
Sat Feb 25 20:10:07 1989
To: bugs@ATHENA.MIT.EDU
Date: Sat, 25 Feb 89 20:09:47 EST
From: John Carr <jfc@ATHENA.MIT.EDU>
This is a cut-n-paste transcript of my killing a saber session:
------
root@money# kill -9 %/mit/s
root@money#
[1] Killed /mit/saber2/vaxbin/saber main.c keycode.c pie.c
root@money#
root@money#
Signal 13: SIGPIPE /* write on a pipe with no one to read it */
Stopped in top level, line 0
Loading: main.c
Reset tty pgrp from 931 to 700
root@money#
----------------
"main.c":32, main(), Unused formal parameter (Warning #285)
31:
* 32: main(int argc,char *argv[])
33:
Formal parameter 'argc' was not used.
root@money#
-----
Maybe SIGKILL was not the right choice, but neither was the subprocess
continuing to write to my terminal the right response. It should have
quit after the SIGPIPE.
Isn't csh supposed signal the entire process group when you kill a job?