Android 8 native crash at native library -


since rollout of android 8 oreo, our app has been consistently crashing in different places. play store crash reports show native crashes. occuring 1 seems @ native library.

the frequent device crashes google pixel , pixel xl have shown few.

i ll post crash log below. m struggling find causes crash.

any appreciated.

*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** build fingerprint: 'google/sailfish/sailfish:8.0.0/opr6.170623.012/4283428:user/release-keys' revision: '0' abi: 'arm' pid: 9857, tid: 9857, name: stampphoto  >>> com.******.***** <<< signal 11 (sigsegv), code 1 (segv_maperr), fault addr 0x0 cause: null pointer dereference     r0 ea26cec8  r1 00000001  r2 0000007f  r3 00000002     r4 000030ca  r5 00000000  r6 ff7ed650  r7 ff7ed628     r8 13b40240  r9 00000043  sl ea26b470  fp ff7ed664     ip ea0985d1  sp ff7ed5a8  lr ea168b15  pc ea168b1e  cpsr 600b0030 backtrace:     #00 pc 00332b1e  /system/lib/libart.so (_zn3art35invokevirtualorinterfacewithvarargserkns_33scopedobjectaccessalreadyrunnableep8_jobjectp10_jmethodidst9__va_list+89)     #01 pc 00262785  /system/lib/libart.so (_zn3art3jni17callobjectmethodvep7_jnienvp8_jobjectp10_jmethodidst9__va_list+436)     #02 pc 0006398b  /data/app/com.a.a-h8ba8dmi-3kj2bp4gkgvoa==/base.apk (offset 0x3c4000)     #03 pc 0006468b  /data/app/com.a.a-h8ba8dmi-3kj2bp4gkgvoa==/base.apk (offset 0x3c4000)     #04 pc 0006fddf  /data/app/com.a.a-h8ba8dmi-3kj2bp4gkgvoa==/oat/arm/base.odex (offset 0x45000) 

thanks in advance...


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -