Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- sh-3.2# /system/bin/e2fsck
- libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 11140 (e2fsck)
- libc: Unable to open connection to debuggerd: Connection refused
- Segmentation fault
- sh-3.2# gdb /system/bin/e2fsck
- GNU gdb (GDB) Mer (7.6.2+git2)
- Copyright (C) 2013 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law. Type "show copying"
- and "show warranty" for details.
- This GDB was configured as "armv7hl-meego-linux-gnueabi".
- For bug reporting instructions, please see:
- <http://www.gnu.org/software/gdb/bugs/>...
- Reading symbols from /system/bin/e2fsck...Missing separate debuginfo for /system/bin/e2fsck
- Try: zypper install -C "debuginfo(build-id)=19f00e1982134283c60892d4b046a824.debug"
- (no debugging symbols found)...done.
- (gdb) run
- Starting program: /system/bin/e2fsck
- Missing separate debuginfo for /system/bin/linker
- Try: zypper install -C "debuginfo(build-id)=95d8eafbe50bc86603cc901c15d5b9e5.debug"
- Missing separate debuginfo for /system/lib/libext2fs.so
- Try: zypper install -C "debuginfo(build-id)=d5c7fda258b7a1876cbf2092f4815db0.debug"
- Missing separate debuginfo for /system/lib/libext2_blkid.so
- Try: zypper install -C "debuginfo(build-id)=e5e0398d0dcf617d3d29a88f204fda9a.debug"
- Missing separate debuginfo for /system/lib/libext2_uuid.so
- Try: zypper install -C "debuginfo(build-id)=9419ab261c331253a9cffb4b5e400ac2.debug"
- Missing separate debuginfo for /system/lib/libext2_profile.so
- Try: zypper install -C "debuginfo(build-id)=ee51ecd52a6cf8f6a1010e6424d8729c.debug"
- Missing separate debuginfo for /system/lib/libext2_quota.so
- Try: zypper install -C "debuginfo(build-id)=f08c8578c952071c13822e66459f5846.debug"
- Missing separate debuginfo for /system/lib/libext2_com_err.so
- Try: zypper install -C "debuginfo(build-id)=35ed87d4cf040e7658a45067d8b236c8.debug"
- Missing separate debuginfo for /system/lib/libext2_e2p.so
- Try: zypper install -C "debuginfo(build-id)=cf5435028ef619a9663d50e48bda7207.debug"
- Missing separate debuginfo for /usr/libexec/droid-hybris/system/lib/libc++.so
- Try: zypper install -C "debuginfo(build-id)=553a8defb4204ed1b4fc7e18e881ee47.debug"
- Missing separate debuginfo for /usr/libexec/droid-hybris/system/lib/libc.so
- Try: zypper install -C "debuginfo(build-id)=80053ce11db7fa959afef86c6c78fbcc.debug"
- Missing separate debuginfo for /usr/libexec/droid-hybris/system/lib/libm.so
- Try: zypper install -C "debuginfo(build-id)=a3cfaf2a3a43f6ea1bbb06c864843206.debug"
- Missing separate debuginfo for /usr/libexec/droid-hybris/system/lib/libdsyscalls.so
- Try: zypper install -C "debuginfo(build-id)=004428a282f992f6846ee4de29ea838c.debug"
- Program received signal SIGSEGV, Segmentation fault.
- 0xb6e5418c in getauxval () from /usr/libexec/droid-hybris/system/lib/libc.so
- (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement