My app crashes in Play Console (signal 11 (SIGSEGV), code 1 (SEGV_MAPERR))

ぐ巨炮叔叔 提交于 2019-12-24 10:46:57

问题


Android app (hybrid app built on cordova) recorded more crashes in Google Play Console, signal 11 (SIGSEGV), code 1 (SEGV_MAPERR). crash happening only in production app

pid: 0, tid: 0 >>> My App package name <<<
backtrace:


  #00  pc 000000000147a832  /data/app/com.android.chrome-HY_VMhbJ0-Nzo6iNC_o1EA==/base.apk

#01  pc 0000000000000000  <unknown>

I had checked below links also but no use

android Fatal signal 11 (SIGSEGV), code 1, fault addr 0x9 in tid 27173

signal 11 (SIGSEGV), code 1 (SEGV_MAPERR)

This issue is happening only in Android 8.0 and above OS, how do i fix this crash

来源:https://stackoverflow.com/questions/50694498/my-app-crashes-in-play-console-signal-11-sigsegv-code-1-segv-maperr

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!