Created
March 5, 2024 21:35
-
-
Save haileyok/0b6184dc3ba6fe890811063a5ef81d8e to your computer and use it in GitHub Desktop.
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
| libc++abi: terminating due to uncaught exception of type std::__1::bad_function_call: std::exception | |
| (lldb) bt | |
| * thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGABRT | |
| frame #0: 0x000000010612c9ec libsystem_kernel.dylib`__pthread_kill + 8 | |
| frame #1: 0x00000001063d71d0 libsystem_pthread.dylib`pthread_kill + 256 | |
| frame #2: 0x00000001801605cc libsystem_c.dylib`abort + 104 | |
| frame #3: 0x000000018028ec78 libc++abi.dylib`abort_message + 128 | |
| frame #4: 0x000000018028017c libc++abi.dylib`demangling_terminate_handler() + 272 | |
| frame #5: 0x000000018005fc00 libobjc.A.dylib`_objc_terminate() + 140 | |
| frame #6: 0x000000018028e150 libc++abi.dylib`std::__terminate(void (*)()) + 12 | |
| frame #7: 0x000000018028e100 libc++abi.dylib`std::terminate() + 52 | |
| frame #8: 0x00000001800842d4 libobjc.A.dylib`objc_terminate + 12 | |
| frame #9: 0x0000000106449950 libdispatch.dylib`_dispatch_client_callout + 36 | |
| frame #10: 0x00000001064595e4 libdispatch.dylib`_dispatch_main_queue_drain + 1228 | |
| frame #11: 0x0000000106459108 libdispatch.dylib`_dispatch_main_queue_callback_4CF + 40 | |
| frame #12: 0x00000001803f1a30 CoreFoundation`__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12 | |
| frame #13: 0x00000001803ec148 CoreFoundation`__CFRunLoopRun + 1936 | |
| frame #14: 0x00000001803eb5a4 CoreFoundation`CFRunLoopRunSpecific + 572 | |
| frame #15: 0x000000018e9fbae4 GraphicsServices`GSEventRunModal + 160 | |
| frame #16: 0x00000001852f02e4 UIKitCore`-[UIApplication _run] + 868 | |
| frame #17: 0x00000001852f3f5c UIKitCore`UIApplicationMain + 124 | |
| * frame #18: 0x00000001003a4040 Bluesky`main(argc=1, argv=0x000000016fa5dbb0) at main.m:7:12 | |
| frame #19: 0x0000000105305544 dyld_sim`start_sim + 20 | |
| frame #20: 0x000000010541a0e0 dyld`start + 2360 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment