-
-
Notifications
You must be signed in to change notification settings - Fork 357
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
Service stopped unexpectedly but child node process doesn't #235
Comments
Obviously this one is pretty tricky to troubleshoot since I can't recreate a 2 month running process. If folks could post logs (or patterns), that might help. |
@coreybutler I am able to reproduce this issue. Steps to reproduce this issue as below: 1- Install and start the service. I have used node version 12.8.0 |
I am facing the same issue as described by @hassanahmad32 on Node.js v14.17.6 and could replicate it using his provided steps. Any workarounds for the moment? |
We are having same problem, didnt have anything else to do so cheked event wiever found thiss one by Windows Error Reporting at the at time service crashed Problem signature: Attached files: These files may be available here: Analysis symbol: Cab Guid: 0 next i tried to find that WER file turns out its a plaintext bu a different format hope i helps |
Checked process for trigering the error using task manager, also happenes on our system, it seems that this error is caused when service wrapper doesnt exit properly |
Once about every 2 months my node windows service crashes unexpectedly, usually at night so it's unlikely to be caused by load. When the service stopped, the child node process continues to run so the web service is not down.
This issue is related to #12 except that service crashing unexpectedly is my main concern. Surviving child node process is also nagging because if child process is not killed before service is restarted there is port conflict.
The text was updated successfully, but these errors were encountered: