We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
run the following in the node CLI:
x = async () => { try { await import('_'); } catch {} } // ... wait a bit x() // ... wait a bit x() // segfault (may take a few tries)
Reproduces reliably; try pressing <enter> and/or waiting a few seconds between invoking x().
<enter>
x()
No segfault
CLI segfaults
The text was updated successfully, but these errors were encountered:
Duplicate of #35889
Sorry, something went wrong.
No branches or pull requests
What steps will reproduce the bug?
run the following in the node CLI:
How often does it reproduce? Is there a required condition?
Reproduces reliably; try pressing
<enter>
and/or waiting a few seconds between invokingx()
.What is the expected behavior?
No segfault
What do you see instead?
CLI segfaults
The text was updated successfully, but these errors were encountered: