Skip to content

Instantly share code, notes, and snippets.

@TooTallNate
Created August 22, 2012 22:28
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 TooTallNate/17242120a9a5747b1a8c to your computer and use it in GitHub Desktop.
Save TooTallNate/17242120a9a5747b1a8c to your computer and use it in GitHub Desktop.
pi@raspberrypi ~/node $ gdb ./node core
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "arm-linux-gnueabihf".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/pi/node/node...done.
[New LWP 4153]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
Core was generated by `./node -pe require('os').cpus()'.
Program terminated with signal 6, Aborted.
#0 0x40314c9c in raise () from /lib/arm-linux-gnueabihf/libc.so.6
(gdb) bt full
#0 0x40314c9c in raise () from /lib/arm-linux-gnueabihf/libc.so.6
No symbol table info available.
#1 0x40318a34 in abort () from /lib/arm-linux-gnueabihf/libc.so.6
No symbol table info available.
#2 0x4c90fca0 in ?? ()
No symbol table info available.
#3 0x4c90fca0 in ?? ()
No symbol table info available.
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment