-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Process mysteriously restarted after removal #613
Comments
I have the same problem today, with issue like #494. Even running the I think the issue might be related to the option |
We might want to check that watchers are destroyed when the kill command's been running (+ delete). |
On kill deleteAll watchers Improved tests
I think this is definitly related to #494. I wasn't able to reproduce this on purpose but I had some ghost processes once. I made some attempt to fix it but I really need a way to reproduce the issue! If you have any clue on how to make this happend, please share (:. |
I'm running this inside a vagrant virtualbox that's using rsync to keep files synchronized between host and guest, if that helps. I'll dig in and try to determine something more repeatable. |
Very strange behavior here. I start a process, then stop it and delete it. I no longer see the process in
pm2 list
. If I try starting the process again, I see errors indicating ports are already used (similar to #350 ). I check for processes on those ports using thenetstat
command and manually kill them. At this point, if I checkpm2 list
again, the process is back on the list.A few times I've been able to stop and delete the process, then just wait a while, check
pm2 list
again and see that the process is back on the list.PM2 version: 0.9.5
NodeJS version: v0.10.30
OS Version: Ubuntu 14.04
Here's the file I use when starting PM2:
The text was updated successfully, but these errors were encountered: