Skip to content

Instantly share code, notes, and snippets.

@mranney
Created January 5, 2012 02:12
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 mranney/8fb5158f6b4cede3fb65 to your computer and use it in GitHub Desktop.
Save mranney/8fb5158f6b4cede3fb65 to your computer and use it in GitHub Desktop.
#0 0x0000000000596b14 in v8::Object::GetIndexedPropertiesExternalArrayDataLength() ()
(gdb) where
#0 0x0000000000596b14 in v8::Object::GetIndexedPropertiesExternalArrayDataLength() ()
#1 0x000000000055270f in node::Buffer::Length (handle=<value optimized out>, suggested_size=65536) at ../src/node_buffer.h:80
#2 node::Buffer::Length (handle=<value optimized out>, suggested_size=65536) at ../src/node_buffer.h:84
#3 node::StreamWrap::NewSlab (handle=<value optimized out>, suggested_size=65536) at ../src/stream_wrap.cc:156
#4 node::StreamWrap::OnAlloc (handle=<value optimized out>, suggested_size=65536) at ../src/stream_wrap.cc:186
#5 0x00000000008001a3 in uv__read (stream=0x17c5a00) at src/unix/stream.c:530
#6 0x0000000000800a12 in uv__stream_io (loop=0xc42120, watcher=0x17c5a78, revents=1) at src/unix/stream.c:697
#7 0x0000000000806d32 in ev_invoke_pending (loop=0xc42120) at src/unix/ev/ev.c:2143
#8 0x0000000000807af6 in ev_run (loop=0xc42120, flags=0) at src/unix/ev/ev.c:2519
#9 0x00000000007f6eb7 in uv_run (loop=0xc41e00) at src/unix/core.c:200
#10 0x0000000000538527 in node::Start (argc=<value optimized out>, argv=0x173e760) at ../src/node.cc:2650
#11 0x00007fa246cd6c4d in __libc_start_main () from /lib/libc.so.6
#12 0x0000000000533e89 in _start ()
#0 0x0000000000596b14 in v8::Object::GetIndexedPropertiesExternalArrayDataLength() ()
(gdb) where
#0 0x0000000000596b14 in v8::Object::GetIndexedPropertiesExternalArrayDataLength() ()
#1 0x000000000055270f in node::Buffer::Length (handle=<value optimized out>, suggested_size=65536) at ../src/node_buffer.h:80
#2 node::Buffer::Length (handle=<value optimized out>, suggested_size=65536) at ../src/node_buffer.h:84
#3 node::StreamWrap::NewSlab (handle=<value optimized out>, suggested_size=65536) at ../src/stream_wrap.cc:156
#4 node::StreamWrap::OnAlloc (handle=<value optimized out>, suggested_size=65536) at ../src/stream_wrap.cc:186
#5 0x00000000008001a3 in uv__read (stream=0x1ae4fe0) at src/unix/stream.c:530
#6 0x0000000000800a12 in uv__stream_io (loop=0xc42120, watcher=0x1ae5058, revents=1) at src/unix/stream.c:697
#7 0x0000000000806d32 in ev_invoke_pending (loop=0xc42120) at src/unix/ev/ev.c:2143
#8 0x0000000000807af6 in ev_run (loop=0xc42120, flags=0) at src/unix/ev/ev.c:2519
#9 0x00000000007f6eb7 in uv_run (loop=0xc41e00) at src/unix/core.c:200
#10 0x0000000000538527 in node::Start (argc=<value optimized out>, argv=0x1aa8760) at ../src/node.cc:2650
#11 0x00007f66a0948c4d in __libc_start_main () from /lib/libc.so.6
#12 0x0000000000533e89 in _start ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment