signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x7f4485ff1820

前端 未结 1 1472
日久生厌
日久生厌 2020-12-11 06:17

My app has been crashing randomly with signal 11. I was able to get my hands on tombstone file from emulator but I am not able to understand what is wrong with my app. I hav

相关标签:
1条回答
  • 2020-12-11 07:09

    So for me, the problem was parsing Google's Location object with Gson. I created my own SimpleLocation object and it solved the problem. Google's Location object was throwing random Signal 11 error and crashing randomly.

    Here is a link to similar problem with better explanation https://github.com/e-mission/e-mission-data-collection/issues/49

    0 讨论(0)
提交回复
热议问题