Skip to content
Advertisement

Android Fatal Signal 11

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 figure out what is causing it.

Here’s the LogCat:

JavaScript

Advertisement

Answer

I had been trying to call an uninitialised Canvas inside another Class so when it was trying to get the height or width of it, it would crash.

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement