Meant to send this to the list
---------- Forwarded message ---------- From: Rolf Bjarne Kvinge <[email protected]> Date: Mon, Aug 8, 2011 at 2:18 PM Subject: Re: [MonoTouch] Monotouch and crash reports problems To: kentfonager <[email protected]> Hi, In general it's not your code directly that causes crashes. If you don't keep a reference to an object when you should, it will crash later, after the garbage collector has freed it. In most cases you can deduce this from the stack traces, even if the frames related to mono are just showing numbers. In any case we have to see the actual stack trace to help - attaching them to mails to this list or adding them to bug reports at bugzilla.xamarin.com (and if possible not only the stack trace, but the entire crash report). Regards, Rolf On Fri, Aug 5, 2011 at 11:29 PM, kentfonager <[email protected]> wrote: > Hi everybody > > Unfortunately I have an app in the AppStore, thats has some random crashes. > Today I digged into some of the crash reports, for unfortunately every > memory adress, for the crashed thread, ends up in som mono code and > functions. None of them shows lines in "my code". > > How do you guys handle crash reports ? Is it NOT possible to get something > usefull out of the crash reports, when using MonoTouch ? > > With hope of a usefull reply :-) > > Cheers from Denmark, > Kent Fonager, netcoders aps > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Monotouch-and-crash-reports-problems-tp3722325p3722325.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
