Fatal signal without exception

Sometimes in my Android app I get this error:

05-15 15:37:26.269: A/libc(21860): heap corruption detected by dlmalloc
05-15 15:37:26.269: A/libc(21860): Fatal signal 6 (SIGABRT) at 0x00005564 (code=-6), thread 21860 (rot.appname)

I cannot understand why it is being added, and there are no traces of errors in the logarithm, so I can not debug it.

Does anyone know a way to debug it?

Thank.

+4
source share

Source: https://habr.com/ru/post/1540712/


All Articles