Guest User

Untitled

a guest
Jan 21st, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. node-build# gdb node
  2. GNU gdb 6.1.1 [FreeBSD]
  3. Copyright 2004 Free Software Foundation, Inc.
  4. GDB is free software, covered by the GNU General Public License, and you are
  5. welcome to change it and/or distribute copies of it under certain conditions.
  6. Type "show copying" to see the conditions.
  7. There is absolutely no warranty for GDB. Type "show warranty" for details.
  8. This GDB was configured as "arm-marcel-freebsd"...
  9. (gdb) run
  10. Starting program: /usr/local/bin/node
  11. [New LWP 100066]
  12. [New Thread 20a01140 (LWP 100066)]
  13. Uncaught RangeError: Maximum call stack size exceeded
  14.  
  15. Program received signal SIGSEGV, Segmentation fault.
  16. [Switching to Thread 20a01140 (LWP 100066)]
  17. 0x001637c8 in v8::Context::Enter ()
  18. (gdb)
Add Comment
Please, Sign In to add comment