Android Question useless crash report?

sorex

Expert
Licensed User
Longtime User
Hello,

someone mentioned a crash and used the send report option.

what you see below is that my app that has a problem or something systemwise where the app is running in?

not the usual error report you get as in the logs

the person also mentioned that uninstalling and re-installing was the only way to get the app running again. seems that something got corrupted.

B4X:
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'motorola/surnia_vfeu/surnia_umts:6.0/MPI24.65-39/23:user/release-keys'
Revision: 'p300'
ABI: 'arm'
pid: 18404, tid: 18404, name: m.sorex.binairo  >>> com.sorex.binairo <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xd150eb1c
    r0 b0660950  r1 12c28d40  r2 be8e5ddc  r3 00004b27
    r4 b20c4360  r5 12c9f000  r6 12c89f00  r7 12c28d40
    r8 b83bacec  r9 b83bac60  sl 00000000  fp be8e5e7c
    ip a5718e1d  sp be8e5e50  lr a572c577  pc a5718d3e  cpsr 20070030

backtrace:
    #00 pc 004d6d3e  /mnt/expand/bf2e303c-1814-4120-9706-6cd3ea7a873a/app/com.sorex.binairo-1/oat/arm/base.odex (offset 0x659000)
    #01 pc 004ea575  /mnt/expand/bf2e303c-1814-4120-9706-6cd3ea7a873a/app/com.sorex.binairo-1/oat/arm/base.odex (offset 0x659000)
 
Last edited:

ilan

Expert
Licensed User
Longtime User
i am having the same errors for some of my apps lately.

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'Xiaomi/land/land:6.0.1/MMB29M/V8.1.1.0.MALMIDI:user/release-keys'
Revision: '0'
ABI: 'arm64'
pid: 29347, tid: 29347, name: agital.eightbit >>> www.sagital.eightbit <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x18
x0 0000000000000000 x1 0000005591f7bf30 x2 0000000000000000 x3 ffffffffffffffff
x4 0000000000000000 x5 0000007fc2ef5fc8 x6 0000000000000000 x7 0000000000430000
x8 0000000000000000 x9 0000007f86069000 x10 0000007f8606b9a8 x11 0000000000000035
x12 0000000000000000 x13 0000000000000000 x14 0000000000000001 x15 0000000000000000
x16 0000007f89157758 x17 0000007f89136ed8 x18 00000055918aa348 x19 0000005591f7bf30
x20 0000000000000000 x21 0000007fc2ef5fc8 x22 0000007fc2ef5fc4 x23 0000005591f7bf30
x24 0000000000000000 x25 0000007fc2ef5fc8 x26 0000005591f7c810 x27 0000000000000001
x28 0000000000000000 x29 0000007fc2ef5e80 x30 0000007f89138764
sp 0000007fc2ef5e80 pc 0000007f89136ef0 pstate 0000000060000000

backtrace:
#00 pc 000000000001eef0 /system/lib64/libinput.so (_ZN7android12InputChannel14receiveMessageEPNS_12InputMessageE+24)
#01 pc 0000000000020760 /system/lib64/libinput.so (_ZN7android13InputConsumer7consumeEPNS_26InputEventFactoryInterfaceEblPjPPNS_10InputEventE+356)
#02 pc 00000000000c0a78 /system/lib64/libandroid_runtime.so (_ZN7android24NativeInputEventReceiver13consumeEventsEP7_JNIEnvblPb+168)
#03 pc 00000000000c10a8 /system/lib64/libandroid_runtime.so (_ZN7android24NativeInputEventReceiver11handleEventEiiPv+392)
#04 pc 000000000001c1b8 /system/lib64/libutils.so (_ZN7android6Looper9pollInnerEi+960)
#05 pc 000000000001c268 /system/lib64/libutils.so (_ZN7android6Looper8pollOnceEiPiS1_PPv+80)
#06 pc 00000000000d2ec0 /system/lib64/libandroid_runtime.so (_ZN7android18NativeMessageQueue8pollOnceEP7_JNIEnvP8_jobjecti+48)
#07 pc 0000000073d0a82c /data/dalvik-cache/arm64/system@[email protected] (offset 0x249e000)
 
Upvote 0

sorex

Expert
Licensed User
Longtime User
In my user's case it appeared to be a bad SD card as other things were also failing since that crash happend.

so the install to sd was somehow corrupted and the app never worked since the install to it.
 
Upvote 0
Top