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

ERR_INTERNAL_ASSERTION error #48281

Closed
karakanb opened this issue Jun 1, 2023 · 7 comments
Closed

ERR_INTERNAL_ASSERTION error #48281

karakanb opened this issue Jun 1, 2023 · 7 comments
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. net Issues and PRs related to the net subsystem.

Comments

@karakanb
Copy link

karakanb commented Jun 1, 2023

Version

v18.1.0

Platform

Darwin 6845GLOBAL.local 22.5.0 Darwin Kernel Version 22.5.0: Mon Apr 24 20:52:24 PDT 2023; root:xnu-8796.121.2~5/RELEASE_ARM64_T6000 arm64

Subsystem

No response

What steps will reproduce the bug?

It happened as a popup from Signal app, I am only creating this issue because the popup literally says "create an issue". I have zero clue about why it happens, just sharing in case it is helpful to fix some bugs somewhere.

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

Happened just once after I woke up my computer.

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

There should be no panics like this I guess.

What do you see instead?

Unhandled 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:399:5)
at assert (node:internal/assert:14:11)
at internalConnectMultiple (node:net:1077:3)
at afterConnectMultiple (node:net:1532:5)
image

Additional information

Feel free to close the issue or point it to a linked issue, just wanted to be a good citizen and report it since the message clearly says "please open an issue".

@atlowChemi atlowChemi added the net Issues and PRs related to the net subsystem. label Jun 1, 2023
@paulhh
Copy link

paulhh commented Jun 2, 2023

I've also been getting this the last couple of days - same message.

Signal 6.20.0
production (Apple silicon)

Ventura 13.4

@targos
Copy link
Member

targos commented Jun 2, 2023

/cc @indutny

@tniessen
Copy link
Member

tniessen commented Jun 2, 2023

Likely duplicate of #47644.

@spenczar
Copy link

spenczar commented Jun 2, 2023

I just got this exact error and trace too. Signal v6.20.0, Apple Silicon, Monterey 12.5

@tniessen
Copy link
Member

tniessen commented Jun 2, 2023

FYI @ShogunPanda. Closing as duplicate of #47644.

@tniessen tniessen closed this as not planned Won't fix, can't repro, duplicate, stale Jun 2, 2023
@tniessen tniessen added the duplicate Issues and PRs that are duplicates of other issues or PRs. label Jun 3, 2023
@ShogunPanda
Copy link
Contributor

But this is on Node 18. Node 18 has not network family autoselection enabled by default.
@karakanb Can you please confirm you were on Node 20.x?

Anyway. 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.

@karakanb
Copy link
Author

I have no clue, tbh. I thought I was on v18, that's what I reported, but I don't have access to the same device anymore, therefore I cannot confirm or deny.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. net Issues and PRs related to the net subsystem.
Projects
None yet
Development

No branches or pull requests

7 participants