Hi everyone,

I'm facing an strange issue, where I do not know what to do.

My App randomly crashes when I'm hitting UIControls (mostly UIButton).
Maybe the Garbage Collector disposes my Controls if I get a Callback from
an BLL-Thread? (I'm using a 3 Layer architecture DAL / BLL / GUI)

The console off my device shows the following:

Stacktrace:
      at MonoTouch.UIKit.UIApplication.Main (string[],string,string)
<0x0010f>
      at myApp.Application.Main(string[]) [0x00000] in
/Users/me/Projects/myApp/myApp/Main.cs
      at (wrapper runtime-invoke) object.runtime_invoke_dynamic
(intptr,intptr,intptr,intptr) <0xffffffff>

This problem only appears when I'm navigatiing to a previous
UIViewController. I'm using a UINavigationController for Navigation.


Best Regards,
Sebastian Kellner

_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to