Why application is dying randomly?

前端 未结 4 680
南笙
南笙 2020-12-13 19:43

I am developing an music player app. All works fine except the app dies suddenly. Sometimes this happens when the app starts, and sometimes after running for long time. Some

4条回答
  •  粉色の甜心
    2020-12-13 20:05

    Looks like there are a few possibilities (go figure), with quite a bit here on SO.

    Might be running out of memory

    Certainly one of the risks of going native!

    • Fatal Signal 11

    • Android NDK Segmentation Error

    • SIGNAL 11 SIGSEGV crash Android

    Function call being made from two different threads at the same time

    • Invalid heap address and fatal signal 11

    Memory Corruption

    • Fatal signal 11 and INVALID HEAP ADDRESS IN dlfree error when using glShaderBinary

    So... good luck with that one! :/

提交回复
热议问题