Thread 0 Crashed: 0 libsystem_kernel.dylib 0x39b1f1fc __pthread_kill + 8 1 libsystem_pthread.dylib 0x39b86a53 pthread_kill + 56 2 libsystem_c.dylib 0x39ad002d abort + 76 3 CaesarsSlots 0x0141ef88 monotouch_unhandled_exception_handler (monotouch-glue.m:1436) 4 CaesarsSlots 0x0136ef6f mono_invoke_unhandled_exception_hook (mini-exceptions.c:2749) 5 CaesarsSlots 0x0137bfef mono_thread_abort_dummy (mini.c:2768) 6 CaesarsSlots 0x0136e777 mono_handle_exception_internal (mini-exceptions.c:1710) 7 CaesarsSlots 0x0136defb mono_handle_exception (mini-exceptions.c:2003) 8 CaesarsSlots 0x013679f9 mono_arm_throw_exception (exceptions-arm.c:161) 9 CaesarsSlots 0x003ccbe0 throw_exception + 66 10 CaesarsSlots 0x00199e5c MonoTouch_UIKit_UIKitSynchronizationContext__Postc__AnonStorey88__m__A7 + 46
As u see after _UIKitSynchronizationContext.Post there is throw_exception method called. What can it be ? Is it a some kind of async void method thrown exception ?