Skip to content

Instantly share code, notes, and snippets.

@tmpvar
Created February 13, 2010 20:11
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 tmpvar/303655 to your computer and use it in GitHub Desktop.
Save tmpvar/303655 to your computer and use it in GitHub Desktop.
Starting program: /usr/local/bin/node --debug workspace/v8DebuggerTest/test.js
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffd2e61910 (LWP 4407)]
debugger listening on port 5858
Use 'd8 --remote_debugger' to access it.
[New Thread 0x7ffff7ff7910 (LWP 4408)]
Server running at http://127.0.0.1:8000/
[New Thread 0x7fffd2660910 (LWP 4412)]
Program received signal SIGSEGV, Segmentation fault.
0x0000000000558de8 in v8::internal::Runtime_GetScopeCount(v8::internal::Arguments) ()
(gdb) where
#0 0x0000000000558de8 in v8::internal::Runtime_GetScopeCount(v8::internal::Arguments) ()
#1 0x00007fffd2ea622a in ?? ()
#2 0x00007fffd1e2cc69 in ?? ()
#3 0x00007fffd2ea61c1 in ?? ()
#4 0x00007fffffff9ae0 in ?? ()
#5 0x00007fffffff9b28 in ?? ()
#6 0x00007fffd2f28794 in ?? ()
#7 0x0000000000000000 in ?? ()
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment