Skip to content

Instantly share code, notes, and snippets.

View kiwicodemonkey's full-sized avatar

kiwicodemonkey

View GitHub Profile
@kiwicodemonkey
kiwicodemonkey / gist:9038bd117b313fb508ec0a2a2c67cde1
Created May 21, 2018 00:29
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