Skip to content

Instantly share code, notes, and snippets.

@pH200
Created October 6, 2012 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pH200/3845842 to your computer and use it in GitHub Desktop.
Save pH200/3845842 to your computer and use it in GitHub Desktop.
GDB backtrace V8 3.1.8
#0 0xf7fdb430 in __kernel_vsyscall ()
#1 0xf7d0426f in raise () from /lib32/libc.so.6
#2 0xf7d077c5 in abort () from /lib32/libc.so.6
#3 0x083570b8 in v8::Shell::System (args=...) at src/d8-posix.cc:460
#4 0x0809bf16 in v8::internal::HandleApiCallHelper<false> (args=...,
isolate=0x85240b8) at src/builtins.cc:1128
#5 0x08096ff0 in v8::internal::Builtin_Impl_HandleApiCall (args=...,
isolate=0x85240b8) at src/builtins.cc:1145
#6 0x08096fcf in v8::internal::Builtin_HandleApiCall (args=...,
isolate=0x85240b8) at src/builtins.cc:1144
#7 0xf5c501f6 in STUB: CEntryStub ()
#8 0xf53a47af in test () at test.js:2
#9 0xf53a473d in test.js () at test.js:4
#10 0xf5c50fb6 in BUILTIN: JSEntryTrampoline ()
#11 0xf53ca641 in ?? ()
#12 0xf5c500ab in STUB: JSEntryStub ()
#13 0x080cbf78 in v8::internal::Invoke (construct=false, func=...,
receiver=..., argc=0, args=0x0, has_pending_exception=0xffffd86e)
at src/execution.cc:122
#14 0x080cc135 in v8::internal::Execution::Call (callable=..., receiver=...,
argc=0, args=0x0, pending_exception=0xffffd86e) at src/execution.cc:158
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment