Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kiwicodemonkey/9038bd117b313fb508ec0a2a2c67cde1 to your computer and use it in GitHub Desktop.
Save kiwicodemonkey/9038bd117b313fb508ec0a2a2c67cde1 to your computer and use it in GitHub Desktop.
Stacktrace for crash - Attempting to JIT compile method ... while running in aot-only mode.
Native stacktrace:
2018-05-21 12:21:32.296 Acc.iOS[747:1409703] critical: 0 libmonosgen-2.0.dylib 0x000000010562db24 mono_handle_native_crash + 224
2018-05-21 12:21:32.297 Acc.iOS[747:1409703] critical: 1 libsystem_platform.dylib 0x000000018549bb50 _sigtramp + 52
2018-05-21 12:21:32.297 Acc.iOS[747:1409703] critical: 2 libsystem_pthread.dylib 0x00000001854a12f8 <redacted> + 396
2018-05-21 12:21:32.298 Acc.iOS[747:1409703] critical: 3 libsystem_c.dylib 0x00000001852fafbc abort + 140
2018-05-21 12:21:32.298 Acc.iOS[747:1409703] critical: 4 libxamarin-debug.dylib 0x000000010594ff2c xamarin_printf + 0
2018-05-21 12:21:32.298 Acc.iOS[747:1409703] critical: 5 libmonosgen-2.0.dylib 0x0000000105677ef0 mono_invoke_unhandled_exception_hook + 132
2018-05-21 12:21:32.299 Acc.iOS[747:1409703] critical: 6 libmonosgen-2.0.dylib 0x000000010562d644 mono_handle_exception_internal + 4780
2018-05-21 12:21:32.299 Acc.iOS[747:1409703] critical: 7 libmonosgen-2.0.dylib 0x000000010562c38c mono_handle_exception + 56
2018-05-21 12:21:32.300 Acc.iOS[747:1409703] critical: 8 libmonosgen-2.0.dylib 0x0000000105622f98 mono_arm_throw_exception + 252
2018-05-21 12:21:32.300 Acc.iOS[747:1409703] critical: 9 libmscorlib.dll.dylib 0x0000000100774058 throw_exception + 168
2018-05-21 12:21:32.300 Acc.iOS[747:1409703] critical: 10 libAcc.dll.dylib 0x0000000102d4d9fc Acc_CodeUtils_UserSessionManagement__ctor + 1964
2018-05-21 12:21:32.301 Acc.iOS[747:1409703] critical: 11 libAcc.dll.dylib 0x0000000102d27730 Acc_App__ctor + 288
2018-05-21 12:21:32.301 Acc.iOS[747:1409703] critical: 12 libAcc.iOS.exe.dylib 0x00000001001ba7e8 Acc_iOS_AppDelegate_FinishedLaunching_UIKit_UIApplication_Foundation_NSDictionary + 888
2018-05-21 12:21:32.301 Acc.iOS[747:1409703] critical: 13 libmscorlib.dll.dylib 0x00000001007403b8 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 248
2018-05-21 12:21:32.302 Acc.iOS[747:1409703] critical: 14 libmonosgen-2.0.dylib 0x000000010563d778 mono_jit_runtime_invoke + 904
2018-05-21 12:21:32.302 Acc.iOS[747:1409703] critical: 15 libmonosgen-2.0.dylib 0x00000001056bc8a4 mono_runtime_invoke_checked + 148
2018-05-21 12:21:32.302 Acc.iOS[747:1409703] critical: 16 libmonosgen-2.0.dylib 0x00000001056c00c0 mono_runtime_invoke + 80
2018-05-21 12:21:32.302 Acc.iOS[747:1409703] critical: 17 Acc.iOS 0x00000001000d61ac _ZL31native_to_managed_trampoline_13P11objc_objectP13objc_selectorPP11_MonoMethodP13UIApplicationP12NSDictionaryj + 664
2018-05-21 12:21:32.303 Acc.iOS[747:1409703] critical: 18 Acc.iOS 0x00000001000d67f8 -[AppDelegate application:didFinishLaunchingWithOptions:] + 60
2018-05-21 12:21:32.303 Acc.iOS[747:1409703] critical: 19 UIKit 0x000000018eea02c4 <redacted> + 384
2018-05-21 12:21:32.303 Acc.iOS[747:1409703] critical: 20 UIKit 0x000000018f091bc4 <redacted> + 3436
2018-05-21 12:21:32.304 Acc.iOS[747:1409703] critical: 21 UIKit 0x000000018f096a14 <redacted> + 1712
2018-05-21 12:21:32.304 Acc.iOS[747:1409703] critical: 22 UIKit 0x000000018f3322a8 <redacted> + 800
2018-05-21 12:21:32.304 Acc.iOS[747:1409703] critical: 23 UIKit 0x000000018f60a100 <redacted> + 160
2018-05-21 12:21:32.305 Acc.iOS[747:1409703] critical: 24 UIKit 0x000000018f331f0c <redacted> + 252
2018-05-21 12:21:32.305 Acc.iOS[747:1409703] critical: 25 UIKit 0x000000018f33276c <redacted> + 732
2018-05-21 12:21:32.306 Acc.iOS[747:1409703] critical: 26 UIKit 0x000000018fab77c0 <redacted> + 260
2018-05-21 12:21:32.306 Acc.iOS[747:1409703] critical: 27 UIKit 0x000000018fab7664 <redacted> + 448
2018-05-21 12:21:32.306 Acc.iOS[747:1409703] critical: 28 UIKit 0x000000018f8252cc <redacted> + 220
2018-05-21 12:21:32.307 Acc.iOS[747:1409703] critical: 29 UIKit 0x000000018f9be3cc _performActionsWithDelayForTransitionContext + 112
2018-05-21 12:21:32.307 Acc.iOS[747:1409703] critical: 30 UIKit 0x000000018f82517c <redacted> + 252
2018-05-21 12:21:32.308 Acc.iOS[747:1409703] critical: 31 UIKit 0x000000018f609760 <redacted> + 364
2018-05-21 12:21:32.309 Acc.iOS[747:1409703] critical: 32 UIKit 0x000000018f095158 <redacted> + 540
2018-05-21 12:21:32.309 Acc.iOS[747:1409703] critical: 33 UIKit 0x000000018f4aadbc <redacted> + 364
2018-05-21 12:21:32.310 Acc.iOS[747:1409703] critical: 34 FrontBoardServices 0x0000000187f3a1f0 <redacted> + 364
2018-05-21 12:21:32.310 Acc.iOS[747:1409703] critical: 35 FrontBoardServices 0x0000000187f42af8 <redacted> + 224
2018-05-21 12:21:32.311 Acc.iOS[747:1409703] critical: 36 libdispatch.dylib 0x00000001851f6a14 <redacted> + 16
2018-05-21 12:21:32.311 Acc.iOS[747:1409703] critical: 37 libdispatch.dylib 0x00000001851fe200 <redacted> + 288
2018-05-21 12:21:32.312 Acc.iOS[747:1409703] critical: 38 FrontBoardServices 0x0000000187f6e7f8 <redacted> + 36
2018-05-21 12:21:32.312 Acc.iOS[747:1409703] critical: 39 FrontBoardServices 0x0000000187f6e49c <redacted> + 404
2018-05-21 12:21:32.313 Acc.iOS[747:1409703] critical: 40 FrontBoardServices 0x0000000187f6ea38 <redacted> + 56
2018-05-21 12:21:32.313 Acc.iOS[747:1409703] critical: 41 CoreFoundation 0x000000018581f77c <redacted> + 24
2018-05-21 12:21:32.314 Acc.iOS[747:1409703] critical: 42 CoreFoundation 0x000000018581f6fc <redacted> + 88
2018-05-21 12:21:32.315 Acc.iOS[747:1409703] critical: 43 CoreFoundation 0x000000018581ef84 <redacted> + 204
2018-05-21 12:21:32.315 Acc.iOS[747:1409703] critical: 44 CoreFoundation 0x000000018581cb5c <redacted> + 1048
2018-05-21 12:21:32.316 Acc.iOS[747:1409703] critical: 45 CoreFoundation 0x000000018573cc58 CFRunLoopRunSpecific + 436
2018-05-21 12:21:32.316 Acc.iOS[747:1409703] critical: 46 GraphicsServices 0x00000001875e8f84 GSEventRunModal + 100
2018-05-21 12:21:32.317 Acc.iOS[747:1409703] critical: 47 UIKit 0x000000018ee955c4 UIApplicationMain + 236
2018-05-21 12:21:32.317 Acc.iOS[747:1409703] critical: 48 libXamarin.iOS.dll.dylib 0x0000000102847710 wrapper_managed_to_native_UIKit_UIApplication_UIApplicationMain_int_string___intptr_intptr + 368
2018-05-21 12:21:32.318 Acc.iOS[747:1409703] critical: 49 libXamarin.iOS.dll.dylib 0x00000001027ca48c UIKit_UIApplication_Main_string___intptr_intptr + 44
2018-05-21 12:21:32.318 Acc.iOS[747:1409703] critical: 50 libXamarin.iOS.dll.dylib 0x00000001027ca44c UIKit_UIApplication_Main_string___string_string + 172
2018-05-21 12:21:32.319 Acc.iOS[747:1409703] critical: 51 libAcc.iOS.exe.dylib 0x00000001001ba3c0 Acc_iOS_Application_Main_string__ + 128
2018-05-21 12:21:32.320 Acc.iOS[747:1409703] critical: 52 libmscorlib.dll.dylib 0x00000001007403b8 wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 248
2018-05-21 12:21:32.320 Acc.iOS[747:1409703] critical: 53 libmonosgen-2.0.dylib 0x000000010563d778 mono_jit_runtime_invoke + 904
2018-05-21 12:21:32.321 Acc.iOS[747:1409703] critical: 54 libmonosgen-2.0.dylib 0x00000001056bc8a4 mono_runtime_invoke_checked + 148
2018-05-21 12:21:32.322 Acc.iOS[747:1409703] critical: 55 libmonosgen-2.0.dylib 0x00000001056c261c mono_runtime_exec_main_checked + 120
2018-05-21 12:21:32.323 Acc.iOS[747:1409703] critical: 56 libmonosgen-2.0.dylib 0x000000010561f608 mono_jit_exec + 268
2018-05-21 12:21:32.323 Acc.iOS[747:1409703] critical: 57 libxamarin-debug.dylib 0x0000000105960cd8 xamarin_main + 2220
2018-05-21 12:21:32.324 Acc.iOS[747:1409703] critical: 58 Acc.iOS 0x00000001000ff634 main + 96
2018-05-21 12:21:32.324 Acc.iOS[747:1409703] critical: 59 libdyld.dylib 0x000000018525c56c <redacted> + 4
2018-05-21 12:21:32.325 Acc.iOS[747:1409703] critical:
=================================================================
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.
=================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment