Calling async function fn() { x = await import('fs'); }; fn()
causes SIGSEGV in REPL
#38965
Labels
duplicate
Issues and PRs that are duplicates of other issues or PRs.
What steps will reproduce the bug?
In v15.14.0 the
x =
part is required to cause the crash. In v16+ it seems this happens even without the variable assignment:Oddly enough it's sometimes ok? Once?
It says
Promise { <pending> }
but it seems lucky?How often does it reproduce? Is there a required condition?
Most of the time... I only have a Linux machine here so limited testing.
What is the expected behavior?
No SIGSEGV
What do you see instead?
SIGSEGV
Additional information
I tried looking up how to get a coredump, here's the closest I got:
The text was updated successfully, but these errors were encountered: