Segfault importing ESM module twice #33233
Labels
confirmed-bug
Issues with confirmed bugs.
esm
Issues and PRs related to the ECMAScript Modules implementation.
repl
Issues and PRs related to the REPL subsystem.
v8 engine
Issues and PRs related to the V8 dependency.
vm
Issues and PRs related to the vm subsystem.
@nodejs/modules...
Spotted this while working on a module. Happens regularly for me with any ESM. Calling import twice on the same module leads to a segfault. Happens regularly but may take a few calls to import to trigger... lldb backtrace shows:
The text was updated successfully, but these errors were encountered: