Android Question Google Crash Report - Signal 11

Robert Valentino

Well-Known Member
Licensed User
Longtime User
I have gotten a few of these Signal 11 crash reports (include output of one below) and have no idea on what or where to look at

1623083310202.png


B4X:
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
pid: 0, tid: 0 >>> com.BOBs.BBS <<<

backtrace:
  #00  pc 00000000000183fc  /system/lib64/libutils.so (android::Looper::pollInner(int)+876)
  #00  pc 0000000000017ff0  /system/lib64/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+56)
  #00  pc 000000000016c580  /system/lib64/libandroid_runtime.so (android::android_os_MessageQueue_nativePollOnce(_JNIEnv*, _jobject*, long, int)+44)
  #00  pc 0000000000303e9c  /system/framework/arm64/boot-framework.oat (art_jni_trampoline+140)
  #00  pc 00000000007f2578  /system/framework/arm64/boot-framework.oat (android.os.MessageQueue.next+200)
  #00  pc 00000000007eed00  /system/framework/arm64/boot-framework.oat (android.os.Looper.loop+688)
  #00  pc 000000000054fcf4  /system/framework/arm64/boot-framework.oat (android.app.ActivityThread.main+788)
  #00  pc 00000000001375b8  /apex/com.android.runtime/lib64/libart.so (art_quick_invoke_static_stub+568)
  #00  pc 000000000014600c  /apex/com.android.runtime/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+276)
  #00  pc 00000000004b0c68  /apex/com.android.runtime/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104)
  #00  pc 00000000004b280c  /apex/com.android.runtime/lib64/libart.so (art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jobject*, _jobject*, unsigned long)+1480)
  #00  pc 000000000043d5c8  /apex/com.android.runtime/lib64/libart.so (art::Method_invoke(_JNIEnv*, _jobject*, _jobject*, _jobjectArray*)+52)
  #00  pc 00000000000c9c54  /system/framework/arm64/boot.oat (art_jni_trampoline+180)
  #00  pc 0000000000aa7608  /system/framework/arm64/boot-framework.oat (com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run+136)
  #00  pc 0000000000aafd54  /system/framework/arm64/boot-framework.oat (com.android.internal.os.ZygoteInit.main+3012)
  #00  pc 00000000001375b8  /apex/com.android.runtime/lib64/libart.so (art_quick_invoke_static_stub+568)
  #00  pc 000000000014600c  /apex/com.android.runtime/lib64/libart.so (art::ArtMethod::Invoke(art::Thread*, unsigned int*, unsigned int, art::JValue*, char const*)+276)
  #00  pc 00000000004b0c68  /apex/com.android.runtime/lib64/libart.so (art::(anonymous namespace)::InvokeWithArgArray(art::ScopedObjectAccessAlreadyRunnable const&, art::ArtMethod*, art::(anonymous namespace)::ArgArray*, art::JValue*, char const*)+104)
  #00  pc 00000000004b0858  /apex/com.android.runtime/lib64/libart.so (art::InvokeWithVarArgs(art::ScopedObjectAccessAlreadyRunnable const&, _jobject*, _jmethodID*, std::__va_list)+408)
  #00  pc 00000000003babc4  /apex/com.android.runtime/lib64/libart.so (art::JNI::CallStaticVoidMethodV(_JNIEnv*, _jclass*, _jmethodID*, std::__va_list)+624)
  #00  pc 00000000000ee05c  /system/lib64/libandroid_runtime.so (_JNIEnv::CallStaticVoidMethod(_jclass*, _jmethodID*, ...)+116)
  #00  pc 00000000000f117c  /system/lib64/libandroid_runtime.so (android::AndroidRuntime::start(char const*, android::Vector<android::String8> const&, bool)+792)
  #00  pc 0000000000003510  /system/bin/app_process64 (main+1216)
  #00  pc 000000000007e898  /apex/com.android.runtime/lib64/bionic/libc.so (__libc_init+108)

Please ANY Help on where to look
 

Robert Valentino

Well-Known Member
Licensed User
Longtime User
I just realized that these happened around the time I was playing with a bluetooth keyboard. I did crash a few times (until I added the Keyboard option to my manifest) and way to verify that these are them (timing seems right)
 
Upvote 0

Robert Valentino

Well-Known Member
Licensed User
Longtime User
Has to be in some library I am using will continue to look.
Anyway to search jar files (libraries) for any of these?
Thanks
 
Upvote 0
Top