Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2015
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 1.40 KB | None | 0 0
  1.  
  2. GNU gdb (Raspbian 7.7.1+dfsg-5) 7.7.1
  3. Copyright (C) 2014 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 transmission-daemon...(no debugging symbols found)...done.
  17. (gdb) run --log-error --blocklist -g  /home/transmission/.config/transmission-daemon/ -x  /home/transmission/.config/transmission.pid
  18. Starting program: /usr/local/bin/transmission-daemon --log-error --blocklist -g  /home/transmission/.config/transmission-daemon/ -x  /home/transmission/.config/transmission.pid
  19. [Thread debugging using libthread_db enabled]
  20. Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
  21. Cannot access memory at address 0x0
  22.  
  23. Program received signal SIGILL, Illegal instruction.
  24. 0xb6a29d40 in ?? () from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement