mirror of https://github.com/lukechilds/node.git
Browse Source
Starting the debugger directly in the SIGUSR1 signal handler results in a malloc lock contention ~1% of the time. It hangs the test, which is annoying on a daily basis to all of us, but it also is pretty terrible if you actually want to debug a node process that has gone sideways. Credit to @bnoordhuis for most of this. I just added the unref which keeps it from messing up the event loop for other stuff.v0.9.11-release
1 changed files with 5 additions and 2 deletions
Loading…
Reference in new issue