-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
v18.x ERR_INTERNAL_ASSERTION #55692
Labels
v18.x
Issues that can be reproduced on v18.x or PRs targeting the v18.x-staging branch.
Comments
Do you have a code snippet that we can rely on? |
The failing error doesn't provide enough arguments: |
RedYetiDev
added
the
v18.x
Issues that can be reproduced on v18.x or PRs targeting the v18.x-staging branch.
label
Nov 2, 2024
In node version |
I cannot reproduce: $ node --version
v18.20.4
$ ln -s "$PWD/test/fixtures/empty.cjs" ./entry.js
$ node entry.js
$ echo $?
0 It looks like there's some other requirements for the issue to reproduce, which we would need to figure out so the issue can be investigated. |
aduh95
changed the title
pasting a bug directly from the terminal stdout
v18.x ERR_INTERNAL_ASSERTION
Nov 3, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
v18.20.4
Platform
Subsystem
No response
What steps will reproduce the bug?
create a javascript file.
Create a symbolic link
run it
How often does it reproduce? Is there a required condition?
consistently, evertime
What is the expected behavior? Why is that the expected behavior?
node works as expected
What do you see instead?
an error
Additional information
No response
The text was updated successfully, but these errors were encountered: