I've come across a situation where my code would run fine in the simulator but would crash on the device. The console log shows "Application 'MyApp' exited abnormally with signal 11: Segmentation fault: 11"
Symbolicating the crash report shows these lines repeated about 40 times. 20 MyApp 0x00c3e824 mono_runtime_invoke (object.c:2756) 21 MyApp 0x00cef1bc monotouch_static_trampoline (monotouch-glue.m:718) 22 MyApp 0x00391518 wrapper_managed_to_native_MonoTouch_ObjCRuntime_Messaging_void_objc_msgSend_IntPtr_intptr_intptr_intptr + 68 23 MyApp 0x007e4c88 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 192 24 MyApp 0x00b346e8 mono_jit_runtime_invoke (mini.c:5758) Is this a bug within MonoTouch?
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
