Skip to content

Instantly share code, notes, and snippets.

@mmalecki
Created February 23, 2012 14:15
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 mmalecki/1893028 to your computer and use it in GitHub Desktop.
Save mmalecki/1893028 to your computer and use it in GitHub Desktop.
[maciej@PC04 node]$ gdb --args ./node deps/npm/cli.js
GNU gdb (GDB) Fedora (7.2-52.fc14)
Copyright (C) 2010 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 "i686-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /mnt/Data/Maciej/Programowanie/src/node/node...done.
(gdb) r
Starting program: /mnt/Data/Maciej/Programowanie/src/node/node deps/npm/cli.js
[Thread debugging using libthread_db enabled]
[New Thread 0xb7ffeb70 (LWP 12703)]
Program received signal SIGSEGV, Segmentation fault.
0x0833066f in v8::internal::OptimizedFrame::Summarize(v8::internal::List<v8::internal::FrameSummary, v8::internal::FreeStoreAllocationPolicy>*) ()
Missing separate debuginfos, use: debuginfo-install glibc-2.13-2.i686 libgcc-4.5.1-4.fc14.i686 libstdc++-4.5.1-4.fc14.i686 zlib-1.2.5-2.fc14.i686
(gdb) bt
#0 0x0833066f in v8::internal::OptimizedFrame::Summarize(v8::internal::List<v8::internal::FrameSummary, v8::internal::FreeStoreAllocationPolicy>*) ()
#1 0x008573a0 in ?? () from /lib/libc.so.6
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment