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

Nodejs 20.9 Internal Assertion Error #50765

Closed
Yash2003Bisht opened this issue Nov 17, 2023 · 3 comments
Closed

Nodejs 20.9 Internal Assertion Error #50765

Yash2003Bisht opened this issue Nov 17, 2023 · 3 comments
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. net Issues and PRs related to the net subsystem.

Comments

@Yash2003Bisht
Copy link

Version

v20.9

Platform

No response

Subsystem

No response

What steps will reproduce the bug?

No response

How often does it reproduce? Is there a required condition?

No response

What is the expected behavior? Why is that the expected behavior?

No response

What do you see instead?

stack trace

node:internal/assert:14
throw new ERR_INTERNAL_ASSERTION(message);
^
at new NodeError (node:internal/errors:406:5)
at assert (node:internal/assert:14:11)
at internalConnectMultiple (node:net:1118:3)
at Timeout.internalConnectMultipleTimeout (node:net:1687:3)
at listOnTimeout (node:internal/timers:575:11)
at process.processTimers (node:internal/timers:514:7) {
code: 'ERR_INTERNAL_ASSERTION'
}
Node.js v20.9.0

Additional information

No response

@MrJithil
Copy link
Contributor

Please give a very minimal snippet which can be used to reproduce the issue. So that, contributors can work on this easily.

@tniessen tniessen added duplicate Issues and PRs that are duplicates of other issues or PRs. net Issues and PRs related to the net subsystem. labels Dec 2, 2023
@tniessen
Copy link
Member

tniessen commented Dec 2, 2023

Duplicate of #48763, which is due to #44731. cc @ShogunPanda

@tniessen tniessen closed this as not planned Won't fix, can't repro, duplicate, stale Dec 2, 2023
@ShogunPanda
Copy link
Contributor

This should have been fixed in #51045. Once it gets in 21.x or 20.x please let me know if you have additional problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. net Issues and PRs related to the net subsystem.
Projects
None yet
Development

No branches or pull requests

4 participants