Advertisement
Guest User

Untitled

a guest
Aug 20th, 2014
5
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 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) bt
  20. #0 0xb6e58600 in ?? () from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0
  21. Cannot access memory at address 0x0
  22. #1 0xb6e54fe4 in OPENSSL_cpuid_setup () from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0
  23. #2 0xb6fe8254 in ?? () from /lib/ld-linux-armhf.so.3
  24. #3 0xbefff980 in ?? ()
  25. #4 0xbefff980 in ?? ()
  26. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  27. (gdb) bt
  28. #0 0xb6e58600 in ?? () from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0
  29. #1 0xb6e54fe4 in OPENSSL_cpuid_setup () from /usr/lib/arm-linux-gnueabihf/libcrypto.so.1.0.0
  30. #2 0xb6fe8254 in ?? () from /lib/ld-linux-armhf.so.3
  31. #3 0xbefff980 in ?? ()
  32. #4 0xbefff980 in ?? ()
  33. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
  34. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement