Fatal signal 11 (SIGSEGV)

I was getting this error using bitmaps and found I could fix it by reducing the size of the bitmaps.

Bitmap size reduced from >1000px high to 700px.

Relevant code was:

bmp = BitmapFactory.decodeResource(this.getResources(), R.drawable.myBitMap);

 

This entry was posted in Android. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *