Skip to content

Instantly share code, notes, and snippets.

@rolfbjarne
Created May 29, 2024 11:46
Show Gist options
  • Save rolfbjarne/5ab15ce73bc6476d4cee83cff387dd30 to your computer and use it in GitHub Desktop.
Save rolfbjarne/5ab15ce73bc6476d4cee83cff387dd30 to your computer and use it in GitHub Desktop.
(lldb) bt
* thread #1, name = 'tid_103', queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
* frame #0: 0x000000011289b684 libxamarin-dotnet-debug.dylib`exception_handler(NSException*)
frame #1: 0x00000001804914bc CoreFoundation`__handleUncaughtException + 812
frame #2: 0x000000018005fbe4 libobjc.A.dylib`_objc_terminate() + 112
frame #3: 0x000000018028e150 libc++abi.dylib`std::__terminate(void (*)()) + 12
frame #4: 0x000000018028e100 libc++abi.dylib`std::terminate() + 52
frame #5: 0x00000001800842d4 libobjc.A.dylib`objc_terminate + 12
frame #6: 0x000000018016cd50 libdispatch.dylib`_dispatch_client_callout + 36
frame #7: 0x0000000180170c4c libdispatch.dylib`_dispatch_block_invoke_direct + 376
frame #8: 0x0000000186e4fb24 FrontBoardServices`__FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 44
frame #9: 0x0000000186e4fa00 FrontBoardServices`-[FBSMainRunLoopSerialQueue _targetQueue_performNextIfPossible] + 196
frame #10: 0x0000000186e4fb58 FrontBoardServices`-[FBSMainRunLoopSerialQueue _performNextFromRunLoopSource] + 24
frame #11: 0x00000001803f1f18 CoreFoundation`__CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 24
frame #12: 0x00000001803f1e60 CoreFoundation`__CFRunLoopDoSource0 + 172
frame #13: 0x00000001803f15d0 CoreFoundation`__CFRunLoopDoSources0 + 232
frame #14: 0x00000001803ebcb8 CoreFoundation`__CFRunLoopRun + 768
frame #15: 0x00000001803eb5a4 CoreFoundation`CFRunLoopRunSpecific + 572
frame #16: 0x000000018e9fbae4 GraphicsServices`GSEventRunModal + 160
frame #17: 0x00000001852f02e4 UIKitCore`-[UIApplication _run] + 868
frame #18: 0x00000001852f3f5c UIKitCore`UIApplicationMain + 124
frame #19: 0x000000011286bf00 libxamarin-dotnet-debug.dylib`xamarin_UIApplicationMain + 60
frame #20: 0x0000000108c6c5a0 ios-plain`wrapper_managed_to_native_UIKit_UIApplication_xamarin_UIApplicationMain_int_intptr_intptr_intptr_intptr_ + 176
frame #21: 0x0000000108427254 ios-plain`UIKit_UIApplication_UIApplicationMain_int_string___intptr_intptr + 100
frame #22: 0x000000010842753c ios-plain`UIKit_UIApplication_Main_string___System_Type_System_Type + 316
frame #23: 0x0000000104906ff8 ios-plain`Application_Main_string__ + 152
frame #24: 0x0000000107690c98 ios-plain`wrapper_runtime_invoke_object_runtime_invoke_dynamic_intptr_intptr_intptr_intptr + 296
frame #25: 0x0000000112fbaef0 libmonosgen-2.0.dylib`mono_jit_runtime_invoke + 1380
frame #26: 0x0000000113175d20 libmonosgen-2.0.dylib`mono_runtime_invoke_checked + 148
frame #27: 0x000000011317d300 libmonosgen-2.0.dylib`mono_runtime_exec_main_checked + 116
frame #28: 0x000000011300f0b0 libmonosgen-2.0.dylib`mono_jit_exec + 364
frame #29: 0x00000001128afb00 libxamarin-dotnet-debug.dylib`xamarin_main + 2320
frame #30: 0x0000000108fef8ac ios-plain`main(argc=1, argv=0x000000016db324d0) at main.arm64.mm:417:11
frame #31: 0x0000000111a55544 dyld_sim`start_sim + 20
frame #32: 0x00000001114560e0 dyld`start + 2360
(lldb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment