in reply to The process that would not die
The program might change terminal settings (with the stty program or the Termios functions of POSIX or with low-level ioctls or any other way) in such a way that signal-sending magic characters are not respected (the isig property, or it could change or disable the interrupt character only). Try sending the program a SIGINT with kill -INT instead of control-C to see if it works.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: The process that would not die
by AlanOlsen (Initiate) on Feb 21, 2006 at 22:15 UTC |