I\'ve been reading the other posts on tracking down the reasons for getting a SIGSEGV in an Android app. I plan to scour my app for possible NullPointers relate
SIGSEGV
Check your JNI/native code. One of my references was null, but it was intermittent, so it wasn't very obvious.