Advertisement
Guest User

gdb crash Openelec

a guest
Feb 2nd, 2015
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. OpenELEC:~ # systemctl stop kodi
  2. OpenELEC:~ # gdb -iex "thread apply all bt" -ex run --args /usr/lib/kodi/kodi.bi
  3. n --standalone -fs --lircdev /run/lirc/lircd
  4. GNU gdb (GDB) 7.8.2
  5. Copyright (C) 2014 Free Software Foundation, Inc.
  6. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  7. This is free software: you are free to change and redistribute it.
  8. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  9. and "show warranty" for details.
  10. This GDB was configured as "armv6zk-openelec-linux-gnueabi".
  11. Type "show configuration" for configuration details.
  12. For bug reporting instructions, please see:
  13. <http://www.gnu.org/software/gdb/bugs/>.
  14. Find the GDB manual and other documentation resources online at:
  15. <http://www.gnu.org/software/gdb/documentation/>.
  16. For help, type "help".
  17. Type "apropos word" to search for commands related to "word"...
  18. Reading symbols from /usr/lib/kodi/kodi.bin...(no debugging symbols found)...done.
  19. Starting program: /usr/lib/kodi/kodi.bin --standalone -fs --lircdev /run/lirc/lircd
  20. Cannot access memory at address 0x0
  21. warning: File "/lib/libthread_db-1.0.so" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
  22. To enable execution of this file add
  23. add-auto-load-safe-path /lib/libthread_db-1.0.so
  24. line to your configuration file "/storage/.gdbinit".
  25. To completely disable this security protection add
  26. set auto-load safe-path /
  27. line to your configuration file "/storage/.gdbinit".
  28. For more information about this security protection see the
  29. ---Type <return> to continue, or q <return> to quit---
  30. "Auto-loading safe path" section in the GDB manual. E.g., run from the shell:
  31. info "(gdb)Auto-loading safe path"
  32. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available.
  33. [New LWP 620]
  34. [New LWP 643]
  35. [New LWP 640]
  36. hwclock: can't open '/dev/misc/rtc': No such file or directory
  37. [New LWP 672]
  38. [New LWP 633]
  39. [New LWP 778]
  40.  
  41. Program received signal SIGSEGV, Segmentation fault.
  42. [Switching to LWP 633]
  43. 0xb6f259fc in memset () from /lib/libarmmem.so
  44. (gdb) bt
  45. #0 0xb6f259fc in memset () from /lib/libarmmem.so
  46. #1 0x00c96ad0 in ?? ()
  47. Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement