In the app I\'m developing on Android, I keep getting a Fatal Signal 11 error.
I think it\'s something to do with the way that I\'m accessing the memory but I can\'t
In my case, it was a null pointer exception inside an onDraw event that prevent the draw to be completed on the canvas. I think is a general error message given when a draw problem ocurr.