-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed
Labels
async_hooksIssues and PRs related to the async hooks subsystem.Issues and PRs related to the async hooks subsystem.tlsIssues and PRs related to the tls subsystem.Issues and PRs related to the tls subsystem.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.
Description
- Version: v6.4.0:
- Platform: Mac 15.6.0 Darwin Kernel Version 15.6.0::
- ** OS X Version 10.11.6 (15G31)**:
Node crashed with following stack trace:
#
# Fatal error in ../deps/v8/src/execution.cc, line 64
# Check failed: AllowJavascriptExecution::IsAllowed(isolate).
#
==== C stack trace ===============================
1: V8_Fatal
2: v8::internal::(anonymous namespace)::Invoke(v8::internal::Isolate*, bool, v8::internal::Handle<v8::internal::Object>, v8::internal::Handle<v8::internal::Object>, int, v8::internal::Handle<v8::internal::Object>*, v8::internal::Handle<v8::internal::Object>)
3: v8::internal::Execution::Call(v8::internal::Isolate*, v8::internal::Handle<v8::internal::Object>, v8::internal::Handle<v8::internal::Object>, int, v8::internal::Handle<v8::internal::Object>*)
4: v8::Function::Call(v8::Local<v8::Context>, v8::Local<v8::Value>, int, v8::Local<v8::Value>*)
5: node::TLSWrap::~TLSWrap()
6: node::TLSWrap::~TLSWrap()
7: v8::internal::GlobalHandles::DispatchPendingPhantomCallbacks(bool)
8: v8::internal::GlobalHandles::PostGarbageCollectionProcessing(v8::internal::GarbageCollector, v8::GCCallbackFlags)
9: v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::GCCallbackFlags)
10: v8::internal::Heap::CollectGarbage(v8::internal::GarbageCollector, char const*, char const*, v8::GCCallbackFlags)
11: v8::internal::Factory::NewCodeRaw(int, bool)
12: v8::internal::Factory::NewCode(v8::internal::CodeDesc const&, unsigned int, v8::internal::Handle<v8::internal::Object>, bool, bool, int, bool)
13: v8::internal::CodeGenerator::MakeCodeEpilogue(v8::internal::MacroAssembler*, v8::internal::CompilationInfo*)
14: v8::internal::LChunk::Codegen()
15: v8::internal::OptimizedCompileJob::GenerateCode()
16: v8::internal::Compiler::GetConcurrentlyOptimizedCode(v8::internal::OptimizedCompileJob*)
17: v8::internal::OptimizingCompileDispatcher::InstallOptimizedFunctions()
18: v8::internal::StackGuard::HandleInterrupts()
19: v8::internal::Runtime_StackGuard(int, v8::internal::Object**, v8::internal::Isolate*)
20: 0xe170e00961b
21: 0xe170e6cb2e5
Process finished with exit code 132 (interrupted by signal 4: SIGILL)
qmacpit
Metadata
Metadata
Assignees
Labels
async_hooksIssues and PRs related to the async hooks subsystem.Issues and PRs related to the async hooks subsystem.tlsIssues and PRs related to the tls subsystem.Issues and PRs related to the tls subsystem.v8 engineIssues and PRs related to the V8 dependency.Issues and PRs related to the V8 dependency.