Advertisement
Guest User

Untitled

a guest
Apr 14th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. chronos@localhost $ gdb /opt/google/chrome/chrome
  2. Unable to lstat() logging checkpoint parent directory: No such file or directory.
  3. GNU gdb (Gentoo 7.2 vanilla) 7.2-gg15
  4. Copyright (C) 2010 Free Software Foundation, Inc.
  5. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  6. Type "show copying" and "show warranty" for licensing/warranty details.
  7. This GDB was configured as "armv6zk-hardfloat-linux-gnueabi".
  8.  
  9. <http://bugs.gentoo.org/>
  10. Hey, I'm GDB 7.x. Check me out! http://wiki/Main/Gdb7x
  11.  
  12. Reading symbols from /opt/google/chrome/chrome...done.
  13.  
  14. WARNING: no debugging symbols found in /opt/google/chrome/chrome.
  15. Either the binary was compiled without debugging information
  16. or the debugging information was removed (e.g., with strip or strip -g).
  17. Debugger capabilities will be very limited.
  18. For further information: http://wiki/Main/GdbFaq#No_debugging_symbols_found
  19.  
  20. (gdb) bt
  21. No stack.
  22. (gdb) r
  23. Starting program: /opt/google/chrome/chrome
  24. [Thread debugging using libthread_db enabled]
  25. Using host libthread_db library "/lib/libthread_db.so.1".
  26.  
  27. Program received signal SIGSEGV, Segmentation fault.
  28. 0x4000e8a0 in ?? () from /lib/ld-linux.so.3
  29. (gdb) bt
  30. #0 0x4000e8a0 in ?? () from /lib/ld-linux.so.3
  31. Cannot access memory at address 0x0
  32. #1 0x4000e8b0 in ?? () from /lib/ld-linux.so.3
  33. Cannot access memory at address 0x0
  34. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement