Skip to content
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

src: fix nullptr dereference for signal during startup #20637

Closed
wants to merge 1 commit into from

Commits on May 9, 2018

  1. src: fix nullptr dereference for signal during startup

    This fixes a test failure when running
    `test/parallel/test-child-process-spawnsync-kill-signal.js`
    under load. What would happen is that `SignalExit()` tries
    to shutdown the tracing agent, which might not have been set
    up by the point that Node.js receives the signal.
    addaleax committed May 9, 2018
    Configuration menu
    Copy the full SHA
    3c4c7b2 View commit details
    Browse the repository at this point in the history