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

monogosh throw ERR_INTERNAL_ASSERTION, caused by a Bug in Node.js #51607

Closed
Haseebullah9012 opened this issue Jan 30, 2024 · 2 comments
Closed

Comments

@Haseebullah9012
Copy link

Haseebullah9012 commented Jan 30, 2024

Version

v20.11.0

Platform

Microsoft Windows NT 10.0.22621.0 x64

Subsystem

No response

What steps will reproduce the bug?

It got caused while running mongosh (MongoDB Shell) connection.
It eventually threw this error:
image

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

This is the first time.

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

No response

What do you see instead?

This is the Textual Error:

Atlas atlas-o5oa0d-shard-0 [primary] blog> node:internal/assert:14
    throw new ERR_INTERNAL_ASSERTION(message);
    ^

Error: This is caused by either a bug in Node.js or incorrect usage of Node.js internals.
Please open an issue with this stack trace at https://github.com/nodejs/node/issues

    at new NodeError (node:internal/errors:405: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.5.1

Additional information

No response

@aduh95
Copy link
Contributor

aduh95 commented Jan 30, 2024

Duplicate of #51354.

Thanks for the report, we're aware of the issue, it has been fixed in the 21.x release line, and the fix should be included with 20.12.0.

@aduh95 aduh95 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 30, 2024
@naveenjpr
Copy link

MongoDB Compass has encountered an unexpected error
Error [ERR_INTERNAL_ASSERTION]: This is caused by either a bug in Node.js or incorrect usage of Node.js internals.
Please open an issue with this stack trace at https://github.com/nodejs/node/issues
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)

my node version v20.13.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants