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
on startup, getting the below popup, repeatedly. Even after clicking ok, pop up appears again. and never goes away.
Stack trace:
at assert (node internal/assett: 14:11)
at internalConnectMultiple (node:net:1118: 3)
at Timeout. internalConnectMultipleT1meout (node net 1687:3)
at listOnT1meout (node:internal/timers: 575: 11)
at process.processT1mers (node internal/timers:5147)
How often does it reproduce? Is there a required condition?
It is a a pop which appears repeatedly, soon after windows is started
What is the expected behavior? Why is that the expected behavior?
No error, node should have started in background (which was working all these days)
What do you see instead?
on windows startup seeing the pop up continuously.
Uncaught Exception:
Error This is caused by either a bug in Nodejs or incorrect usage
of Node.js internals.
Please open an issue with this stack trace at https://github.com/nodejs/node/issues
Additional information
No response
The text was updated successfully, but these errors were encountered:
Hi! Could you provide a minimal reproduction? It's hard to reproduce without any sample code
RedYetiDev
added
assert
Issues and PRs related to the assert subsystem.
timers
Issues and PRs related to the timers subsystem / setImmediate, setInterval, setTimeout.
labels
Aug 9, 2024
@shashikanth-gs Could you please provide some more context on this issue? Is it the the error popping while your machine starts? Or are you trying to open any desktop apps?
Bug was fixed on Node.js 20.12+ (I don't think 18.x was ever affected, my guess would that that popup comes from an Electron app that is in fact using Node.js 20.x, and you should report that to them instead).
Version
v18.17.0
Platform
Subsystem
No response
What steps will reproduce the bug?
on startup, getting the below popup, repeatedly. Even after clicking ok, pop up appears again. and never goes away.
Stack trace:
at assert (node internal/assett: 14:11)
at internalConnectMultiple (node:net:1118: 3)
at Timeout. internalConnectMultipleT1meout (node net 1687:3)
at listOnT1meout (node:internal/timers: 575: 11)
at process.processT1mers (node internal/timers:5147)
How often does it reproduce? Is there a required condition?
It is a a pop which appears repeatedly, soon after windows is started
What is the expected behavior? Why is that the expected behavior?
No error, node should have started in background (which was working all these days)
What do you see instead?
on windows startup seeing the pop up continuously.
Uncaught Exception:
Error This is caused by either a bug in Nodejs or incorrect usage
of Node.js internals.
Please open an issue with this stack trace at https://github.com/nodejs/node/issues
Additional information
No response
The text was updated successfully, but these errors were encountered: