Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ksh doesn't die with USR1 #69

Open
smondet opened this issue Jul 23, 2018 · 0 comments
Open

ksh doesn't die with USR1 #69

smondet opened this issue Jul 23, 2018 · 0 comments

Comments

@smondet
Copy link
Member

smondet commented Jul 23, 2018

The failure of the
"error-in-get-stdout-3"
test with ksh is due to the fact that kill -s USR1 <pid> does not kill the shell.

bash$ PS1='ksh\$ ' ksh
ksh$ ps
  PID TTY          TIME CMD
 1990 pts/21   00:00:00 ksh
 1993 pts/21   00:00:00 ps
29935 pts/21   00:00:00 bash
ksh$ kill -s USR1 1990
ksh$ kill -9 1990
Killed
bash$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant