Hi, On Thu, Sep 27, 2012 at 12:14 AM, Agustin Gimenez <[email protected]> wrote:
> Yes, it's an iPad 3 with iOS 6 final relea se. > Then look at the crash report in Xcode's Organizer, I believe the frames aren't hidden there. Rolf > > Enviado desde mi iPhone > > El 27/09/2012, a las 00:13, Rolf Bjarne Kvinge <[email protected]> > escribió: > > Hi, > > On Wed, Sep 26, 2012 at 6:30 PM, Gusman <[email protected]> wrote: > >> Hi. >> >> Since i have updated to MonoOutch 6 my app crashes very frequently without >> error messages. >> >> It happens only when debugging the app, so it's not critical for the >> development but is very annoying for long-run debug sessions. >> >> Befores the crash happens, a lot of threads are created, and finally it >> closes. >> >> This is the only log I got once: >> >> [ERROR] FATAL UNHANDLED EXCEPTION: >> MonoTouch.Foundation.MonoTouchException: >> Objective-C exception thrown. Name: NSGenericException Reason: *** >> Collection <__NSArrayM: 0x17827f0> was mutated while being enumerated. >> > > It's an Objectice-C exception: "Collection <__NSArrayM: 0x17827f0> was > mutated while being enumerated." > > >> Stacktrace: >> >> >> Native stacktrace: >> >> 0 gDocsLite 0x008cad75 >> mono_handle_native_sigsegv + 244 >> 1 gDocsLite 0x008fd335 >> sigabrt_signal_handler + >> 112 >> 2 libsystem_c.dylib 0x38b69e93 _sigtramp + 42 >> 3 libsystem_c.dylib 0x38b60123 pthread_kill + >> 58 >> 4 libsystem_c.dylib 0x38b9c973 abort + 94 >> 5 gDocsLite 0x008a0c13 >> monoeg_assertion_message >> + 58 >> 6 gDocsLite 0x00885549 >> mono_thread_abort + 112 >> 7 gDocsLite 0x008855b3 >> mono_thread_abort_dummy >> + 26 >> 8 gDocsLite 0x008caa4b >> mono_handle_exception_internal + 2138 >> 9 gDocsLite 0x008cab19 >> mono_handle_exception + >> 12 >> 10 gDocsLite 0x008fc5f1 >> mono_arm_throw_exception >> + 116 >> 11 gDocsLite 0x003171e4 >> throw_exception + 48 >> 12 gDocsLite 0x009565a8 >> monotouch_exception_handler + 84 >> 13 CoreFoundation 0x394ac57f <redacted> + >> 614 >> > > Have you updated your device to the final iOS6 release? IIRC you shouldn't > get <redacted> in the stack traces anymore with the final iOS6 release. > > Rolf > > > >> 14 libobjc.A.dylib 0x368d3a65 <redacted> + >> 128 >> 15 libc++abi.dylib 0x3bfe307b <redacted> + 78 >> 16 libc++abi.dylib 0x3bfe3114 <redacted> + 19 >> 17 libc++abi.dylib 0x3bfe4513 __cxa_throw + >> 122 >> 18 libobjc.A.dylib 0x368d39bf >> objc_exception_throw + >> 94 >> 19 CoreFoundation 0x394abd85 <redacted> + 0 >> 20 Foundation 0x35d7535d <redacted> + >> 172 >> 21 Foundation 0x35d7527b <redacted> + >> 186 >> 22 CFNetwork 0x3a77739f <redacted> + 22 >> 23 CFNetwork 0x3a7772e3 <redacted> + 74 >> 24 CFNetwork 0x3a7c3b95 <redacted> + 20 >> 25 CFNetwork 0x3a7eecb3 <redacted> + >> 342 >> 26 CFNetwork 0x3a7ef077 <redacted> + 10 >> 27 CFNetwork 0x3a7ea173 <redacted> + 54 >> 28 CFNetwork 0x3a7c2903 <redacted> + 38 >> 29 CFNetwork 0x3a7c32f3 <redacted> + 22 >> 30 CFNetwork 0x3a7e95b9 <redacted> + 12 >> 31 CFNetwork 0x3a813f9f <redacted> + 26 >> 32 libdispatch.dylib 0x3b77811f <redacted> + 10 >> 33 libdispatch.dylib 0x3b77becf <redacted> + >> 142 >> 34 libdispatch.dylib 0x3b77bdc1 <redacted> + 40 >> 35 libdispatch.dylib 0x3b77c91d <redacted> + >> 184 >> 36 libdispatch.dylib 0x3b77cac1 <redacted> + 84 >> 37 libsystem_c.dylib 0x38b37a11 <redacted> + >> 360 >> 38 libsystem_c.dylib 0x38b378a4 start_wqthread >> + 8 >> >> ================================================================= >> Got a SIGABRT while executing native code. This usually indicates >> a fatal error in the mono runtime or one of the native libraries >> used by your application. >> ================================================================= >> >> Any ideas?? >> >> >> >> -- >> View this message in context: >> http://monotouch.2284126.n4.nabble.com/Strange-crashes-debugging-after-upgrade-to-MonoTouch-6-tp4657238.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
