firebase-ios-sdk icon indicating copy to clipboard operation
firebase-ios-sdk copied to clipboard

Crashlytics crashing macOS app when running outside Xcode

Open Lospi opened this issue 6 months ago • 3 comments

Description

When adding Firebase Crashlytics dependency to the project, the macOS app crashed when NOT running through Xcode, but crashing when running standalone/signed/notarized. The crash manages to be submitted to the Dashboard. Removing Crashlytics dependency from the project fixes the crash.

Reproducing the issue

No response

Firebase SDK Version

10.20

Xcode Version

15.2

Installation Method

Swift Package Manager

Firebase Product(s)

Crashlytics

Targeted Platforms

macOS

Relevant Log Output

Date/Time:             2024-02-07 15:11:07.9514 -0300
OS Version:            macOS 14.3 (23D56)
Report Version:        12
Anonymous UUID:        C4C53CDA-19C2-994A-743C-8611434F9831

Sleep/Wake UUID:       F4BB297D-EFF7-48BB-8B7B-8815FBC062C5

Time Awake Since Boot: 1100000 seconds
Time Since Wake:       3950 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BREAKPOINT (SIGTRAP)
Exception Codes:       0x0000000000000001, 0x000000018aea5df0

Termination Reason:    Namespace SIGNAL, Code 5 Trace/BPT trap: 5
Terminating Process:   exc handler [56618]

Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   AppKit                        	       0x18aea5df0 ___NSAssertMainEventQueueIsCurrentEventQueue_block_invoke + 216
1   libdispatch.dylib             	       0x187438910 _dispatch_client_callout + 20
2   libdispatch.dylib             	       0x18743a14c _dispatch_once_callout + 32
3   AppKit                        	       0x18aea4d24 _DPSNextEvent + 232
4   AppKit                        	       0x18b68feec -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 716
5   AppKit                        	       0x18ae9837c -[NSApplication run] + 476
6   AppKit                        	       0x18ae6f640 NSApplicationMain + 880
7   SwiftUI                       	       0x1b23db004 0x1b2301000 + 892932
8   SwiftUI                       	       0x1b2c6a5ec 0x1b2301000 + 9868780
9   SwiftUI                       	       0x1b30b1a18 0x1b2301000 + 14354968
10  REDACTED                  	       0x10494901c static REDACTED.$main() + 40
11  REDACTED                  	       0x1049490cc main + 12 (AppMain.swift:9)
12  dyld                          	       0x1872690e0 start + 2360

Thread 1:
0   libsystem_pthread.dylib       	       0x1875e4e28 start_wqthread + 0

Thread 2::  Dispatch queue: com.google.firebase.firestore.rpc
0   libsystem_kernel.dylib        	       0x1875b21ec poll + 8
1   REDACTED                  	       0x104f4a360 pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) + 1636
2   REDACTED                  	       0x104f4cae8 pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) + 84
3   REDACTED                  	       0x104f2ce74 cq_next(grpc_completion_queue*, gpr_timespec, void*) + 344
4   REDACTED                  	       0x1050f8e7c grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) + 60
5   REDACTED                  	       0x104d18b30 firebase::firestore::remote::Datastore::PollGrpcQueue() + 104
6   REDACTED                  	       0x104e49c28 firebase::firestore::util::Task::ExecuteAndRelease() + 184
7   libdispatch.dylib             	       0x187438910 _dispatch_client_callout + 20
8   libdispatch.dylib             	       0x18743fea4 _dispatch_lane_serial_drain + 748
9   libdispatch.dylib             	       0x1874409d4 _dispatch_lane_invoke + 380
10  libdispatch.dylib             	       0x18744b61c _dispatch_root_queue_drain_deferred_wlh + 288
11  libdispatch.dylib             	       0x18744ae90 _dispatch_workloop_worker_thread + 404
12  libsystem_pthread.dylib       	       0x1875e6114 _pthread_wqthread + 288
13  libsystem_pthread.dylib       	       0x1875e4e30 start_wqthread + 8

Thread 7:: com.google.firebase.crashlytics.MachExceptionServer
0   libsystem_kernel.dylib        	       0x1875ad394 write + 8
1   REDACTED                  	       0x104c675a0 FIRCLSSDKFileLog + 424 (FIRCLSInternalLogging.c:62)
2   REDACTED                  	       0x104c635e8 FIRCLSMachExceptionReply + 332 (FIRCLSMachException.c:265)
3   REDACTED                  	       0x104c6308c FIRCLSMachExceptionServer + 100 (FIRCLSMachException.c:176)
4   libsystem_pthread.dylib       	       0x1875ea034 _pthread_start + 136
5   libsystem_pthread.dylib       	       0x1875e4e3c thread_start + 8

If using Swift Package Manager, the project's Package.resolved

Expand Package.resolved snippet

{
  "pins" : [
    {
      "identity" : "abseil-cpp-binary",
      "kind" : "remoteSourceControl",
      "location" : "https://github.com/google/abseil-cpp-binary.git",
      "state" : {
        "revision" : "bfc0b6f81adc06ce5121eb23f628473638d67c5c",
        "version" : "1.2022062300.0"
      }
    },
    {
      "identity" : "app-check",
      "kind" : "remoteSourceControl",
      "location" : "https://github.com/google/app-check.git",
      "state" : {
        "revision" : "3e464dad87dad2d29bb29a97836789bf0f8f67d2",
        "version" : "10.18.1"
      }
    },
    {
      "identity" : "firebase-ios-sdk",
      "kind" : "remoteSourceControl",
      "location" : "https://github.com/firebase/firebase-ios-sdk",
      "state" : {
        "revision" : "b880ec8ec927a838c51c12862c6222c30d7097d7",
        "version" : "10.20.0"
      }
    },
    {
      "identity" : "googleappmeasurement",
      "kind" : "remoteSourceControl",
      "location" : "https://github.com/google/GoogleAppMeasurement.git",
      "state" : {
        "revision" : "ceec9f28dea12b7cf3dabf18b5ed7621c88fd4aa",
        "version" : "10.20.0"
      }
    },
    {
      "identity" : "googledatatransport",
      "kind" : "remoteSourceControl",
      "location" : "https://github.com/google/GoogleDataTransport.git",
      "state" : {
        "revision" : "a732a4b47f59e4f725a2ea10f0c77e93a7131117",
        "version" : "9.3.0"
      }
    },
    {
      "identity" : "googleutilities",
      "kind" : "remoteSourceControl",
      "location" : "https://github.com/google/GoogleUtilities.git",
      "state" : {
        "revision" : "bc27fad73504f3d4af235de451f02ee22586ebd3",
        "version" : "7.12.1"
      }
    },
    {
      "identity" : "grpc-binary",
      "kind" : "remoteSourceControl",
      "location" : "https://github.com/google/grpc-binary.git",
      "state" : {
        "revision" : "a673bc2937fbe886dd1f99c401b01b6d977a9c98",
        "version" : "1.49.1"
      }
    },
    {
      "identity" : "gtm-session-fetcher",
      "kind" : "remoteSourceControl",
      "location" : "https://github.com/google/gtm-session-fetcher.git",
      "state" : {
        "revision" : "115f75e43851774934d695449a4836123c3246e1",
        "version" : "3.2.0"
      }
    },
    {
      "identity" : "interop-ios-for-google-sdks",
      "kind" : "remoteSourceControl",
      "location" : "https://github.com/google/interop-ios-for-google-sdks.git",
      "state" : {
        "revision" : "2d12673670417654f08f5f90fdd62926dc3a2648",
        "version" : "100.0.0"
      }
    },
    {
      "identity" : "leveldb",
      "kind" : "remoteSourceControl",
      "location" : "https://github.com/firebase/leveldb.git",
      "state" : {
        "revision" : "9d108e9112aa1d65ce508facf804674546116d9c",
        "version" : "1.22.3"
      }
    },
    {
      "identity" : "nanopb",
      "kind" : "remoteSourceControl",
      "location" : "https://github.com/firebase/nanopb.git",
      "state" : {
        "revision" : "819d0a2173aff699fb8c364b6fb906f7cdb1a692",
        "version" : "2.30909.0"
      }
    },
    {
      "identity" : "promises",
      "kind" : "remoteSourceControl",
      "location" : "https://github.com/google/promises.git",
      "state" : {
        "revision" : "e70e889c0196c76d22759eb50d6a0270ca9f1d9e",
        "version" : "2.3.1"
      }
    },
    {
      "identity" : "sfsafesymbols",
      "kind" : "remoteSourceControl",
      "location" : "https://github.com/SFSafeSymbols/SFSafeSymbols.git",
      "state" : {
        "revision" : "7cca2d60925876b5953a2cf7341cd80fbeac983c",
        "version" : "4.1.1"
      }
    },
    {
      "identity" : "sparkle",
      "kind" : "remoteSourceControl",
      "location" : "https://github.com/sparkle-project/Sparkle",
      "state" : {
        "revision" : "47d3d90aee3c52b6f61d04ceae426e607df62347",
        "version" : "2.5.2"
      }
    },
    {
      "identity" : "swift-protobuf",
      "kind" : "remoteSourceControl",
      "location" : "https://github.com/apple/swift-protobuf.git",
      "state" : {
        "revision" : "65e8f29b2d63c4e38e736b25c27b83e012159be8",
        "version" : "1.25.2"
      }
    }
  ],
  "version" : 2
}

If using CocoaPods, the project's Podfile.lock

No response

Lospi avatar Feb 07 '24 18:02 Lospi

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

google-oss-bot avatar Feb 07 '24 18:02 google-oss-bot

Thanks for reporting, @Lospi. Would you be able to provide the full stack trace of the issue?

rizafran avatar Feb 12 '24 18:02 rizafran

Thanks for reporting, @Lospi. Would you be able to provide the full stack trace of the issue?

Hey @rizafran, I tried to replicate the issue by re-adding Crashlytics, but couldn't manage to. The only dependency that I added was from a Crashlytics competitor, no dependencies removed, or any Firebase configuration options changed.

That said, here I provide the full stack trace on the date that the issue happened.

If not being able to replicate is a sufficient condition to close the issue, feel free to do it.

-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Process:               Outer Spaces [50622]
Path:                  /Users/USER/Library/Developer/Xcode/DerivedData/Outer_Spaces-gihtdjwbjbwkhlgqmnetxvdybbwk/Build/Products/Debug/Outer Spaces.app/Contents/MacOS/Outer Spaces
Identifier:            dev.lospi.Outer-Spaces
Version:               0.1.2 (3)
Code Type:             ARM-64 (Native)
Parent Process:        launchd [1]
User ID:               501

Date/Time:             2024-02-10 18:00:18.2244 -0300
OS Version:            macOS 14.3.1 (23D60)
Report Version:        12
Anonymous UUID:        C4C53CDA-19C2-994A-743C-8611434F9831

Sleep/Wake UUID:       59A6F946-C26C-4E19-94F6-BCDB440B0B47

Time Awake Since Boot: 35000 seconds
Time Since Wake:       14460 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BREAKPOINT (SIGTRAP)
Exception Codes:       0x0000000000000001, 0x00000001985f9da4

Termination Reason:    Namespace SIGNAL, Code 5 Trace/BPT trap: 5
Terminating Process:   exc handler [50622]

Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   libswiftCore.dylib            	       0x1985f9da4 closure #1 in closure #1 in closure #1 in _assertionFailure(_:_:file:line:flags:) + 240
1   libswiftCore.dylib            	       0x1985f9c6c closure #1 in closure #1 in _assertionFailure(_:_:file:line:flags:) + 344
2   libswiftCore.dylib            	       0x1985f95e8 _assertionFailure(_:_:file:line:flags:) + 188
3   Outer Spaces                  	       0x104a9d700 FocusViewModel.doesFocusHasSpace(space:) + 296 (FocusViewModel.swift:59)
4   Outer Spaces                  	       0x104a7fd70 closure #1 in closure #1 in closure #1 in SpaceInfoView.body.getter + 308 (SpaceInfoView.swift:29)
5   SwiftUI                       	       0x1b52d2080 0x1b3a11000 + 25956480
6   Outer Spaces                  	       0x104a7f544 closure #1 in closure #1 in SpaceInfoView.body.getter + 1188 (SpaceInfoView.swift:28)
7   Outer Spaces                  	       0x104a85114 partial apply for closure #1 in closure #1 in SpaceInfoView.body.getter + 16
8   SwiftUI                       	       0x1b4c6fc6c 0x1b3a11000 + 19262572
9   Outer Spaces                  	       0x104a7eb1c closure #1 in SpaceInfoView.body.getter + 1128 (SpaceInfoView.swift:26)
10  Outer Spaces                  	       0x104a7f098 partial apply for closure #1 in SpaceInfoView.body.getter + 16
11  SwiftUI                       	       0x1b416a330 0x1b3a11000 + 7705392
12  Outer Spaces                  	       0x104a7e648 SpaceInfoView.body.getter + 336 (SpaceInfoView.swift:25)
13  Outer Spaces                  	       0x104a83990 protocol witness for View.body.getter in conformance SpaceInfoView + 12
14  SwiftUI                       	       0x1b42486e0 0x1b3a11000 + 8615648
15  SwiftUI                       	       0x1b52a1258 0x1b3a11000 + 25756248
16  SwiftUI                       	       0x1b52a0dd0 0x1b3a11000 + 25755088
17  SwiftUI                       	       0x1b4d23834 0x1b3a11000 + 19998772
18  AttributeGraph                	       0x1b585b7a4 AG::Graph::UpdateStack::update() + 512
19  AttributeGraph                	       0x1b585bfe0 AG::Graph::update_attribute(AG::data::ptr<AG::Node>, unsigned int) + 424
20  AttributeGraph                	       0x1b586a828 AG::Subgraph::update(unsigned int) + 848
21  SwiftUI                       	       0x1b5160f18 0x1b3a11000 + 24444696
22  SwiftUI                       	       0x1b51623fc 0x1b3a11000 + 24450044
23  SwiftUI                       	       0x1b480b2a4 0x1b3a11000 + 14656164
24  SwiftUI                       	       0x1b5237ad4 0x1b3a11000 + 25324244
25  SwiftUI                       	       0x1b5236330 0x1b3a11000 + 25318192
26  SwiftUI                       	       0x1b4803a6c 0x1b3a11000 + 14625388
27  SwiftUI                       	       0x1b51623c4 0x1b3a11000 + 24449988
28  SwiftUI                       	       0x1b51622b0 0x1b3a11000 + 24449712
29  SwiftUI                       	       0x1b4ab312c 0x1b3a11000 + 17441068
30  SwiftUI                       	       0x1b408a420 0x1b3a11000 + 6788128
31  SwiftUI                       	       0x1b408a38c 0x1b3a11000 + 6787980
32  SwiftUI                       	       0x1b408a4b4 0x1b3a11000 + 6788276
33  CoreFoundation                	       0x188dced80 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 36
34  CoreFoundation                	       0x188dcec6c __CFRunLoopDoObservers + 532
35  CoreFoundation                	       0x188dcd988 CFRunLoopRunSpecific + 684
36  HIToolbox                     	       0x193396448 RunCurrentEventLoopInMode + 292
37  HIToolbox                     	       0x1933960d8 ReceiveNextEventCommon + 220
38  HIToolbox                     	       0x193395fdc _BlockUntilNextEventMatchingListInModeWithFilter + 76
39  AppKit                        	       0x18c5aced0 _DPSNextEvent + 660
40  AppKit                        	       0x18cd97eec -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 716
41  AppKit                        	       0x18c5a037c -[NSApplication run] + 476
42  AppKit                        	       0x18c577640 NSApplicationMain + 880
43  SwiftUI                       	       0x1b3aeb004 0x1b3a11000 + 892932
44  SwiftUI                       	       0x1b437a5ec 0x1b3a11000 + 9868780
45  SwiftUI                       	       0x1b47c1a18 0x1b3a11000 + 14354968
46  Outer Spaces                  	       0x104a692ec static OuterSpacesApp.$main() + 40
47  Outer Spaces                  	       0x104a6939c main + 12 (AppMain.swift:10)
48  dyld                          	       0x1889710e0 start + 2360

Thread 1:
0   libsystem_pthread.dylib       	       0x188cece28 start_wqthread + 0

Thread 2:
0   libsystem_pthread.dylib       	       0x188cece28 start_wqthread + 0

Thread 3:
0   libsystem_pthread.dylib       	       0x188cece28 start_wqthread + 0

Thread 4::  Dispatch queue: com.google.firebase.firestore.rpc
0   libsystem_kernel.dylib        	       0x188cba1ec poll + 8
1   Outer Spaces                  	       0x1050a35e0 pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) + 1636
2   Outer Spaces                  	       0x1050a5d68 pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp) + 84
3   Outer Spaces                  	       0x1050860f4 cq_next(grpc_completion_queue*, gpr_timespec, void*) + 344
4   Outer Spaces                  	       0x1052520fc grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) + 60
5   Outer Spaces                  	       0x104e71df8 firebase::firestore::remote::Datastore::PollGrpcQueue() + 104
6   Outer Spaces                  	       0x104fa2ea8 firebase::firestore::util::Task::ExecuteAndRelease() + 184
7   libdispatch.dylib             	       0x188b40910 _dispatch_client_callout + 20
8   libdispatch.dylib             	       0x188b47ea4 _dispatch_lane_serial_drain + 748
9   libdispatch.dylib             	       0x188b489d4 _dispatch_lane_invoke + 380
10  libdispatch.dylib             	       0x188b5361c _dispatch_root_queue_drain_deferred_wlh + 288
11  libdispatch.dylib             	       0x188b52e90 _dispatch_workloop_worker_thread + 404
12  libsystem_pthread.dylib       	       0x188cee114 _pthread_wqthread + 288
13  libsystem_pthread.dylib       	       0x188cece30 start_wqthread + 8

Thread 5:
0   libsystem_kernel.dylib        	       0x188cb4e68 __semwait_signal + 8
1   libsystem_c.dylib             	       0x188b942f8 nanosleep + 220
2   libsystem_c.dylib             	       0x188b9d0bc sleep + 52
3   Outer Spaces                  	       0x104cc6b88 monitorCachedData + 136 (SentryCrashCachedData.c:145)
4   libsystem_pthread.dylib       	       0x188cf2034 _pthread_start + 136
5   libsystem_pthread.dylib       	       0x188cece3c thread_start + 8

Thread 6:: SentryCrash Exception Handler (Secondary)
0   libsystem_kernel.dylib        	       0x188cb1874 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x188cc3cf0 mach_msg2_internal + 80
2   libsystem_kernel.dylib        	       0x188cba4b0 mach_msg_overwrite + 476
3   libsystem_kernel.dylib        	       0x188cb1bf8 mach_msg + 24
4   Outer Spaces                  	       0x104cc04e8 handleExceptions + 192 (SentryCrashMonitor_MachException.c:314)
5   libsystem_pthread.dylib       	       0x188cf2034 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x188cece3c thread_start + 8

Thread 7:: io.sentry.app-hang-tracker
0   libsystem_kernel.dylib        	       0x188cb4e68 __semwait_signal + 8
1   libsystem_c.dylib             	       0x188b942f8 nanosleep + 220
2   Foundation                    	       0x189f512c4 +[NSThread sleepForTimeInterval:] + 160
3   Outer Spaces                  	       0x104caf054 -[SentryThreadWrapper sleepForTimeInterval:] + 44 (SentryThreadWrapper.m:10)
4   Outer Spaces                  	       0x104c244a8 -[SentryANRTracker detectANRs] + 1112 (SentryANRTracker.m:105)
5   Foundation                    	       0x189ed2f14 __NSThread__start__ + 716
6   libsystem_pthread.dylib       	       0x188cf2034 _pthread_start + 136
7   libsystem_pthread.dylib       	       0x188cece3c thread_start + 8

Thread 8:
0   libsystem_kernel.dylib        	       0x188cb506c __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x188cf25fc _pthread_cond_wait + 1228
2   Outer Spaces                  	       0x1051b11c8 gpr_cv_wait + 160
3   Outer Spaces                  	       0x1050a8164 grpc_core::Executor::ThreadMain(void*) + 180
4   Outer Spaces                  	       0x1051bfedc grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::__invoke(void*) + 140
5   libsystem_pthread.dylib       	       0x188cf2034 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x188cece3c thread_start + 8

Thread 9:
0   libsystem_kernel.dylib        	       0x188cb506c __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x188cf25fc _pthread_cond_wait + 1228
2   Outer Spaces                  	       0x1051b11c8 gpr_cv_wait + 160
3   Outer Spaces                  	       0x1050a8164 grpc_core::Executor::ThreadMain(void*) + 180
4   Outer Spaces                  	       0x1051bfedc grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::__invoke(void*) + 140
5   libsystem_pthread.dylib       	       0x188cf2034 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x188cece3c thread_start + 8

Thread 10:
0   libsystem_kernel.dylib        	       0x188cb506c __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x188cf25fc _pthread_cond_wait + 1228
2   Outer Spaces                  	       0x1051b11b8 gpr_cv_wait + 144
3   Outer Spaces                  	       0x1051c7c74 timer_thread(void*) + 564
4   Outer Spaces                  	       0x1051bfedc grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::__invoke(void*) + 140
5   libsystem_pthread.dylib       	       0x188cf2034 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x188cece3c thread_start + 8

Thread 11:
0   libsystem_pthread.dylib       	       0x188cece28 start_wqthread + 0

Thread 12:
0   libsystem_pthread.dylib       	       0x188cece28 start_wqthread + 0

Thread 13:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	       0x188cb1874 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x188cc3cf0 mach_msg2_internal + 80
2   libsystem_kernel.dylib        	       0x188cba4b0 mach_msg_overwrite + 476
3   libsystem_kernel.dylib        	       0x188cb1bf8 mach_msg + 24
4   CoreFoundation                	       0x188dcfb84 __CFRunLoopServiceMachPort + 160
5   CoreFoundation                	       0x188dce44c __CFRunLoopRun + 1208
6   CoreFoundation                	       0x188dcd93c CFRunLoopRunSpecific + 608
7   AppKit                        	       0x18c6d6160 _NSEventThread + 144
8   libsystem_pthread.dylib       	       0x188cf2034 _pthread_start + 136
9   libsystem_pthread.dylib       	       0x188cece3c thread_start + 8

Thread 14:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib        	       0x188cb1874 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x188cc3cf0 mach_msg2_internal + 80
2   libsystem_kernel.dylib        	       0x188cba4b0 mach_msg_overwrite + 476
3   libsystem_kernel.dylib        	       0x188cb1bf8 mach_msg + 24
4   CoreFoundation                	       0x188dcfb84 __CFRunLoopServiceMachPort + 160
5   CoreFoundation                	       0x188dce44c __CFRunLoopRun + 1208
6   CoreFoundation                	       0x188dcd93c CFRunLoopRunSpecific + 608
7   CFNetwork                     	       0x18e1d0c78 0x18df71000 + 2489464
8   Foundation                    	       0x189ed2f14 __NSThread__start__ + 716
9   libsystem_pthread.dylib       	       0x188cf2034 _pthread_start + 136
10  libsystem_pthread.dylib       	       0x188cece3c thread_start + 8

Thread 15:
0   libsystem_kernel.dylib        	       0x188cb506c __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x188cf25fc _pthread_cond_wait + 1228
2   Outer Spaces                  	       0x1051b11c8 gpr_cv_wait + 160
3   Outer Spaces                  	       0x1051c7c74 timer_thread(void*) + 564
4   Outer Spaces                  	       0x1051bfedc grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::__invoke(void*) + 140
5   libsystem_pthread.dylib       	       0x188cf2034 _pthread_start + 136
6   libsystem_pthread.dylib       	       0x188cece3c thread_start + 8


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000600003f1bc10   x1: 0x0000000000000000   x2: 0xffffffffffffffd0   x3: 0x0000600003f1bc10
    x4: 0x0000600003f1bc80   x5: 0x000000016b39aff0   x6: 0x0000000000000065   x7: 0x0000000000000000
    x8: 0x00000000000000cc   x9: 0x00000000000000cb  x10: 0x0000000000003c00  x11: 0x00000000ce2050c2
   x12: 0x00000000000007fb  x13: 0x00000000000007fd  x14: 0x00000000ce4058c1  x15: 0x00000000000000c1
   x16: 0x00000000ce2050c2  x17: 0x0000000000005800  x18: 0x0000000000000000  x19: 0x00006000023505a0
   x20: 0x0000600003761ab0  x21: 0x0000600002350690  x22: 0x00000001b52d2a3c  x23: 0x000000016b39b560
   x24: 0x0000600002350690  x25: 0x00006000012e87b0  x26: 0x00000001e104d9e0  x27: 0x0000000104a86bbc
   x28: 0x0000000104a86bbc   fp: 0x000000016b39b0a0   lr: 0x957e8001985f9da4
    sp: 0x000000016b39b080   pc: 0x00000001985f9da4 cpsr: 0x60001000
   far: 0x0000000000000000  esr: 0xf2000001 (Breakpoint) brk 1

Binary Images:
       0x1142f4000 -        0x114313fff com.apple.security.csparser (3.0) <01d0c1e0-2c8e-3ba5-82d1-e0e8eef9bd60> /System/Library/Frameworks/Security.framework/Versions/A/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x106234000 -        0x10623ffff libobjc-trampolines.dylib (*) <39d1d8d0-6996-3bd4-8ce9-39512bb65c82> /usr/lib/libobjc-trampolines.dylib
       0x10670c000 -        0x10674ffff org.sparkle-project.Sparkle (2.5.2) <08843e26-c65a-3889-b17e-ac620c1b375c> /Users/USER/Library/Developer/Xcode/DerivedData/Outer_Spaces-gihtdjwbjbwkhlgqmnetxvdybbwk/Build/Products/Debug/Outer Spaces.app/Contents/Frameworks/Sparkle.framework/Versions/B/Sparkle
       0x104a60000 -        0x105567fff dev.lospi.Outer-Spaces (0.1.2) <ad0152b7-da5b-3727-870d-ee69efa501d6> /Users/USER/Library/Developer/Xcode/DerivedData/Outer_Spaces-gihtdjwbjbwkhlgqmnetxvdybbwk/Build/Products/Debug/Outer Spaces.app/Contents/MacOS/Outer Spaces
       0x1985c1000 -        0x198b01fff libswiftCore.dylib (*) <7eba7ef0-57d2-3155-b45d-1a4d40a732f3> /usr/lib/swift/libswiftCore.dylib
       0x1b3a11000 -        0x1b5850fff com.apple.SwiftUI (5.3.3) <397e2054-e98d-3d1e-bf74-4fd8e5fb0f49> /System/Library/Frameworks/SwiftUI.framework/Versions/A/SwiftUI
       0x1b5851000 -        0x1b5894fff com.apple.AttributeGraph (5.0.77) <9188ca30-7fe7-37ac-ae5e-32843dbff9e2> /System/Library/PrivateFrameworks/AttributeGraph.framework/Versions/A/AttributeGraph
       0x188d52000 -        0x189229fff com.apple.CoreFoundation (6.9) <6030a572-b731-3f46-b3a0-2598fbb98c9a> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
       0x193366000 -        0x193625fff com.apple.HIToolbox (2.1.1) <db8a8b63-7bfb-384b-b0a9-c124675fbb39> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
       0x18c573000 -        0x18d89efff com.apple.AppKit (6.9) <873e5da0-bc01-399b-bf60-4066922d6a17> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x18896b000 -        0x1889ff387 dyld (*) <50746901-db0e-39a0-b391-baaa6b82ad0f> /usr/lib/dyld
               0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
       0x188ceb000 -        0x188cf7ff3 libsystem_pthread.dylib (*) <449bbad3-f7ef-371d-9a59-fd4ffa78289b> /usr/lib/system/libsystem_pthread.dylib
       0x188cb0000 -        0x188ceafff libsystem_kernel.dylib (*) <a7228b5d-53c7-3fe9-84e4-2a8c04dcf051> /usr/lib/system/libsystem_kernel.dylib
       0x188b3d000 -        0x188b83fff libdispatch.dylib (*) <5aa1649c-ef1d-39f7-a66c-4c5d2e53c474> /usr/lib/system/libdispatch.dylib
       0x188b87000 -        0x188c05ffb libsystem_c.dylib (*) <cc7a439e-f104-3047-995c-9a5a3cc4a442> /usr/lib/system/libsystem_c.dylib
       0x189e7f000 -        0x18aac6fff com.apple.Foundation (6.9) <343d22b2-6c9a-3290-aa4d-18be70ab68ad> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
       0x188cf8000 -        0x188d1dff3 libdyld.dylib (*) <e5ccf5f1-9a99-35e7-bdbd-cb2d37678ea7> /usr/lib/system/libdyld.dylib
       0x18df71000 -        0x18e344fff com.apple.CFNetwork (1.0) <4f575fba-9c93-3f0f-9ec8-f353050fbf7d> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=1.5G resident=0K(0%) swapped_out_or_unallocated=1.5G(100%)
Writable regions: Total=1.5G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.5G(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               128K        1 
Activity Tracing                   256K        1 
AttributeGraph Data               1024K        1 
CG image                           144K        8 
ColorSync                          592K       28 
CoreAnimation                      640K       32 
CoreData Object IDs               4112K        2 
CoreGraphics                        32K        2 
CoreUI image data                 1872K       12 
Foundation                          16K        1 
Kernel Alloc Once                   32K        1 
MALLOC                             1.5G       69 
MALLOC guard page                  384K       24 
SQLite page cache                  256K        2 
STACK GUARD                       56.2M       16 
Stack                             16.0M       16 
VM_ALLOCATE                        912K       10 
__AUTH                            2075K      336 
__AUTH_CONST                      28.8M      538 
__CTF                               824        1 
__DATA                            12.1M      528 
__DATA_CONST                      28.2M      546 
__DATA_DIRTY                      1767K      185 
__FONT_DATA                          4K        1 
__INFO_FILTER                         8        1 
__LINKEDIT                       903.8M        5 
__OBJC_RO                         71.2M        1 
__OBJC_RW                         2171K        1 
__TEXT                           649.9M      563 
dyld private memory                272K        2 
libnetwork                         640K       16 
mapped file                      193.5M       45 
shared memory                      880K       15 
===========                     =======  ======= 
TOTAL                              3.4G     3010 



-----------
Full Report
-----------

{"app_name":"Outer Spaces","timestamp":"2024-02-10 18:00:18.00 -0300","app_version":"0.1.2","slice_uuid":"ad0152b7-da5b-3727-870d-ee69efa501d6","build_version":"3","platform":1,"bundleID":"dev.lospi.Outer-Spaces","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 14.3.1 (23D60)","roots_installed":0,"name":"Outer Spaces","incident_id":"772D413A-DD67-463E-BFB8-623E67ADE73D"}
{
  "uptime" : 35000,
  "procRole" : "Default",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "MacBookPro18,3",
  "coalitionID" : 1352,
  "osVersion" : {
    "train" : "macOS 14.3.1",
    "build" : "23D60",
    "releaseType" : "User"
  },
  "captureTime" : "2024-02-10 18:00:18.2244 -0300",
  "codeSigningMonitor" : 1,
  "incident" : "772D413A-DD67-463E-BFB8-623E67ADE73D",
  "pid" : 50622,
  "translated" : false,
  "cpuType" : "ARM-64",
  "roots_installed" : 0,
  "bug_type" : "309",
  "procLaunch" : "2024-02-10 18:00:11.3133 -0300",
  "procStartAbsTime" : 852508645891,
  "procExitAbsTime" : 852674325147,
  "procName" : "Outer Spaces",
  "procPath" : "\/Users\/USER\/Library\/Developer\/Xcode\/DerivedData\/Outer_Spaces-gihtdjwbjbwkhlgqmnetxvdybbwk\/Build\/Products\/Debug\/Outer Spaces.app\/Contents\/MacOS\/Outer Spaces",
  "bundleInfo" : {"CFBundleShortVersionString":"0.1.2","CFBundleVersion":"3","CFBundleIdentifier":"dev.lospi.Outer-Spaces"},
  "storeInfo" : {"deviceIdentifierForVendor":"4C8B76C6-7651-5DF1-9640-45D6F14F26B5","thirdParty":true},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "dev.lospi.Outer-Spaces",
  "crashReporterKey" : "C4C53CDA-19C2-994A-743C-8611434F9831",
  "codeSigningID" : "dev.lospi.Outer-Spaces",
  "codeSigningTeamID" : "D8A3VX836S",
  "codeSigningFlags" : 1644245781,
  "codeSigningValidationCategory" : 3,
  "codeSigningTrustLevel" : 4294967295,
  "instructionByteStream" : {"beforePC":"bAMAVMr8YNNqBQC14AMCquEDA6riAwSq4wMFquQDCarlAwiqx0YQlA==","atPC":"IAAg1CgAgFIpuoFS6BMAuekHAPlIAIBS6AMAOUAmAJAAUCGRQyYAkA=="},
  "wakeTime" : 14460,
  "sleepWakeUUID" : "59A6F946-C26C-4E19-94F6-BCDB440B0B47",
  "sip" : "enabled",
  "exception" : {"codes":"0x0000000000000001, 0x00000001985f9da4","rawCodes":[1,6851370404],"type":"EXC_BREAKPOINT","signal":"SIGTRAP"},
  "termination" : {"flags":0,"code":5,"namespace":"SIGNAL","indicator":"Trace\/BPT trap: 5","byProc":"exc handler","byPid":50622},
  "os_fault" : {"process":"Outer Spaces"},
  "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
  "faultingThread" : 0,
  "threads" : [{"triggered":true,"id":795274,"threadState":{"x":[{"value":105553182440464},{"value":0},{"value":18446744073709551568},{"value":105553182440464},{"value":105553182440576},{"value":6093910000},{"value":101},{"value":0},{"value":204},{"value":203},{"value":15360},{"value":3458224322},{"value":2043},{"value":2045},{"value":3460323521},{"value":193},{"value":3458224322},{"value":22528},{"value":0},{"value":105553153295776},{"value":105553174338224},{"value":105553153296016},{"value":7334603324},{"value":6093911392},{"value":105553153296016},{"value":105553136093104},{"value":8070158816,"symbolLocation":0,"symbol":"type metadata for Bool"},{"value":4373113788,"sourceFile":"<compiler-generated>","symbol":"partial apply for closure #1 in closure #1 in closure #1 in SpaceInfoView.body.getter","symbolLocation":0},{"value":4373113788,"sourceFile":"<compiler-generated>","symbol":"partial apply for closure #1 in closure #1 in closure #1 in SpaceInfoView.body.getter","symbolLocation":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":10772188103056530852},"cpsr":{"value":1610616832},"fp":{"value":6093910176},"sp":{"value":6093910144},"esr":{"value":4060086273,"description":"(Breakpoint) brk 1"},"pc":{"value":6851370404,"matchesCrashFrame":1},"far":{"value":0}},"queue":"com.apple.main-thread","frames":[{"imageOffset":232868,"symbol":"closure #1 in closure #1 in closure #1 in _assertionFailure(_:_:file:line:flags:)","symbolLocation":240,"imageIndex":4},{"imageOffset":232556,"symbol":"closure #1 in closure #1 in _assertionFailure(_:_:file:line:flags:)","symbolLocation":344,"imageIndex":4},{"imageOffset":230888,"symbol":"_assertionFailure(_:_:file:line:flags:)","symbolLocation":188,"imageIndex":4},{"imageOffset":251648,"sourceLine":59,"sourceFile":"FocusViewModel.swift","symbol":"FocusViewModel.doesFocusHasSpace(space:)","imageIndex":3,"symbolLocation":296},{"imageOffset":130416,"sourceLine":29,"sourceFile":"SpaceInfoView.swift","symbol":"closure #1 in closure #1 in closure #1 in SpaceInfoView.body.getter","imageIndex":3,"symbolLocation":308},{"imageOffset":25956480,"imageIndex":5},{"imageOffset":128324,"sourceLine":28,"sourceFile":"SpaceInfoView.swift","symbol":"closure #1 in closure #1 in SpaceInfoView.body.getter","imageIndex":3,"symbolLocation":1188},{"imageOffset":151828,"sourceFile":"<compiler-generated>","symbol":"partial apply for closure #1 in closure #1 in SpaceInfoView.body.getter","symbolLocation":16,"imageIndex":3},{"imageOffset":19262572,"imageIndex":5},{"imageOffset":125724,"sourceLine":26,"sourceFile":"SpaceInfoView.swift","symbol":"closure #1 in SpaceInfoView.body.getter","imageIndex":3,"symbolLocation":1128},{"imageOffset":127128,"sourceFile":"<compiler-generated>","symbol":"partial apply for closure #1 in SpaceInfoView.body.getter","symbolLocation":16,"imageIndex":3},{"imageOffset":7705392,"imageIndex":5},{"imageOffset":124488,"sourceLine":25,"sourceFile":"SpaceInfoView.swift","symbol":"SpaceInfoView.body.getter","imageIndex":3,"symbolLocation":336},{"imageOffset":145808,"sourceFile":"<compiler-generated>","symbol":"protocol witness for View.body.getter in conformance SpaceInfoView","symbolLocation":12,"imageIndex":3},{"imageOffset":8615648,"imageIndex":5},{"imageOffset":25756248,"imageIndex":5},{"imageOffset":25755088,"imageIndex":5},{"imageOffset":19998772,"imageIndex":5},{"imageOffset":42916,"symbol":"AG::Graph::UpdateStack::update()","symbolLocation":512,"imageIndex":6},{"imageOffset":45024,"symbol":"AG::Graph::update_attribute(AG::data::ptr<AG::Node>, unsigned int)","symbolLocation":424,"imageIndex":6},{"imageOffset":104488,"symbol":"AG::Subgraph::update(unsigned int)","symbolLocation":848,"imageIndex":6},{"imageOffset":24444696,"imageIndex":5},{"imageOffset":24450044,"imageIndex":5},{"imageOffset":14656164,"imageIndex":5},{"imageOffset":25324244,"imageIndex":5},{"imageOffset":25318192,"imageIndex":5},{"imageOffset":14625388,"imageIndex":5},{"imageOffset":24449988,"imageIndex":5},{"imageOffset":24449712,"imageIndex":5},{"imageOffset":17441068,"imageIndex":5},{"imageOffset":6788128,"imageIndex":5},{"imageOffset":6787980,"imageIndex":5},{"imageOffset":6788276,"imageIndex":5},{"imageOffset":511360,"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__","symbolLocation":36,"imageIndex":7},{"imageOffset":511084,"symbol":"__CFRunLoopDoObservers","symbolLocation":532,"imageIndex":7},{"imageOffset":506248,"symbol":"CFRunLoopRunSpecific","symbolLocation":684,"imageIndex":7},{"imageOffset":197704,"symbol":"RunCurrentEventLoopInMode","symbolLocation":292,"imageIndex":8},{"imageOffset":196824,"symbol":"ReceiveNextEventCommon","symbolLocation":220,"imageIndex":8},{"imageOffset":196572,"symbol":"_BlockUntilNextEventMatchingListInModeWithFilter","symbolLocation":76,"imageIndex":8},{"imageOffset":237264,"symbol":"_DPSNextEvent","symbolLocation":660,"imageIndex":9},{"imageOffset":8539884,"symbol":"-[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":716,"imageIndex":9},{"imageOffset":185212,"symbol":"-[NSApplication run]","symbolLocation":476,"imageIndex":9},{"imageOffset":17984,"symbol":"NSApplicationMain","symbolLocation":880,"imageIndex":9},{"imageOffset":892932,"imageIndex":5},{"imageOffset":9868780,"imageIndex":5},{"imageOffset":14354968,"imageIndex":5},{"imageOffset":37612,"sourceFile":"<compiler-generated>","symbol":"static OuterSpacesApp.$main()","symbolLocation":40,"imageIndex":3},{"imageOffset":37788,"sourceLine":10,"sourceFile":"AppMain.swift","symbol":"main","imageIndex":3,"symbolLocation":12},{"imageOffset":24800,"symbol":"start","symbolLocation":2360,"imageIndex":10}]},{"id":795282,"frames":[{"imageOffset":7720,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":12}],"threadState":{"x":[{"value":6094483456},{"value":4611},{"value":6093946880},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6094483456},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6590221864},"far":{"value":0}}},{"id":795283,"frames":[{"imageOffset":7720,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":12}],"threadState":{"x":[{"value":6095056896},{"value":5123},{"value":6094520320},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6095056896},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6590221864},"far":{"value":0}}},{"id":795285,"frames":[{"imageOffset":7720,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":12}],"threadState":{"x":[{"value":6095630336},{"value":11787},{"value":6095093760},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6095630336},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6590221864},"far":{"value":0}}},{"id":795286,"threadState":{"x":[{"value":4},{"value":0},{"value":4294967295},{"value":614},{"value":1},{"value":7776},{"value":105553148075616},{"value":1606247035},{"value":6590013924,"symbolLocation":0,"symbol":"poll"},{"value":1},{"value":0},{"value":2},{"value":0},{"value":0},{"value":2958995943},{"value":487},{"value":230},{"value":105553161717296},{"value":0},{"value":6096196512},{"value":6096201400},{"value":4863407224},{"value":6096200352},{"value":4294967295},{"value":2},{"value":1},{"value":6096200372},{"value":4382760683,"symbolLocation":45583,"symbol":"alphabet"},{"value":9223372036854775807}],"flavor":"ARM_THREAD_STATE64","lr":{"value":4379522528},"cpsr":{"value":536875008},"fp":{"value":6096201216},"sp":{"value":6096196320},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6590013932},"far":{"value":0}},"queue":"com.google.firebase.firestore.rpc","frames":[{"imageOffset":41452,"symbol":"poll","symbolLocation":8,"imageIndex":13},{"imageOffset":6567392,"symbol":"pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp)","symbolLocation":1636,"imageIndex":3},{"imageOffset":6577512,"symbol":"pollset_work(grpc_pollset*, grpc_pollset_worker**, grpc_core::Timestamp)","symbolLocation":84,"imageIndex":3},{"imageOffset":6447348,"symbol":"cq_next(grpc_completion_queue*, gpr_timespec, void*)","symbolLocation":344,"imageIndex":3},{"imageOffset":8331516,"symbol":"grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec)","symbolLocation":60,"imageIndex":3},{"imageOffset":4267512,"symbol":"firebase::firestore::remote::Datastore::PollGrpcQueue()","symbolLocation":104,"imageIndex":3},{"imageOffset":5516968,"symbol":"firebase::firestore::util::Task::ExecuteAndRelease()","symbolLocation":184,"imageIndex":3},{"imageOffset":14608,"symbol":"_dispatch_client_callout","symbolLocation":20,"imageIndex":14},{"imageOffset":44708,"symbol":"_dispatch_lane_serial_drain","symbolLocation":748,"imageIndex":14},{"imageOffset":47572,"symbol":"_dispatch_lane_invoke","symbolLocation":380,"imageIndex":14},{"imageOffset":91676,"symbol":"_dispatch_root_queue_drain_deferred_wlh","symbolLocation":288,"imageIndex":14},{"imageOffset":89744,"symbol":"_dispatch_workloop_worker_thread","symbolLocation":404,"imageIndex":14},{"imageOffset":12564,"symbol":"_pthread_wqthread","symbolLocation":288,"imageIndex":12},{"imageOffset":7728,"symbol":"start_wqthread","symbolLocation":8,"imageIndex":12}]},{"id":795287,"frames":[{"imageOffset":20072,"symbol":"__semwait_signal","symbolLocation":8,"imageIndex":13},{"imageOffset":54008,"symbol":"nanosleep","symbolLocation":220,"imageIndex":15},{"imageOffset":90300,"symbol":"sleep","symbolLocation":52,"imageIndex":15},{"imageOffset":2517896,"sourceLine":145,"sourceFile":"SentryCrashCachedData.c","symbol":"monitorCachedData","imageIndex":3,"symbolLocation":136},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":12},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}],"threadState":{"x":[{"value":4},{"value":0},{"value":1},{"value":1},{"value":60},{"value":0},{"value":52},{"value":0},{"value":8042377016,"symbolLocation":0,"symbol":"clock_sem"},{"value":16387},{"value":17},{"value":2627917838},{"value":2043},{"value":2045},{"value":2630017039},{"value":15},{"value":334},{"value":8193880872},{"value":0},{"value":6096777072},{"value":6096777088},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6588809976},"cpsr":{"value":1610616832},"fp":{"value":6096777056},"sp":{"value":6096777008},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6589992552},"far":{"value":0}}},{"id":795288,"name":"SentryCrash Exception Handler (Secondary)","threadState":{"x":[{"value":268451845},{"value":17179869186},{"value":0},{"value":0},{"value":0},{"value":67100274065408},{"value":580},{"value":0},{"value":18446744073709550527},{"value":15623},{"value":0},{"value":1},{"value":15623},{"value":0},{"value":0},{"value":0},{"value":18446744073709551569},{"value":8193883464},{"value":0},{"value":0},{"value":580},{"value":67100274065408},{"value":0},{"value":0},{"value":6097349988},{"value":0},{"value":17179869186},{"value":17179869186},{"value":2}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6590053616},"cpsr":{"value":4096},"fp":{"value":6097349504},"sp":{"value":6097349424},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6589978740},"far":{"value":0}},"frames":[{"imageOffset":6260,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":13},{"imageOffset":81136,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":13},{"imageOffset":42160,"symbol":"mach_msg_overwrite","symbolLocation":476,"imageIndex":13},{"imageOffset":7160,"symbol":"mach_msg","symbolLocation":24,"imageIndex":13},{"imageOffset":2491624,"sourceLine":314,"sourceFile":"SentryCrashMonitor_MachException.c","symbol":"handleExceptions","imageIndex":3,"symbolLocation":192},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":12},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":795290,"name":"io.sentry.app-hang-tracker","threadState":{"x":[{"value":4},{"value":0},{"value":1},{"value":1},{"value":0},{"value":400000000},{"value":0},{"value":0},{"value":8042377016,"symbolLocation":0,"symbol":"clock_sem"},{"value":3},{"value":17},{"value":3},{"value":0},{"value":105553125953392},{"value":8042487264,"symbolLocation":0,"symbol":"OBJC_METACLASS_$_NSThread"},{"value":8042487264,"symbolLocation":0,"symbol":"OBJC_METACLASS_$_NSThread"},{"value":334},{"value":8193880872},{"value":0},{"value":0},{"value":6098495872},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6588809976},"cpsr":{"value":2684358656},"fp":{"value":6098495824},"sp":{"value":6098495776},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6589992552},"far":{"value":0}},"frames":[{"imageOffset":20072,"symbol":"__semwait_signal","symbolLocation":8,"imageIndex":13},{"imageOffset":54008,"symbol":"nanosleep","symbolLocation":220,"imageIndex":15},{"imageOffset":860868,"symbol":"+[NSThread sleepForTimeInterval:]","symbolLocation":160,"imageIndex":16},{"imageOffset":2420820,"sourceLine":10,"sourceFile":"SentryThreadWrapper.m","symbol":"-[SentryThreadWrapper sleepForTimeInterval:]","imageIndex":3,"symbolLocation":44},{"imageOffset":1852584,"sourceLine":105,"sourceFile":"SentryANRTracker.m","symbol":"-[SentryANRTracker detectANRs]","imageIndex":3,"symbolLocation":1112},{"imageOffset":343828,"symbol":"__NSThread__start__","symbolLocation":716,"imageIndex":16},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":12},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":795294,"frames":[{"imageOffset":20588,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":13},{"imageOffset":30204,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":12},{"imageOffset":7672264,"symbol":"gpr_cv_wait","symbolLocation":160,"imageIndex":3},{"imageOffset":6586724,"symbol":"grpc_core::Executor::ThreadMain(void*)","symbolLocation":180,"imageIndex":3},{"imageOffset":7732956,"symbol":"grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::__invoke(void*)","symbolLocation":140,"imageIndex":3},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":12},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}],"threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6099070456},{"value":0},{"value":4890684952},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8193880752},{"value":0},{"value":4890684928},{"value":4890685008},{"value":6099071200},{"value":0},{"value":0},{"value":256},{"value":257},{"value":512},{"value":6590277152,"symbolLocation":0,"symbol":"tlv_get_addr"},{"value":4890685056}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6590244348},"cpsr":{"value":1610616832},"fp":{"value":6099070576},"sp":{"value":6099070432},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6589993068},"far":{"value":0}}},{"id":795295,"frames":[{"imageOffset":20588,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":13},{"imageOffset":30204,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":12},{"imageOffset":7672264,"symbol":"gpr_cv_wait","symbolLocation":160,"imageIndex":3},{"imageOffset":6586724,"symbol":"grpc_core::Executor::ThreadMain(void*)","symbolLocation":180,"imageIndex":3},{"imageOffset":7732956,"symbol":"grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::__invoke(void*)","symbolLocation":140,"imageIndex":3},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":12},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}],"threadState":{"x":[{"value":260},{"value":0},{"value":256},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6099643896},{"value":0},{"value":4890688024},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8193880752},{"value":0},{"value":4890688000},{"value":4890688080},{"value":6099644640},{"value":0},{"value":0},{"value":256},{"value":257},{"value":512},{"value":6590277152,"symbolLocation":0,"symbol":"tlv_get_addr"},{"value":4890688128}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6590244348},"cpsr":{"value":1610616832},"fp":{"value":6099644016},"sp":{"value":6099643872},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6589993068},"far":{"value":0}}},{"id":795296,"frames":[{"imageOffset":20588,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":13},{"imageOffset":30204,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":12},{"imageOffset":7672248,"symbol":"gpr_cv_wait","symbolLocation":144,"imageIndex":3},{"imageOffset":7765108,"symbol":"timer_thread(void*)","symbolLocation":564,"imageIndex":3},{"imageOffset":7732956,"symbol":"grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::__invoke(void*)","symbolLocation":140,"imageIndex":3},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":12},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}],"threadState":{"x":[{"value":260},{"value":0},{"value":5376},{"value":0},{"value":0},{"value":160},{"value":0},{"value":786979667},{"value":6100217304},{"value":0},{"value":4385265912,"symbolLocation":24,"symbol":"g_mu"},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8193880752},{"value":0},{"value":4385265888,"symbolLocation":0,"symbol":"g_mu"},{"value":4385265952,"symbolLocation":0,"symbol":"g_cv_wait"},{"value":6100218080},{"value":786979667},{"value":0},{"value":5376},{"value":6144},{"value":6656},{"value":4385263616,"symbolLocation":5800,"symbol":"g_timer_ht"},{"value":7871}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6590244348},"cpsr":{"value":1610616832},"fp":{"value":6100217424},"sp":{"value":6100217280},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6589993068},"far":{"value":0}}},{"id":795318,"frames":[{"imageOffset":7720,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":12}],"threadState":{"x":[{"value":6100791296},{"value":0},{"value":6100254720},{"value":0},{"value":278532},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6100791296},"esr":{"value":0,"description":" Address size fault"},"pc":{"value":6590221864},"far":{"value":0}}},{"id":795319,"frames":[{"imageOffset":7720,"symbol":"start_wqthread","symbolLocation":0,"imageIndex":12}],"threadState":{"x":[{"value":6101364736},{"value":59655},{"value":6100828160},{"value":0},{"value":409604},{"value":18446744073709551615},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0},{"value":0}],"flavor":"ARM_THREAD_STATE64","lr":{"value":0},"cpsr":{"value":4096},"fp":{"value":0},"sp":{"value":6101364736},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6590221864},"far":{"value":0}}},{"id":795327,"name":"com.apple.NSEventThread","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":193526931390464},{"value":0},{"value":193526931390464},{"value":2},{"value":4294967295},{"value":18446744073709550527},{"value":45059},{"value":0},{"value":1},{"value":45059},{"value":27294},{"value":0},{"value":0},{"value":18446744073709551569},{"value":8193865096},{"value":0},{"value":4294967295},{"value":2},{"value":193526931390464},{"value":0},{"value":193526931390464},{"value":6101934184},{"value":8589934592},{"value":21592279046},{"value":21592279046},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6590053616},"cpsr":{"value":4096},"fp":{"value":6101934032},"sp":{"value":6101933952},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6589978740},"far":{"value":0}},"frames":[{"imageOffset":6260,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":13},{"imageOffset":81136,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":13},{"imageOffset":42160,"symbol":"mach_msg_overwrite","symbolLocation":476,"imageIndex":13},{"imageOffset":7160,"symbol":"mach_msg","symbolLocation":24,"imageIndex":13},{"imageOffset":514948,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":7},{"imageOffset":509004,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":7},{"imageOffset":506172,"symbol":"CFRunLoopRunSpecific","symbolLocation":608,"imageIndex":7},{"imageOffset":1454432,"symbol":"_NSEventThread","symbolLocation":144,"imageIndex":9},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":12},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":795328,"name":"com.apple.NSURLConnectionLoader","threadState":{"x":[{"value":268451845},{"value":21592279046},{"value":8589934592},{"value":210019605807104},{"value":0},{"value":210019605807104},{"value":2},{"value":4294967295},{"value":18446744073709550527},{"value":48899},{"value":0},{"value":1},{"value":48899},{"value":56426},{"value":0},{"value":0},{"value":18446744073709551569},{"value":8193865096},{"value":0},{"value":4294967295},{"value":2},{"value":210019605807104},{"value":0},{"value":210019605807104},{"value":6102506840},{"value":8589934592},{"value":21592279046},{"value":21592279046},{"value":4412409862}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6590053616},"cpsr":{"value":4096},"fp":{"value":6102506688},"sp":{"value":6102506608},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6589978740},"far":{"value":0}},"frames":[{"imageOffset":6260,"symbol":"mach_msg2_trap","symbolLocation":8,"imageIndex":13},{"imageOffset":81136,"symbol":"mach_msg2_internal","symbolLocation":80,"imageIndex":13},{"imageOffset":42160,"symbol":"mach_msg_overwrite","symbolLocation":476,"imageIndex":13},{"imageOffset":7160,"symbol":"mach_msg","symbolLocation":24,"imageIndex":13},{"imageOffset":514948,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":160,"imageIndex":7},{"imageOffset":509004,"symbol":"__CFRunLoopRun","symbolLocation":1208,"imageIndex":7},{"imageOffset":506172,"symbol":"CFRunLoopRunSpecific","symbolLocation":608,"imageIndex":7},{"imageOffset":2489464,"imageIndex":18},{"imageOffset":343828,"symbol":"__NSThread__start__","symbolLocation":716,"imageIndex":16},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":12},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}]},{"id":795380,"frames":[{"imageOffset":20588,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":13},{"imageOffset":30204,"symbol":"_pthread_cond_wait","symbolLocation":1228,"imageIndex":12},{"imageOffset":7672264,"symbol":"gpr_cv_wait","symbolLocation":160,"imageIndex":3},{"imageOffset":7765108,"symbol":"timer_thread(void*)","symbolLocation":564,"imageIndex":3},{"imageOffset":7732956,"symbol":"grpc_core::(anonymous namespace)::ThreadInternalsPosix::ThreadInternalsPosix(char const*, void (*)(void*), void*, bool*, grpc_core::Thread::Options const&)::'lambda'(void*)::__invoke(void*)","symbolLocation":140,"imageIndex":3},{"imageOffset":28724,"symbol":"_pthread_start","symbolLocation":136,"imageIndex":12},{"imageOffset":7740,"symbol":"thread_start","symbolLocation":8,"imageIndex":12}],"threadState":{"x":[{"value":4},{"value":0},{"value":5376},{"value":0},{"value":0},{"value":160},{"value":0},{"value":0},{"value":6103084504},{"value":0},{"value":4385265912,"symbolLocation":24,"symbol":"g_mu"},{"value":2},{"value":0},{"value":0},{"value":0},{"value":0},{"value":305},{"value":8193880752},{"value":0},{"value":4385265888,"symbolLocation":0,"symbol":"g_mu"},{"value":4385265952,"symbolLocation":0,"symbol":"g_cv_wait"},{"value":6103085280},{"value":0},{"value":0},{"value":5376},{"value":5376},{"value":5888},{"value":4385263616,"symbolLocation":5800,"symbol":"g_timer_ht"},{"value":9223372036854775807}],"flavor":"ARM_THREAD_STATE64","lr":{"value":6590244348},"cpsr":{"value":1610616832},"fp":{"value":6103084624},"sp":{"value":6103084480},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":6589993068},"far":{"value":0}}}],
  "usedImages" : [
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4633608192,
    "CFBundleShortVersionString" : "3.0",
    "CFBundleIdentifier" : "com.apple.security.csparser",
    "size" : 131072,
    "uuid" : "01d0c1e0-2c8e-3ba5-82d1-e0e8eef9bd60",
    "path" : "\/System\/Library\/Frameworks\/Security.framework\/Versions\/A\/PlugIns\/csparser.bundle\/Contents\/MacOS\/csparser",
    "name" : "csparser",
    "CFBundleVersion" : "61040.81.1"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 4397940736,
    "size" : 49152,
    "uuid" : "39d1d8d0-6996-3bd4-8ce9-39512bb65c82",
    "path" : "\/usr\/lib\/libobjc-trampolines.dylib",
    "name" : "libobjc-trampolines.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4403019776,
    "CFBundleShortVersionString" : "2.5.2",
    "CFBundleIdentifier" : "org.sparkle-project.Sparkle",
    "size" : 278528,
    "uuid" : "08843e26-c65a-3889-b17e-ac620c1b375c",
    "path" : "\/Users\/USER\/Library\/Developer\/Xcode\/DerivedData\/Outer_Spaces-gihtdjwbjbwkhlgqmnetxvdybbwk\/Build\/Products\/Debug\/Outer Spaces.app\/Contents\/Frameworks\/Sparkle.framework\/Versions\/B\/Sparkle",
    "name" : "Sparkle",
    "CFBundleVersion" : "2033"
  },
  {
    "source" : "P",
    "arch" : "arm64",
    "base" : 4372955136,
    "CFBundleShortVersionString" : "0.1.2",
    "CFBundleIdentifier" : "dev.lospi.Outer-Spaces",
    "size" : 11567104,
    "uuid" : "ad0152b7-da5b-3727-870d-ee69efa501d6",
    "path" : "\/Users\/USER\/Library\/Developer\/Xcode\/DerivedData\/Outer_Spaces-gihtdjwbjbwkhlgqmnetxvdybbwk\/Build\/Products\/Debug\/Outer Spaces.app\/Contents\/MacOS\/Outer Spaces",
    "name" : "Outer Spaces",
    "CFBundleVersion" : "3"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6851137536,
    "size" : 5509120,
    "uuid" : "7eba7ef0-57d2-3155-b45d-1a4d40a732f3",
    "path" : "\/usr\/lib\/swift\/libswiftCore.dylib",
    "name" : "libswiftCore.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7308644352,
    "CFBundleShortVersionString" : "5.3.3",
    "CFBundleIdentifier" : "com.apple.SwiftUI",
    "size" : 31719424,
    "uuid" : "397e2054-e98d-3d1e-bf74-4fd8e5fb0f49",
    "path" : "\/System\/Library\/Frameworks\/SwiftUI.framework\/Versions\/A\/SwiftUI",
    "name" : "SwiftUI",
    "CFBundleVersion" : "5.3.3"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 7340363776,
    "CFBundleShortVersionString" : "5.0.77",
    "CFBundleIdentifier" : "com.apple.AttributeGraph",
    "size" : 278528,
    "uuid" : "9188ca30-7fe7-37ac-ae5e-32843dbff9e2",
    "path" : "\/System\/Library\/PrivateFrameworks\/AttributeGraph.framework\/Versions\/A\/AttributeGraph",
    "name" : "AttributeGraph",
    "CFBundleVersion" : "5.0.77"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6590636032,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.CoreFoundation",
    "size" : 5079040,
    "uuid" : "6030a572-b731-3f46-b3a0-2598fbb98c9a",
    "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
    "name" : "CoreFoundation",
    "CFBundleVersion" : "2303"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6764781568,
    "CFBundleShortVersionString" : "2.1.1",
    "CFBundleIdentifier" : "com.apple.HIToolbox",
    "size" : 2883584,
    "uuid" : "db8a8b63-7bfb-384b-b0a9-c124675fbb39",
    "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
    "name" : "HIToolbox"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6649491456,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.AppKit",
    "size" : 20103168,
    "uuid" : "873e5da0-bc01-399b-bf60-4066922d6a17",
    "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
    "name" : "AppKit",
    "CFBundleVersion" : "2487.40.107"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6586544128,
    "size" : 607112,
    "uuid" : "50746901-db0e-39a0-b391-baaa6b82ad0f",
    "path" : "\/usr\/lib\/dyld",
    "name" : "dyld"
  },
  {
    "size" : 0,
    "source" : "A",
    "base" : 0,
    "uuid" : "00000000-0000-0000-0000-000000000000"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6590214144,
    "size" : 53236,
    "uuid" : "449bbad3-f7ef-371d-9a59-fd4ffa78289b",
    "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
    "name" : "libsystem_pthread.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6589972480,
    "size" : 241664,
    "uuid" : "a7228b5d-53c7-3fe9-84e4-2a8c04dcf051",
    "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
    "name" : "libsystem_kernel.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6588452864,
    "size" : 290816,
    "uuid" : "5aa1649c-ef1d-39f7-a66c-4c5d2e53c474",
    "path" : "\/usr\/lib\/system\/libdispatch.dylib",
    "name" : "libdispatch.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6588755968,
    "size" : 520188,
    "uuid" : "cc7a439e-f104-3047-995c-9a5a3cc4a442",
    "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
    "name" : "libsystem_c.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6608646144,
    "CFBundleShortVersionString" : "6.9",
    "CFBundleIdentifier" : "com.apple.Foundation",
    "size" : 12877824,
    "uuid" : "343d22b2-6c9a-3290-aa4d-18be70ab68ad",
    "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
    "name" : "Foundation",
    "CFBundleVersion" : "2303"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6590267392,
    "size" : 155636,
    "uuid" : "e5ccf5f1-9a99-35e7-bdbd-cb2d37678ea7",
    "path" : "\/usr\/lib\/system\/libdyld.dylib",
    "name" : "libdyld.dylib"
  },
  {
    "source" : "P",
    "arch" : "arm64e",
    "base" : 6676746240,
    "CFBundleShortVersionString" : "1.0",
    "CFBundleIdentifier" : "com.apple.CFNetwork",
    "size" : 4014080,
    "uuid" : "4f575fba-9c93-3f0f-9ec8-f353050fbf7d",
    "path" : "\/System\/Library\/Frameworks\/CFNetwork.framework\/Versions\/A\/CFNetwork",
    "name" : "CFNetwork",
    "CFBundleVersion" : "1492.0.1"
  }
],
  "sharedCache" : {
  "base" : 6585794560,
  "size" : 4065345536,
  "uuid" : "c32b200e-cf99-3583-bc9f-b7fb11382e8f"
},
  "vmSummary" : "ReadOnly portion of Libraries: Total=1.5G resident=0K(0%) swapped_out_or_unallocated=1.5G(100%)\nWritable regions: Total=1.5G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.5G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               128K        1 \nActivity Tracing                   256K        1 \nAttributeGraph Data               1024K        1 \nCG image                           144K        8 \nColorSync                          592K       28 \nCoreAnimation                      640K       32 \nCoreData Object IDs               4112K        2 \nCoreGraphics                        32K        2 \nCoreUI image data                 1872K       12 \nFoundation                          16K        1 \nKernel Alloc Once                   32K        1 \nMALLOC                             1.5G       69 \nMALLOC guard page                  384K       24 \nSQLite page cache                  256K        2 \nSTACK GUARD                       56.2M       16 \nStack                             16.0M       16 \nVM_ALLOCATE                        912K       10 \n__AUTH                            2075K      336 \n__AUTH_CONST                      28.8M      538 \n__CTF                               824        1 \n__DATA                            12.1M      528 \n__DATA_CONST                      28.2M      546 \n__DATA_DIRTY                      1767K      185 \n__FONT_DATA                          4K        1 \n__INFO_FILTER                         8        1 \n__LINKEDIT                       903.8M        5 \n__OBJC_RO                         71.2M        1 \n__OBJC_RW                         2171K        1 \n__TEXT                           649.9M      563 \ndyld private memory                272K        2 \nlibnetwork                         640K       16 \nmapped file                      193.5M       45 \nshared memory                      880K       15 \n===========                     =======  ======= \nTOTAL                              3.4G     3010 \n",
  "legacyInfo" : {
  "threadTriggered" : {
    "queue" : "com.apple.main-thread"
  }
},
  "logWritingSignature" : "6b50461ffea123551e844900685be07e6cd2a089",
  "trialInfo" : {
  "rollouts" : [
    {
      "rolloutId" : "6434420a89ec2e0a7a38bf5a",
      "factorPackIds" : {

      },
      "deploymentId" : 240000011
    },
    {
      "rolloutId" : "645c2d2f9e69a025b0a37e29",
      "factorPackIds" : {

      },
      "deploymentId" : 240000003
    }
  ],
  "experiments" : [

  ]
}
}

Lospi avatar Feb 16 '24 18:02 Lospi

I don't see anything from Firebase in the crash backtrace. The crash is an assertion failure in FocusViewModel.doesFocusHasSpace(space:)

paulb777 avatar Feb 18 '24 15:02 paulb777

Indeed this function was causing the crash on my application. Seems to be the reason that Crashlytics was failing. Closing the issue. Thanks for the information.

Lospi avatar Feb 18 '24 17:02 Lospi