Want more features on Pastebin? Sign Up, it's FREE!
Guest

Untitled

By: a guest on Jun 22nd, 2011  |  syntax: None  |  size: 0.96 KB  |  views: 32  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. macbook:~ sam$ gdb htop
  2. GNU gdb 6.3.50-20050815 (Apple version gdb-1700.2) (Thu May 19 01:38:32 UTC 2011)
  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 "x86_64-apple-darwin"...Reading symbols for shared libraries ... done
  9.  
  10. (gdb) run
  11. Starting program: /opt/local/bin/htop
  12. Reading symbols for shared libraries ++. done
  13.  
  14. Program received signal EXC_BAD_ACCESS, Could not access memory.
  15. Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000020
  16. 0x000000010003d419 in _nc_init_keytry ()
  17. (gdb) bt
  18. #0  0x000000010003d419 in _nc_init_keytry ()
  19. #1  0x000000010003e422 in _nc_keypad ()
  20. #2  0x000000010000352d in CRT_init ()
  21. #3  0x0000000100004d3b in main ()
  22. (gdb)
clone this paste RAW Paste Data