Josh, Like Zach said, I was using managedQuery & managedCommitUpdates initially in the activity and the cursor was not being closed. This was on top the fact that my activity as using singleTop launch mode. I solved the SQLiteCursor exception by managing the cursor lifetime myself and I don't have the errors anymore.
I have finally narrowed down the SIGSEGV to parcelling of Bitmaps across a remote service. I will submit a bug report on this but has anyone encountered problems in parcelling Bitmaps which are bigger than 10K (or thereabouts) ? I can simulate the SIGSEGV with files more than 10K. Here's what's happening leading up the SIGSEGV: a) I call the remote service and it returns a Bitmap. b) I set the ImageView with this Bitmap. c) Activity#onResume() is called and WHAM, SIGSEGV appears. Regards, Gavin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

