Created
June 9, 2015 02:08
-
-
Save praeclarum/70631f41b678cd4e380b to your computer and use it in GitHub Desktop.
Mocast Crash on iOS 9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mocast[650] <Notice>: WARNING: The runtime version supported by this application is unavailable.\^J | |
Mocast[650] <Notice>: Using default runtime: v4.0.30319\^J | |
Mocast[650] <Notice>: * Assertion at ../../../../../mono/mono/mini/aot-runtime.c:4607, condition `amodule->info.tramp_page_size == psize' not met\^J | |
Mocast[650] <Notice>: \^JNative stacktrace:\^J\^J | |
Mocast[650] <Notice>: 0 Mocast 0x022f41c7 mono_handle_native_sigsegv + 238\^J | |
Mocast[650] <Notice>: 1 Mocast 0x022f8095 sigabrt_signal_handler + 104\^J | |
Mocast[650] <Notice>: 2 libsystem_platform.dylib 0x37fce88b _sigtramp + 42\^J | |
Mocast[650] <Notice>: 3 libsystem_pthread.dylib 0x37fd394f pthread_kill + 62\^J | |
Mocast[650] <Notice>: 4 libsystem_c.dylib 0x37ed5fe9 abort + 108\^J | |
Mocast[650] <Notice>: 5 Mocast 0x0239bd4d monoeg_log_default_handler + 112\^J | |
Mocast[650] <Notice>: 6 Mocast 0x0239be01 monoeg_assertion_message + 76\^J | |
Mocast[650] <Notice>: 7 Mocast 0x022d6a95 get_new_trampoline_from_page + 616\^J | |
Mocast[650] <Notice>: 8 Mocast 0x022d614f mono_aot_create_specific_trampoline + 202\^J | |
Mocast[650] <Notice>: 9 Mocast 0x022f9a8b mono_create_specific_trampoline + 50\^J | |
Mocast[650] <Notice>: 10 Mocast 0x022fc285 mini_get_vtable_trampoline + 152\^J | |
Mocast[650] <Notice>: 11 Mocast 0x02344399 mono_class_vtable_full + 1388\^J | |
Mocast[650] <Notice>: 12 Mocast 0x0234580f mono_class_vtable + 10\^J | |
Mocast[650] <Notice>: 13 Mocast 0x0233f66b mono_cqitem_alloc + 70\^J | |
Mocast[650] <Notice>: 14 Mocast 0x0233f619 mono_cq_create + 48\^J | |
Mocast[650] <Notice>: 15 Mocast 0x02376907 mono_thread_pool_init + 302\^J | |
Mocast[650] <Notice>: 16 Mocast 0x02301db3 mono_runtime_init + 50\^J | |
Mocast[650] <Notice>: 17 Mocast 0x022fdc99 mini_init + 6272\^J | |
Mocast[650] <Notice>: 18 Mocast 0x022ed27d mono_jit_init_version + 8\^J | |
Mocast[650] <Notice>: 19 Mocast 0x023a3008 xamarin_main + 1860\^J | |
Mocast[650] <Notice>: 20 Mocast 0x022d0149 main + 112\^J | |
Mocast[650] <Notice>: 21 libdyld.dylib 0x37e6e9cf <redacted> + 2\^J | |
Mocast[650] <Notice>: \^J=================================================================\^J |
I'm also getting this same crash log in a production Xamarin.Forms 32-bit app running on iOS9. Did you guys ever find a resolution to this problem?
Hi @luckygolfer1, see https://forums.xamarin.com/discussion/43129/all-xamarin-apps-crash-on-ios-9, rebuilding it with latest version of Xamarin.iOS should resolve it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FWIW your crash log matches mine exactly.