Re: [mono-android] JNI ERROR (app bug): local reference table overflow (max=512)

2012-08-14 Thread Jonathan Pryor
On Aug 14, 2012, at 4:09 AM, "Breyer, Christian" wrote: > On some devices with certain configuration (OS version/Mono version/target > API) the app runs for days. However, on some, I get the following exception > after one to several hours. > Am I missing a dispose? Could this be a bug within mo

[mono-android] JNI ERROR (app bug): local reference table overflow (max=512)

2012-08-14 Thread Breyer, Christian
Hi, in our application a service and an activity communicate through the message-handler pattern (http://developer.android.com/reference/android/app/Service.html#RemoteM essengerServiceSample ) O