-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
Revert "src: fix stuck debugger process" #3585
Conversation
@bnoordhuis mind explaining the revert and where the regression is? |
It's in the commit log, let me know if it's not clear enough:
The regression is that the |
Yep, thanks for catching that @bnoordhuis. Fortunately the commit is only in staging and hasn't yet been landed in the v4.x branch so I'll simply pull it from the list of commits that I land in v4.x today. |
Ah sorry missed that. LGTM if CI is happy |
LGTM |
This reverts commit ff877e9. Reverted for breaking `node --debug-brk -e 0`. It should immediately quit but instead it hangs now. PR-URL: nodejs#3585 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: James M Snell <[email protected]>
Check that `node --debug-brk -e 0` immediately quits. PR-URL: nodejs#3585 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: James M Snell <[email protected]>
dc58bef
to
810cc05
Compare
This reverts commit ff877e9. Reverted for breaking `node --debug-brk -e 0`. It should immediately quit but instead it hangs now. PR-URL: #3585 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: James M Snell <[email protected]>
Check that `node --debug-brk -e 0` immediately quits. PR-URL: #3585 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: James M Snell <[email protected]>
Check that `node --debug-brk -e 0` immediately quits. PR-URL: #3585 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: James M Snell <[email protected]>
Not sure about this. Correct me if I am wrong. But shouldn't --debug-brk break before the first statement? Why it should return immediately when running with |
Maybe The thing is though that ff877e9 introduced an unintentional change. If we decide to change how |
For proactivity's sake: #3589 |
Landed in v4.x-staging in 5e6f7c9. No need to land in v4.x because the original commit hadn't landed there yet. |
This reverts commit ff877e9. Reverted for breaking `node --debug-brk -e 0`. It should immediately quit but instead it hangs now. PR-URL: #3585 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: James M Snell <[email protected]>
Check that `node --debug-brk -e 0` immediately quits. PR-URL: #3585 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: James M Snell <[email protected]>
Refs: #2778
/cc @viirya
CI: https://ci.nodejs.org/job/node-test-pull-request/648/