-
Notifications
You must be signed in to change notification settings - Fork 30k
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] #48278
Comments
v6.x is no longer supported. For supported versions, please see the information here. |
I believe the author trying to mention And the issue is leak of information for any actionable debugging. |
Nope. It's a misleading crash information in the product (Signal Desktop v6.20.0) using Node.js on one hand (report it on the Node.js issue tracker [only]), and my "ignorance" on the other hand (Signal version is of no interest for Node.js maintainers.) However I have no clue which version is used in Signal Desktop neither whether it is indeed related to Node.js itself or to Node use in Signal as the error message also mentions. |
Let's track the issue in #48281 which is still open. |
If this is based on Node.js 20.x, then it's likely a duplicate of #47644. |
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. |
Error [ERR_INTERNAL_ASSERTION]: This is caused by either a bug in Node.js or incorrect usage of Node.js internals.
Stack trace:
at new NodeError (node:internal/errors:399:5)
at assert (node:internal/assert:14:11)
at internalConnectMultiple (node:net:1077:3)
at afterConnectMultiple (node:net:1532:5)
Version 6.20.0 (freshly updated)
The text was updated successfully, but these errors were encountered: