-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
Socket.connect
results in an abort in v12.x and v10.x
#38105
Comments
@zyscoder Is this normal on OSX ? (trying to reproduce the problem)
Edit: |
@marsonya This problem is fixed with latest 'uv' dep (v1.41.0 ), should I created a PR to upgrade 'uv' at 10.x and 12.x branches ? |
v10.x is not going to have another release before EoL (end of this month). |
Given that 10x is reaching end of life and won't be seeing another release. Removing the 10x label. |
Already fixed as the libuv version in |
What steps will reproduce the bug?
Setup a node instance,
and run the following javascript code.
Then an abort occurs.
How often does it reproduce? Is there a required condition?
This problem can always be triggered following the steps above.
What is the expected behavior?
If any error occurs, an exception or other similar error-reporting stuff should be thrown. There is no reason to abort the whole node process.
What do you see instead?
Additional information
The text was updated successfully, but these errors were encountered: