My app using Mono For Android randomly throws "Object reference not set to an object" exceptions on Nexus 10 (only). On all other devices it works fine.
I can sometimes catch the exceptions in the debugger. The location these are thrown from is random and does not seem to have anything to do with my application. For example line such as "a = 1;" where a is int can throw it, or any other line where no reference that could potentially be null is accessed. This behavior is intermittent. Restarting the app several times gets rid of the exceptions, for a while. But eventually they come back. I suspect this is an OS issue, potentially triggered by garbage collection of Mono, that's why it seems random. It would be cool if someone from Xamarin could diagnose it. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Debugging-Nexus-10-reboots-while-app-open-tp5713206p5713332.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
