Native Crash in all Android versions, SDK 100.2.1

728
1
05-09-2018 09:54 AM
MelodyAlefteras
New Contributor

We're seeing native crashes reported in the Google Play Developer Console, but do not experience them while debugging. They seem to come directly from the Android SDK. These crashes make up most of our crash rate, and we've attempted to resolve them through better thread management, etc. Nothing seems to work. Does anyone have any ideas? Divesh Goyal‌ - you are my only hope!

Here is the backtrace:

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** pid: 0, tid: 0 >>> gov.wa.dfw.fishwashington <<< backtrace:
#00 pc 00000000010415dc /data/app/gov.wa.dfw.fishwashington-2/lib/arm/libruntimecore_java.so
#01 pc 00000000010417af /data/app/gov.wa.dfw.fishwashington-2/lib/arm/libruntimecore_java.so
#02 pc 0000000001042355 /data/app/gov.wa.dfw.fishwashington-2/lib/arm/libruntimecore_java.so
#03 pc 0000000000911285 /data/app/gov.wa.dfw.fishwashington-2/lib/arm/libruntimecore_java.so
#04 pc 00000000008ceb1b /data/app/gov.wa.dfw.fishwashington-2/lib/arm/libruntimecore_java.so
#05 pc 00000000008cdb3b /data/app/gov.wa.dfw.fishwashington-2/lib/arm/libruntimecore_java.so
#06 pc 0000000000b1b24d /data/app/gov.wa.dfw.fishwashington-2/lib/arm/libruntimecore_java.so
#07 pc 0000000000b1bde9 /data/app/gov.wa.dfw.fishwashington-2/lib/arm/libruntimecore_java.so
#08 pc 000000000166afd7 /data/app/gov.wa.dfw.fishwashington-2/lib/arm/libruntimecore_java.so
#09 pc 0000000001384a15 /data/app/gov.wa.dfw.fishwashington-2/lib/arm/libruntimecore_java.so
#10 pc 000000000138f117 /data/app/gov.wa.dfw.fishwashington-2/lib/arm/libruntimecore_java.so
#11 pc 000000000138f637 /data/app/gov.wa.dfw.fishwashington-2/lib/arm/libruntimecore_java.so
#12 pc 000000000138f91d /data/app/gov.wa.dfw.fishwashington-2/lib/arm/libruntimecore_java.so
#13 pc 000000000138f267 /data/app/gov.wa.dfw.fishwashington-2/lib/arm/libruntimecore_java.so
#14 pc 00000000017dad97 /data/app/gov.wa.dfw.fishwashington-2/lib/arm/libruntimecore_java.so
#15 pc 0000000000047623 /system/lib/libc.so (_ZL15__pthread_startPv+22)
#16 pc 0000000000019c41 /system/lib/libc.so (__start_thread+6)
0 Kudos
1 Reply
AndriusB
New Contributor II

Hi Melody Alefteras‌,

have you been able to find what caused your problem?

We are facing almost identical crashes in internal libraries which are random and difficult to reproduce.

You could use ndk-stack to translate the crash dump into something more readable with line numbers but you need libruntimecore_java.so with debug symbols.

0 Kudos