Advertisement
Guest User

Untitled

a guest
Aug 20th, 2014
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. gdb --args tvheadend
  2. GNU gdb (GDB) 7.4.1-debian
  3. Copyright (C) 2012 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. For bug reporting instructions, please see:
  10. <http://www.gnu.org/software/gdb/bugs/>...
  11. Reading symbols from /usr/bin/tvheadend...(no debugging symbols found)...done.
  12. (gdb) run
  13. Starting program: /usr/bin/tvheadend
  14. [Thread debugging using libthread_db enabled]
  15. Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
  16.  
  17. Program received signal SIGILL, Illegal instruction.
  18. 0xb6e58600 in ?? () from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0
  19. (gdb) run
  20. The program being debugged has been started already.
  21. Start it from the beginning? (y or n) y
  22. Starting program: /usr/bin/tvheadend
  23. [Thread debugging using libthread_db enabled]
  24. Using host libthread_db library "/lib/arm-linux-gnueabihf/libthread_db.so.1".
  25.  
  26. Program received signal SIGILL, Illegal instruction.
  27. 0xb6e58600 in ?? () from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0
  28. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement