Skip to content

Node.js crashing randomly with ERR_INTERNAL_ASSERTION #56938

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

Closed
lancelot1337 opened this issue Feb 6, 2025 · 1 comment
Closed

Node.js crashing randomly with ERR_INTERNAL_ASSERTION #56938

lancelot1337 opened this issue Feb 6, 2025 · 1 comment

Comments

@lancelot1337
Copy link

Version

v20.9.0

Platform

Linux 71e2466f632e 6.10.14-linuxkit #1 SMP PREEMPT_DYNAMIC Fri Nov 29 17:24:06 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

Subsystem

No response

What steps will reproduce the bug?

Node.js v20.9.0
}
  code: 'ERR_INTERNAL_ASSERTION'
    at process.processTimers (node:internal/timers:514:7) {
    at listOnTimeout (node:internal/timers:575:11)
    at Timeout.internalConnectMultipleTimeout (node:net:1687:3)
    at internalConnectMultiple (node:net:1118:3)
    at assert (node:internal/assert:14:11)
    at new NodeError (node:internal/errors:406:5)
Please open an issue with this stack trace at https://github.com/nodejs/node/issues
Error [ERR_INTERNAL_ASSERTION]: This is caused by either a bug in Node.js or incorrect usage of Node.js internals.
    ^
    throw new ERR_INTERNAL_ASSERTION(message);
node:internal/assert:14

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

Our pod was handling around 30k requests per minute when it unexpectedly crashed.

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

No crash should happen.

What do you see instead?

Pod is crashing.

Additional information

No response

@aduh95
Copy link
Contributor

aduh95 commented Feb 6, 2025

Duplicate of #51354

Bug was fixed on Node.js 20.12+.

@aduh95 aduh95 closed this as completed Feb 6, 2025
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

2 participants