Advertisement
Guest User

Untitled

a guest
Dec 11th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. sh-3.2# /system/bin/e2fsck
  2. libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 11140 (e2fsck)
  3. libc: Unable to open connection to debuggerd: Connection refused
  4. Segmentation fault
  5. sh-3.2# gdb /system/bin/e2fsck
  6. GNU gdb (GDB) Mer (7.6.2+git2)
  7. Copyright (C) 2013 Free Software Foundation, Inc.
  8. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  9. This is free software: you are free to change and redistribute it.
  10. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  11. and "show warranty" for details.
  12. This GDB was configured as "armv7hl-meego-linux-gnueabi".
  13. For bug reporting instructions, please see:
  14. <http://www.gnu.org/software/gdb/bugs/>...
  15. Reading symbols from /system/bin/e2fsck...Missing separate debuginfo for /system/bin/e2fsck
  16. Try: zypper install -C "debuginfo(build-id)=19f00e1982134283c60892d4b046a824.debug"
  17. (no debugging symbols found)...done.
  18. (gdb) run
  19. Starting program: /system/bin/e2fsck
  20. Missing separate debuginfo for /system/bin/linker
  21. Try: zypper install -C "debuginfo(build-id)=95d8eafbe50bc86603cc901c15d5b9e5.debug"
  22. Missing separate debuginfo for /system/lib/libext2fs.so
  23. Try: zypper install -C "debuginfo(build-id)=d5c7fda258b7a1876cbf2092f4815db0.debug"
  24. Missing separate debuginfo for /system/lib/libext2_blkid.so
  25. Try: zypper install -C "debuginfo(build-id)=e5e0398d0dcf617d3d29a88f204fda9a.debug"
  26. Missing separate debuginfo for /system/lib/libext2_uuid.so
  27. Try: zypper install -C "debuginfo(build-id)=9419ab261c331253a9cffb4b5e400ac2.debug"
  28. Missing separate debuginfo for /system/lib/libext2_profile.so
  29. Try: zypper install -C "debuginfo(build-id)=ee51ecd52a6cf8f6a1010e6424d8729c.debug"
  30. Missing separate debuginfo for /system/lib/libext2_quota.so
  31. Try: zypper install -C "debuginfo(build-id)=f08c8578c952071c13822e66459f5846.debug"
  32. Missing separate debuginfo for /system/lib/libext2_com_err.so
  33. Try: zypper install -C "debuginfo(build-id)=35ed87d4cf040e7658a45067d8b236c8.debug"
  34. Missing separate debuginfo for /system/lib/libext2_e2p.so
  35. Try: zypper install -C "debuginfo(build-id)=cf5435028ef619a9663d50e48bda7207.debug"
  36. Missing separate debuginfo for /usr/libexec/droid-hybris/system/lib/libc++.so
  37. Try: zypper install -C "debuginfo(build-id)=553a8defb4204ed1b4fc7e18e881ee47.debug"
  38. Missing separate debuginfo for /usr/libexec/droid-hybris/system/lib/libc.so
  39. Try: zypper install -C "debuginfo(build-id)=80053ce11db7fa959afef86c6c78fbcc.debug"
  40. Missing separate debuginfo for /usr/libexec/droid-hybris/system/lib/libm.so
  41. Try: zypper install -C "debuginfo(build-id)=a3cfaf2a3a43f6ea1bbb06c864843206.debug"
  42. Missing separate debuginfo for /usr/libexec/droid-hybris/system/lib/libdsyscalls.so
  43. Try: zypper install -C "debuginfo(build-id)=004428a282f992f6846ee4de29ea838c.debug"
  44.  
  45. Program received signal SIGSEGV, Segmentation fault.
  46. 0xb6e5418c in getauxval () from /usr/libexec/droid-hybris/system/lib/libc.so
  47. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement