I am running a node js cluster on windows and I can see that the worker process are dying abruptly with a non standard error code.
worker 2136 died (3221225477). restarting...
worker 2172 died (3221226505). restarting...
These numbers are windows error codes.
3221225477 – 0xC0000005 Access Violation error
3221226505 – 0xc0000409 Exception Unknown
Are these errors logged in Windows Event Viewer or any other log where I can co-relate with node.js process deaths?
Any suggestions on how to debug this will be helpful.
via Ranjan
No comments:
Post a Comment