Skip to content

Instantly share code, notes, and snippets.

@chamons
Created September 11, 2019 17:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chamons/b80a5140227cd4fd4358f39a3d0f5985 to your computer and use it in GitHub Desktop.
Save chamons/b80a5140227cd4fd4358f39a3d0f5985 to your computer and use it in GitHub Desktop.
2019-09-11 12:37:47.743462-0500 XIDebug[17764:1718735] Xamarin.iOS: Established connection with the IDE (fd: 5)
2019-09-11 12:37:47.743960-0500 XIDebug[17764:1718735] Xamarin.iOS: Processing: 'start profiler: no'
2019-09-11 12:37:47.752221-0500 XIDebug[17764:1718672] Xamarin.iOS: Debugger loaded with custom transport (fd: 3)
2019-09-11 12:37:47.754320-0500 XIDebug[17764:1718672] Xamarin.iOS: Profiler not loaded (disabled)
2019-09-11 12:37:47.799115-0500 XIDebug[17764:1718672] Xamarin.iOS: Added dllmap for objc_msgSend
2019-09-11 12:37:48.244407-0500 XIDebug[17764:1718672] SecTaskLoadEntitlements failed error=22 cs_flags=200, pid=17764
2019-09-11 12:37:48.244612-0500 XIDebug[17764:1718672] SecTaskCopyDebugDescription: XIDebug[17764]/0#-1 LF=0
=================================================================
Native Crash Reporting
=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================
=================================================================
Basic Fault Adddress Reporting
=================================================================
Memory around native instruction pointer (0x105e0bb64):0x105e0bb54 47 20 5d c3 0f 1f 84 00 00 00 00 00 55 48 89 e5 G ].........UH..
0x105e0bb64 8b 47 20 a9 00 00 00 02 75 0c a9 00 00 00 10 75 .G .....u......u
0x105e0bb74 26 48 8b 07 5d c3 48 8d 3d bf 55 19 00 48 8d 35 &H..].H.=.U..H.5
0x105e0bb84 d8 3f 1b 00 48 8d 0d 4c 40 1b 00 ba 77 03 00 00 .?..H..L@...w...
=================================================================
Native stacktrace:
=================================================================
0x105d205dd - /Users/donblas/Library/Developer/CoreSimulator/Devices/FCD6267F-64C5-451C-9720-BBE9400F3CE4/data/Containers/Bundle/Application/B1B44344-1EF6-4529-98CD-D3D8EB0BD8D2/XIDebug.app/XIDebug : mono_dump_native_crash_info
0x105d14c35 - /Users/donblas/Library/Developer/CoreSimulator/Devices/FCD6267F-64C5-451C-9720-BBE9400F3CE4/data/Containers/Bundle/Application/B1B44344-1EF6-4529-98CD-D3D8EB0BD8D2/XIDebug.app/XIDebug : mono_handle_native_crash
0x105d26dd8 - /Users/donblas/Library/Developer/CoreSimulator/Devices/FCD6267F-64C5-451C-9720-BBE9400F3CE4/data/Containers/Bundle/Application/B1B44344-1EF6-4529-98CD-D3D8EB0BD8D2/XIDebug.app/XIDebug : mono_sigsegv_signal_handler_debug
0x11576fb1d - /usr/lib/system/libsystem_platform.dylib : _sigtramp
0x7fc421078ae0 - Unknown
0x105d13bb8 - /Users/donblas/Library/Developer/CoreSimulator/Devices/FCD6267F-64C5-451C-9720-BBE9400F3CE4/data/Containers/Bundle/Application/B1B44344-1EF6-4529-98CD-D3D8EB0BD8D2/XIDebug.app/XIDebug : mono_handle_exception_internal
0x105d12de9 - /Users/donblas/Library/Developer/CoreSimulator/Devices/FCD6267F-64C5-451C-9720-BBE9400F3CE4/data/Containers/Bundle/Application/B1B44344-1EF6-4529-98CD-D3D8EB0BD8D2/XIDebug.app/XIDebug : mono_handle_exception
0x105c9783f - /Users/donblas/Library/Developer/CoreSimulator/Devices/FCD6267F-64C5-451C-9720-BBE9400F3CE4/data/Containers/Bundle/Application/B1B44344-1EF6-4529-98CD-D3D8EB0BD8D2/XIDebug.app/XIDebug : mono_amd64_throw_exception
0x1343635b0 - Unknown
0x13750d65b - Unknown
0x11539c720 - /Applications/Xcode102.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdispatch.dylib : _dispatch_lane_serial_drain
0x11539d261 - /Applications/Xcode102.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdispatch.dylib : _dispatch_lane_invoke
0x1153a5fcb - /Applications/Xcode102.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdispatch.dylib : _dispatch_workloop_worker_thread
0x115781860 - /usr/lib/system/libsystem_pthread.dylib : _pthread_wqthread
0x11578169b - /usr/lib/system/libsystem_pthread.dylib : start_wqthread
=================================================================
Managed Stacktrace:
=================================================================
=================================================================
2019-09-11 12:38:12.022791-0500 XIDebug[17764:1719198] [Common] Terminating since there is no system app.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment