Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit 7543c38

Browse files
committed
Revert "Add explicit v8 locker"
This reverts commit 11d1eca. It sporadically (but reproducibly) triggers an assert inside V8: Fatal error in /path/to/node/deps/v8/src/isolate.cc, line 1857 CHECK(CurrentPerIsolateThreadData()->isolate_ == this) failed Needs further investigation.
1 parent a2cd31c commit 7543c38

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/node.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2633,7 +2633,6 @@ int Start(int argc, char *argv[]) {
26332633
argv = Init(argc, argv);
26342634

26352635
v8::V8::Initialize();
2636-
v8::Locker locker;
26372636
v8::HandleScope handle_scope;
26382637

26392638
// Create the one and only Context.

0 commit comments

Comments
 (0)