Uh oh!
There was an error while loading. Please reload this page.
Revert "src: fix stuck debugger process" - #3585
Conversation
evanlucas
commented
Oct 29, 2015
@bnoordhuis mind explaining the revert and where the regression is? |
bnoordhuis
commented
Oct 29, 2015
It's in the commit log, let me know if it's not clear enough:
The regression is that the |
jasnell
commented
Oct 29, 2015
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. |
evanlucas
commented
Oct 29, 2015
Ah sorry missed that. LGTM if CI is happy |
jasnell
commented
Oct 29, 2015
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 <evanlucas@me.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Check that `node --debug-brk -e 0` immediately quits. PR-URL: nodejs#3585 Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: James M Snell <jasnell@gmail.com>
dc58bef to
810cc05CompareCheck that `node --debug-brk -e 0` immediately quits. PR-URL: #3585 Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Check that `node --debug-brk -e 0` immediately quits. PR-URL: #3585 Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: James M Snell <jasnell@gmail.com>
viirya
commented
Oct 29, 2015
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 |
bnoordhuis
commented
Oct 29, 2015
Maybe The thing is though that ff877e9 introduced an unintentional change. If we decide to change how |
bnoordhuis
commented
Oct 29, 2015
For proactivity's sake: #3589 |
jasnell
commented
Oct 29, 2015
Landed in v4.x-staging in 5e6f7c9. No need to land in v4.x because the original commit hadn't landed there yet. |
Check that `node --debug-brk -e 0` immediately quits. PR-URL: #3585 Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Refs: #2778
/cc @viirya
CI: https://ci.nodejs.org/job/node-test-pull-request/648/