Is there any way in node.js 0.10.x to see what is keeping the event loop still alive/running? I have an app which used to shut down cleanly but now is hanging, so there must be a timer, socket, etc. still active, but it is not apparent where. This post https://groups.google.com/d/msg/nodejs/Nn-j_a7ZfTc/JnUAiVY3LigJ talks about sending the node process a SIGUSR2 to have it dump all the active handles, but that post is three years old and the technique is not working on node 0.10 - all I get from node is the message "User defined signal 2: 31".
-- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/f0855cfd-677c-4fb2-9b06-f357d3746f49%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
