Guest User

Untitled

a guest
Jan 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 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/ports/www/node/work/node-v0.4.12/node
  11. [New LWP 100072]
  12. [New Thread 20a01140 (LWP 100072)]
  13.  
  14. Program received signal SIGSEGV, Segmentation fault.
  15. [Switching to Thread 20a01140 (LWP 100072)]
  16. 0x001637c8 in v8::Context::Enter ()
  17. (gdb) bt
  18. #0 0x001637c8 in v8::Context::Enter ()
  19. #1 0x000f69a8 in node::Start (argc=1, argv=0xbfffe814) at v8.h:3174
  20. #2 0x000f1bfc in __start ()
  21. #3 0x204e39b0 in dlopen () from /libexec/ld-elf.so.1
  22. (gdb)
Add Comment
Please, Sign In to add comment