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.
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
        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

Reply via email to