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 from Signal desktop when unlocking sleeping Mac #48302

Closed
karenjoycelowe opened this issue Jun 2, 2023 · 3 comments
Closed
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. net Issues and PRs related to the net subsystem.

Comments

@karenjoycelowe
Copy link

karenjoycelowe commented Jun 2, 2023

Version

18.14.0

Platform

Darwin C02FG53PMD6R.local 22.4.0 Darwin Kernel Version 22.4.0: Mon Mar 6 21:00:17 PST 2023; root:xnu-8796.101.5~3/RELEASE_X86_64 x86_64

Subsystem

Signal 6.20.0 production (Intel)
Looks like signalapp/Signal-Desktop#6456

What steps will reproduce the bug?

ETA: This was from the Signal messaging app.
I got this while waking up my Mac and again when switching to the Signal app.

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

Not sure yet. I've seen it twice today but then successfully restarted Signal and browsed and sent messages.

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

Successful

What do you see instead?

Popup window from Signal:

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)

Second occurence:

"Unhandled Error"

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)

Additional information

Signal debug log

@dasl-
Copy link

dasl- commented Jun 2, 2023

Same thing happened to me when waking up sleeping Mac OS M1 laptop.

macOS: 12.5.1
Signal: 6.20.0

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 Timeout.internalConnectMultipleTimeout (node:net:1565:3)
    at listOnTimeout (node:internal/timers:571:11)
    at process.processTimers (node:internal/timers:512:7)


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)

@karenjoycelowe karenjoycelowe changed the title ERR_INTERNAL_ASSERTION when unlocking sleeping Mac ERR_INTERNAL_ASSERTION from Signal desktop when unlocking sleeping Mac Jun 3, 2023
@mscdex mscdex added the duplicate Issues and PRs that are duplicates of other issues or PRs. label Jun 3, 2023
@mscdex
Copy link
Contributor

mscdex commented Jun 3, 2023

I believe this is a duplicate of #47644

@mscdex mscdex closed this as not planned Won't fix, can't repro, duplicate, stale Jun 3, 2023
@tniessen tniessen added the net Issues and PRs related to the net subsystem. label Jun 3, 2023
@ShogunPanda
Copy link
Contributor

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.

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

5 participants