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

Error [ERR_INTERNAL_ASSERTION]: #40627

Closed
introspection3 opened this issue Oct 27, 2021 · 3 comments
Closed

Error [ERR_INTERNAL_ASSERTION]: #40627

introspection3 opened this issue Oct 27, 2021 · 3 comments
Labels
cluster Issues and PRs related to the cluster subsystem. linux Issues and PRs related to the Linux platform.

Comments

@introspection3
Copy link

Version

14

Platform

centos

Subsystem

cluster

What steps will reproduce the bug?

cluster module,same code work fine on windows with 16 version.
but error in centos with 14 version

nternal/assert.js:14
throw new ERR_INTERNAL_ASSERTION(message);
^

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

at assert (internal/assert.js:14:11)
at RoundRobinHandle.add (internal/cluster/round_robin_handle.js:45:3)
at queryServer (internal/cluster/master.js:309:10)
at Worker.onmessage (internal/cluster/master.js:249:5)
at ChildProcess.onInternalMessage (internal/cluster/utils.js:47:8)
at ChildProcess.emit (events.js:327:22)
at emit (internal/child_process.js:903:12)
at processTicksAndRejections (internal/process/task_queues.js:81:21) {

code: 'ERR_INTERNAL_ASSERTION'
}

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

No response

What is the expected behavior?

No response

What do you see instead?

No response

Additional information

No response

@Trott
Copy link
Member

Trott commented Oct 27, 2021

Are you able to share the code that you were running when this happened?

@iam-frankqiu iam-frankqiu added cluster Issues and PRs related to the cluster subsystem. linux Issues and PRs related to the Linux platform. labels Oct 27, 2021
@Linkgoron
Copy link
Member

Linkgoron commented Oct 28, 2021

Probably fixed by this PR: #36764, which is marked as blocked for backport (as you've stated that this works find on Node 16).

@introspection3
Copy link
Author

可能由这个 PR 修复:#36764,它被标记为阻止向后移植(正如你所说的,这可以在 Node 16 上找到)。

node 16 works fine,thank you (linux)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster Issues and PRs related to the cluster subsystem. linux Issues and PRs related to the Linux platform.
Projects
None yet
Development

No branches or pull requests

5 participants