-
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
lib: absorb path
error cases
#34519
Closed
gireeshpunathil
wants to merge
0
commits into
nodejs:master
from
gireeshpunathil:try-guard-process-argv
Closed
lib: absorb path
error cases
#34519
gireeshpunathil
wants to merge
0
commits into
nodejs:master
from
gireeshpunathil:try-guard-process-argv
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lpinca
approved these changes
Jul 26, 2020
mscdex
reviewed
Jul 26, 2020
addaleax
requested changes
Jul 26, 2020
gireeshpunathil
force-pushed
the
try-guard-process-argv
branch
from
July 26, 2020 15:25
f9d01ed
to
79857e1
Compare
gireeshpunathil
changed the title
lib, test: harden
lib: absorb Jul 26, 2020
path
error casespath
error cases
addaleax
approved these changes
Jul 26, 2020
HarshithaKP
approved these changes
Jul 26, 2020
BridgeAR
reviewed
Jul 27, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to add a test case for this?
I have thought about it, but looks like it is difficult:
let me know if you have any any suggestions! |
jasnell
approved these changes
Jul 27, 2020
himself65
approved these changes
Jul 28, 2020
gireeshpunathil
added a commit
that referenced
this pull request
Jul 30, 2020
Absorb low level libuv failure in the process initialization phase Fixes: #33759 Refs: #33759 (comment) PR-URL: #34519 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com>
gireeshpunathil
force-pushed
the
try-guard-process-argv
branch
from
July 30, 2020 08:18
79857e1
to
4692e28
Compare
landed in 4692e28 |
codebytere
pushed a commit
that referenced
this pull request
Aug 5, 2020
Absorb low level libuv failure in the process initialization phase Fixes: #33759 Refs: #33759 (comment) PR-URL: #34519 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com>
Merged
codebytere
added a commit
to electron/electron
that referenced
this pull request
Sep 1, 2020
codebytere
added a commit
to electron/electron
that referenced
this pull request
Sep 2, 2020
codebytere
added a commit
to electron/electron
that referenced
this pull request
Sep 4, 2020
codebytere
added a commit
to electron/electron
that referenced
this pull request
Sep 14, 2020
codebytere
added a commit
to electron/electron
that referenced
this pull request
Sep 14, 2020
codebytere
added a commit
to electron/electron
that referenced
this pull request
Sep 14, 2020
codebytere
added a commit
to electron/electron
that referenced
this pull request
Sep 16, 2020
addaleax
pushed a commit
that referenced
this pull request
Sep 22, 2020
Absorb low level libuv failure in the process initialization phase Fixes: #33759 Refs: #33759 (comment) PR-URL: #34519 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com>
addaleax
pushed a commit
that referenced
this pull request
Sep 22, 2020
Absorb low level libuv failure in the process initialization phase Fixes: #33759 Refs: #33759 (comment) PR-URL: #34519 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com>
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Catch low level libuv failure and
rethrow with a more meaningful message
Adjust the test to cover a possible failure scenario
Fixes: #33759
Refs: #33759 (comment)
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes