You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: