Android Question Strange Developer Console Errors!

vfafou

Well-Known Member
Licensed User
Longtime User
Hello!
I eventually take the following errors from the Play Developer Console:
B4X:
thrill
backtrace:
  native: pc 00000000000261f4  /system/lib/libc.so (tgkill+12)
  native: pc 00000000000172ad  /system/lib/libc.so (pthread_kill+48)
  native: pc 00000000000174c1  /system/lib/libc.so (raise+10)
  native: pc 00000000000161f5  /system/lib/libc.so
  native: pc 0000000000025aa4  /system/lib/libc.so (abort+4)
  native: pc 000000000001552c  /system/lib/libc.so (dlfree+2344)
  native: pc 000000000000e1c8  /system/lib/libc.so (free+20)
  native: pc 000000000008c837  /system/lib/libcrypto.so (CRYPTO_free+34)
  native: pc 0000000000033faf  /system/lib/libssl.so (ssl_parse_serverhello_tlsext+738)
  native: pc 000000000001970f  /system/lib/libssl.so (ssl3_get_server_hello+1194)
  native: pc 0000000000018975  /system/lib/libssl.so (ssl3_connect+572)
  native: pc 000000000002bc1d  /system/lib/libssl.so (SSL_do_handshake+52)
  native: pc 000000000000b3e3  /system/lib/libjavacrypto.so
  native: pc 000000000001e8cc  /system/lib/libdvm.so (dvmPlatformInvoke+112)
  native: pc 000000000004fcf1  /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+484)
  native: pc 0000000000027ca8  /system/lib/libdvm.so
  native: pc 000000000002f2cc  /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
  native: pc 000000000002c7b0  /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+188)
  native: pc 000000000006308d  /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+340)
  native: pc 00000000000630b1  /system/lib/libdvm.so (dvmCallMethod(Thread*, Method const*, Object*, JValue*, ...)+20)
  native: pc 0000000000057749  /system/lib/libdvm.so
  native: pc 000000000000d600  /system/lib/libc.so (__thread_entry+72)
B4X:
android.content.res.Resources$NotFoundException:
  at android.content.res.Resources.getResourceName (Resources.java:3677)
  at android.app.FragmentManagerImpl.moveToState (FragmentManager.java:975)
  at android.app.FragmentManagerImpl.moveToState (FragmentManager.java:1163)
  at android.app.BackStackRecord.run (BackStackRecord.java:793)
  at android.app.FragmentManagerImpl.execPendingActions (FragmentManager.java:1552)
  at android.app.FragmentController.execPendingActions (FragmentController.java:325)
  at android.app.Activity.performResume (Activity.java:6981)
  at android.app.ActivityThread.performNewIntents (ActivityThread.java:3438)
  at android.app.ActivityThread.handleNewIntent (ActivityThread.java:3445)
  at android.app.ActivityThread.access$1900 (ActivityThread.java:221)
  at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1871)
  at android.os.Handler.dispatchMessage (Handler.java:102)
  at android.os.Looper.loop (Looper.java:158)
  at android.app.ActivityThread.main (ActivityThread.java:7224)
  at java.lang.reflect.Method.invoke (Native Method)
  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1230)
  at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1120)
Does anyone could help me?
Thank you in advance!
 
Top