-
Notifications
You must be signed in to change notification settings - Fork 15
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
signals not getting passed through #10
Comments
actually, i think this has to do with the pid in say, for context, here's what i'm seeing with
UPDATE: also, it seems to be happening only on ubuntu, on my mac, i'm not getting the additional shell process any thoughts? |
I had the same problem with mon on ubuntu. I'm using this forked version of mon and it seems to be working on ubuntu: https://github.com/jgallen23/mon |
ah yah, it looks like mon is creating the extra process: I just ran:
and then
any idea what's going on here @visionmedia? |
it was because dash's |
so it's not replacing the process image, moral of the story, dash sucks |
any fix for this? right now i'm killing the process by incrementing the pid
this definitely seems dangerous |
try my fork of mon. It should solve the problem |
have some cleanup work to do on my process (a server), but when I issue a
kill -s SIGQUIT $pid
it will kill the process, but it doesn't run the cleanup.I've noticed this will work fine with
mon
.The text was updated successfully, but these errors were encountered: