-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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 #50754
Comments
Could you please provide a very minimal reproduction steps? A tiny code snippet will be helpful for us to debug the issue. |
It is not possible to recreate. The error occurs randomly, when data is being fetched from the DB. This issue appears quite often because fetching happens a lot as well. |
Is this issue comparable to #47644 ? |
This is most likely due to #44731. cc @ShogunPanda |
@SanderKok01 I'm sorry about the other issue. I'm catching up at work and then I'll finally able to address this. Even tho is hard for you to reproduce the issue, can you please at least tell us if it happens when connecting to some specific hosts (even local, it doesn't matter) and eventually give us how the connecting host(s) DNS resolve such hosts? |
@ShogunPanda The command I'm using is The connection to the local server itself is stable. Starting and using goes smoothly, until it just crashes. Sometimes without even doing anything, it just stops. Please let me know if you have any other questions for me. Happy to help! |
Ok, that makes sense. I'll look into, it. Thanks for your informations. |
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. |
Version
v21.1.0
Platform
Microsoft Windows NT 10.0.22621.0 x64
Subsystem
node:internal/assert:14
What steps will reproduce the bug?
I don't know, it sometimes crashes after gathering data from the database. I'm using
nodemon
withNX
.The command that is running is
npm run dev
How often does it reproduce? Is there a required condition?
It happens every once in a while, this is the 5th time in an hour.
What is the expected behavior? Why is that the expected behavior?
No response
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: