I'm also suffering the same problem. I have a pretty basic app that loads a list view with some thumbnails. I created a refresh button that just rebuilds the interface. I can consistently get it load the list 2 times, but if I try to reload the list a third time it will crash with a assertion at sgen-internal.c:441. I watched the Google IO presentation on android memory management and think there is a good chance that I'm leaking memory at some place but I can't seem to find the vm in ddms for the process.
It looks like mono for android is not using a dalvik vm and is instead doing it's own garbage collection possibly incorrectly. I also have a full project I'd be willing to ship over that will very very consistently create this error condition. -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Assertion-at-sgen-internal-c-441-tp4370119p4676813.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
