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

Commit

Permalink
Revert "Add explicit v8 locker"
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bnoordhuis committed Feb 5, 2012
1 parent a2cd31c commit 7543c38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node.cc
Expand Up @@ -2633,7 +2633,6 @@ int Start(int argc, char *argv[]) {
argv = Init(argc, argv);

v8::V8::Initialize();
v8::Locker locker;
v8::HandleScope handle_scope;

// Create the one and only Context.
Expand Down

0 comments on commit 7543c38

Please sign in to comment.