Skip to content

Instantly share code, notes, and snippets.

@roxlu

roxlu/bt.log Secret

Created December 13, 2012 15:44
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 roxlu/6a187b09de13c3055878 to your computer and use it in GitHub Desktop.
Save roxlu/6a187b09de13c3055878 to your computer and use it in GitHub Desktop.
libuv gdb
#0 0x00000001000a7bec in uv__stream_destroy (stream=0x100492210) at stream.c:371
req = (uv_write_t *) 0x7fff5fbff0b8
q = (ngx_queue_t *) 0x100266df0
#1 0x00000001000992d3 in uv__finish_close (handle=0x100492210) at core.c:173
No locals.
#2 0x00000001000993b4 in uv__run_closing_handles (loop=0x1001153c0) at core.c:203
p = (uv_handle_t *) 0x100492210
q = (uv_handle_t *) 0x0
#3 0x0000000100099790 in uv__run (loop=0x1001153c0) at core.c:281
No locals.
#4 0x00000001000997f8 in uv_run (loop=0x1001153c0) at core.c:287
No locals.
#5 0x0000000100087066 in StreamingGeometryServer::update ()
No symbol table info available.
#6 0x000000010008c638 in StreamingPotatorServer::run ()
No symbol table info available.
#7 0x0000000100012ca3 in roxlu::Thread::threadFunction ()
No symbol table info available.
#8 0x00007fff84d74fd6 in _pthread_start ()
No symbol table info available.
#9 0x00007fff84d74e89 in thread_start ()
No symbol table info available.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment