On Fri, Nov 11, 2016 at 5:40 AM, Jane Chen <[email protected]> wrote:
> Embedding v8 5.3. Running code to create a context and execute the same
> JavaScript code in a loop. After thousands of iterations, I get "Exception
> thrown during bootstrapping". Here's the stack:
>
> 51 v8::internal::ReportBootstrappingException()
> /space/projects/v8-git/v8/src/isolate.cc:960 0x00007ffff59c3b4a 50
> v8::internal::Isolate::Throw() /space/projects/v8-git/v8/src/isolate.cc:1051
> 0x00007ffff59c3469 49 v8::internal::Isolate::TerminateExecution()
> /space/projects/v8-git/v8/src/isolate.cc:913 0x00007ffff59c3633 48
> v8::internal::StackGuard::HandleInterrupts()
> /space/projects/v8-git/v8/src/execution.cc:456 0x00007ffff5825471 47
> v8::internal::__RT_impl_Runtime_StackGuard()
> /space/projects/v8-git/v8/src/runtime/runtime-internal.cc:294
> 0x00007ffff5bf2fb6 46 v8::internal::Runtime_StackGuard()
> /space/projects/v8-git/v8/src/runtime/runtime-internal.cc:284
> 0x00007ffff5bf2d87 45 Stub:CEntryStub() 0x00002e3f81706147 44 Script:~native
> icu-case-mapping.js() native icu-case-mapping.js:1 0x00002e3f81768f38 43
> Builtin:JSEntryTrampoline() 0x00002e3f81742403 42 Stub:JSEntryStub()
> 0x00002e3f81725a6f 41 v8::internal::(anonymous namespace)::Invoke()
> /space/projects/v8-git/v8/src/execution.cc:98 0x00007ffff5823efa 40
> v8::internal::Execution::Call()
> /space/projects/v8-git/v8/src/execution.cc:155 0x00007ffff5823bf5 39
> v8::internal::Bootstrapper::CompileNative()
> /space/projects/v8-git/v8/src/bootstrapper.cc:2248 0x00007ffff52f5c8b 38
> v8::internal::Bootstrapper::CompileExperimentalBuiltin()
> /space/projects/v8-git/v8/src/bootstrapper.cc:2181 0x00007ffff52f5e53 37
> v8::internal::Genesis::InstallExperimentalNatives()
> /space/projects/v8-git/v8/src/bootstrapper.cc:3291 0x00007ffff53001ba 36
> v8::internal::Genesis::Genesis()
> /space/projects/v8-git/v8/src/bootstrapper.cc:3897 0x00007ffff530368a 35
> v8::internal::Bootstrapper::CreateEnvironment()
> /space/projects/v8-git/v8/src/bootstrapper.cc:331 0x00007ffff52e4843 34
> v8::CreateEnvironment() /space/projects/v8-git/v8/src/api.cc:5670
> 0x00007ffff525d9d4 33 v8::Context::New()
> /space/projects/v8-git/v8/src/api.cc:5699 0x00007ffff5236114
>
> I have evidence that GC is running. What could be the cause of this?
>
> Thanks in advance.

The stack trace suggests something - presumably your code - called
isolate->TerminateExecution(), possibly from another thread.

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to