Advertisement
stefanomelchior

Untitled

Mar 21st, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. root@ubuntu-phablet:~# gdb unity8
  2. GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1
  3. Copyright (C) 2016 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "arm-linux-gnueabihf".
  9. Type "show configuration" for configuration details.
  10. For bug reporting instructions, please see:
  11. <http://www.gnu.org/software/gdb/bugs/>.
  12. Find the GDB manual and other documentation resources online at:
  13. <http://www.gnu.org/software/gdb/documentation/>.
  14. For help, type "help".
  15. Type "apropos word" to search for commands related to "word"...
  16. Reading symbols from unity8...(no debugging symbols found)...done.
  17. (gdb) run
  18. Starting program: /usr/bin/unity8
  19.  
  20. Program received signal SIGSEGV, Segmentation fault.
  21. 0xb6fd9dde in ?? () from /lib/ld-linux-armhf.so.3
  22. (gdb) bt full
  23. #0 0xb6fd9dde in ?? () from /lib/ld-linux-armhf.so.3
  24. No symbol table info available.
  25. #1 0xb6fd9df6 in ?? () from /lib/ld-linux-armhf.so.3
  26. No symbol table info available.
  27. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  28. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement