To exit from a running node.js instance, you hit ctrl-C. This worked for quite a while but now I get that error along with a node.core dump file. It's running proxied behind an nginx server.
This is a running application which I hadn't touched since last December. I was writing some code for the app and noticed it started exiting like that back then. However, this week is the first time I've had a chance to work on it again and was reminded of the problem.
Otherwise, node.js and the application run without any other issues. I just hoped someone else had the same issue and fixed it somehow or knew a good way to debug this.
This is a running application which I hadn't touched since last December. I was writing some code for the app and noticed it started exiting like that back then. However, this week is the first time I've had a chance to work on it again and was reminded of the problem.
Otherwise, node.js and the application run without any other issues. I just hoped someone else had the same issue and fixed it somehow or knew a good way to debug this.