Android -- SEGV_MAPERR,SEGV_ACCERR
Per siginfo.h:SEGV_MAPERR means you tried to access an address that doesn’t map to anything.SEGV_ACCERR means you tried to access an address that you don’t have permission to access.So in both cases yo