Skip to content

Instantly share code, notes, and snippets.

@Philmod
Created October 13, 2014 22: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 Philmod/fab44930ea86f022484f to your computer and use it in GitHub Desktop.
Save Philmod/fab44930ea86f022484f to your computer and use it in GitHub Desktop.
> ::status
debugging core file of nodejs (64-bit) from unknown machine
file: /node
initial argv: nodejs
threading model: raw lwps
status: process terminated with exit status 0
> ::walk thread | ::findstack
stack pointer for thread 1: 0
stack pointer for thread 7: 7fffe4967160
[ 00007fffe4967160 0x7f7a24ced619() ]
00007fffe496a1d0 uv__io_poll+0x148()
00007fffe496a230 uv_run+0xd8()
00007fffe496a2b0 _ZN4node5StartEiPPc+0x150()
0000000000000000 0x7f7a24c1e76d()
stack pointer for thread 6: 7f7a26009da0
[ 00007f7a26009da0 0x7f7a24fcafd0() ]
00007f7a26009db0 _ZN2v88internal15RuntimeProfiler27WaitForSomeIsolateToEnterJSEv+0x4e()
00007f7a26009e80 _ZN2v88internal12SignalSender3RunEv+0x52()
00007f7a26009ea0 0x810170()
0000000000000000 0x7f7a24fc4e9a()
stack pointer for thread 5: 7f7a249f7e60
[ 00007f7a249f7e60 0x7f7a24fc8d84() ]
00007f7a249f7e80 0x96ea1f()
00007f7a249f7ea0 0x964171()
0000000000000000 0x7f7a24fc4e9a()
stack pointer for thread 4: 7f7a1fffee60
[ 00007f7a1fffee60 0x7f7a24fc8d84() ]
00007f7a1fffee80 0x96ea1f()
00007f7a1fffeea0 0x964171()
0000000000000000 0x7f7a24fc4e9a()
stack pointer for thread 3: 7f7a1f7fde60
[ 00007f7a1f7fde60 0x7f7a24fc8d84() ]
00007f7a1f7fde80 0x96ea1f()
00007f7a1f7fdea0 0x964171()
0000000000000000 0x7f7a24fc4e9a()
stack pointer for thread 2: 7f7a1effce60
[ 00007f7a1effce60 0x7f7a24fc8d84() ]
00007f7a1effce80 0x96ea1f()
00007f7a1effcea0 0x964171()
0000000000000000 0x7f7a24fc4e9a()
> 00007f7a1effce60::jsstack
7f7a1effce80 0x96ea1f
7f7a1effcea0 0x964171
> 7f7a1effce80::jsstack
7f7a1effcea0 0x964171
> 7f7a1effcea0::jsstack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment