Hello, With 1.2.0 I'm seeing various mono "Stacktrace:" dumps in the adb log during quite long running operations (eg. within a background thread 6000 downloaded records into a sync over HTTP). These are Info messages and are associated with the application freezing and having to be Force Closed. An exception isn't being thrown at the application level, the app just stops (but doesn't die.)
The actual stack trace details tend to be different (eg. the one below is in garbage collection, but this isn't always the case, I've also seen it in InternalEnsureCapacity and WebAsyncResult.CB) Stacktrace: at System.GC.Collect(int) <0x0001f> at MyApp.blah at MyApp.Other at System.Threading.Thread.StartUnsafe() at (wrapper runtime-invoke)... I initially thought it related to a low memory condition but I'm not so sure now. Does anybody know what causes these mono messages to be logged and why they cause the process to freeze? Thanks, Andy
_______________________________________________ Monodroid mailing list Monodroid@lists.ximian.com UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid