Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error in ../deps/v8/src/execution.cc, line 103 #9599

Closed
nakedcity opened this issue Nov 14, 2016 · 2 comments
Closed

Fatal error in ../deps/v8/src/execution.cc, line 103 #9599

nakedcity opened this issue Nov 14, 2016 · 2 comments
Labels
async_hooks Issues and PRs related to the async hooks subsystem. duplicate Issues and PRs that are duplicates of other issues or PRs.

Comments

@nakedcity
Copy link

nakedcity commented Nov 14, 2016

After firing some requests with graphql and express

  • v7.1.0:
  • Osx:
#
# Fatal error in ../deps/v8/src/execution.cc, line 103
# Check failed: AllowJavascriptExecution::IsAllowed(isolate).
#

==== C stack trace ===============================

    0   node                                0x0000000100bca643 v8::base::debug::StackTrace::StackTrace() + 19
    1   node                                0x0000000100bc77c9 V8_Fatal + 233
    2   node                                0x00000001004febdb v8::internal::(anonymous namespace)::Invoke(v8::internal::Isolate*, bool, v8::internal::Handle, v8::internal::Handle, int, v8::internal::Handle*, v8::internal::Handle) + 1499
    3   node                                0x00000001004fe5eb v8::internal::Execution::Call(v8::internal::Isolate*, v8::internal::Handle, v8::internal::Handle, int, v8::internal::Handle*) + 171
    4   node                                0x0000000100163103 v8::Function::Call(v8::Local, v8::Local, int, v8::Local*) + 643
    5   node                                0x0000000100a03622 node::ZCtx::~ZCtx() + 178
    6   node                                0x0000000100a03392 node::ZCtx::~ZCtx() + 14
    7   node                                0x000000010053c6c3 v8::internal::GlobalHandles::DispatchPendingPhantomCallbacks(bool) + 163
    8   node                                0x000000010053c9f1 v8::internal::GlobalHandles::PostGarbageCollectionProcessing(v8::internal::GarbageCollector, v8::GCCallbackFlags) + 49
    9   node                                0x000000010054dd4f v8::internal::Heap::PerformGarbageCollection(v8::internal::GarbageCollector, v8::GCCallbackFlags) + 2079
    10  node                                0x000000010054cfa5 v8::internal::Heap::CollectGarbage(v8::internal::GarbageCollector, char const*, char const*, v8::GCCallbackFlags) + 949
    11  node                                0x0000000100509937 v8::internal::Factory::NewFixedArrayWithHoles(int, v8::internal::PretenureFlag) + 103
    12  node                                0x000000010062f0ec v8::internal::MaybeGrow(v8::internal::Isolate*, v8::internal::Handle, int, int) + 60
    13  node                                0x000000010062e3d0 v8::internal::Isolate::CaptureSimpleStackTrace(v8::internal::Handle, v8::internal::FrameSkipMode, v8::internal::Handle) + 3920
    14  node                                0x00000001001ffa31 v8::internal::Builtin_Impl_ErrorCaptureStackTrace(v8::internal::BuiltinArguments, v8::internal::Isolate*) + 289
    15  ???                                 0x000035b89a306167 0x0 + 59066977116519
@mscdex mscdex added the v8 engine Issues and PRs related to the V8 dependency. label Nov 14, 2016
@mscdex
Copy link
Contributor

mscdex commented Nov 14, 2016

/cc @nodejs/v8

@mscdex mscdex added the v7.x label Nov 14, 2016
@addaleax addaleax added async_hooks Issues and PRs related to the async hooks subsystem. async_wrap duplicate Issues and PRs that are duplicates of other issues or PRs. and removed v7.x v8 engine Issues and PRs related to the V8 dependency. labels Nov 14, 2016
@addaleax
Copy link
Member

I am pretty sure this is another duplicate of #8216, so I’d recommend going over there to watch the progress. Thanks for reporting it, though!

I’m closing this issue as a dupe, but if you have any follow-up questions, feel free to ask here or over there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
async_hooks Issues and PRs related to the async hooks subsystem. duplicate Issues and PRs that are duplicates of other issues or PRs.
Projects
None yet
Development

No branches or pull requests

3 participants