I've seen crashes like this as well. Redoing the same sequence of events
after restarting the app won't repro the error. Judging from the error
messages I've seen, it looks to be GC related (for mine at least, but it
seems to line up with what you're saying too). I talked to some of the guys
on the team at Monospace about it but it's a tough one to diagnose since I
can't get a solid repro case...it might be one where I have to wait until
the next round of GC fixes and see if it goes away.

- Greg

On Tue, Jul 26, 2011 at 9:12 AM, Wally McClure <
theevilprogram...@hotmail.com> wrote:

>  Absolutely.  The problem I have run into is getting the repro case.  I get
> situations where things "die."  I'll restart debugging the application and
> it will work other times.  Basically, I think that there are a bunch of
> things going on that are leading to the app being aborted.
>
> Wally
>
> > From: j...@xamarin.com
> > Date: Tue, 26 Jul 2011 09:06:28 -0400
>
> > To: monodroid@lists.ximian.com
> > Subject: Re: [mono-android] Runtime reliability?
> >
> > On Jul 26, 2011, at 8:30 AM, Wally McClure wrote:
> > > To add to this, I have also seen issues where something happens in the
> try part of the try-catch and nothing is caught.
> >
> > The explanation for this is straightforward: the mono runtime aborted. No
> exception is thrown for most of mono's abort conditions.
> >
> > Eventually, running within the debugger should allow you to get the stack
> trace for when mono aborts, but that doesn't help if you're not debugging.
> However, it's entirely plausible that mono will log the stack trace/etc. to
> `adb logcat`; it would be interesting if someone could verify this.
> >
> > As always, if you do get a repro for this, please file a bug.
> >
> > - Jon
> >
> > _______________________________________________
> > Monodroid mailing list
> > Monodroid@lists.ximian.com
> >
> > UNSUBSCRIBE INFORMATION:
> > http://lists.ximian.com/mailman/listinfo/monodroid
>
> _______________________________________________
> Monodroid mailing list
> Monodroid@lists.ximian.com
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid
>
>
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to