jovanbulck / jsh

A basic UNIX shell implementation in C
GNU General Public License v3.0
30 stars 10 forks source link

Proper signal handling when forking childs #70

Open jovanbulck opened 9 years ago

jovanbulck commented 9 years ago

When forking a child and backgrounding, e.g. start atom from the shell, pressing ^C will kill the child. Really annoying. We probably need better signal (SIGKILL SIGCHLD) handling. I'll look into this in February probably...