Skip to content

[Bug]: specialized OSSubscriptionModelStoreListener.getUpdateModelDelta(_:) Crash #1014

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
2 of 3 tasks
saawhitelife opened this issue Feb 27, 2025 · 4 comments
Open
2 of 3 tasks

Comments

@saawhitelife
Copy link

saawhitelife commented Feb 27, 2025

What happened?

Hello, for now there is one occurrence of this in Crashlytics:

specialized OSSubscriptionModelStoreListener.getUpdateModelDelta(_:)  
Crashed: com.apple.NSURLSession-delegate
EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x000000068a4424a0

Please advise, thanks.

Steps to reproduce?

Alas can't provide any steps, it is a Crashlytics recorded crash.
Judging by what is there, it crashed on startup.

What did you expect to happen?

Did not expect this crash

OneSignal Flutter SDK version

5.2.6

Which platform(s) are affected?

  • iOS
  • Android

Relevant log output

# Crashlytics - Stack trace
# Application: com.some.application
# Platform: apple
# Version: 3.0.3 (8)
# Issue: 1df3f69374611142f58dd44917bc4d14
# Session: 7ca103c6a37044699afeec3b451bc819_DNE_7_v2
# Date: Wed Feb 26 2025 08:10:50 GMT+0200 (Eastern European Standard Time)

com.apple.main-thread
0  libsystem_kernel.dylib         0x1788 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x4e98 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x4db0 mach_msg_overwrite + 424
3  libsystem_kernel.dylib         0x4bfc mach_msg + 24
4  CoreFoundation                 0x76804 __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x75eb0 __CFRunLoopRun + 1212
6  CoreFoundation                 0xc8284 CFRunLoopRunSpecific + 588
7  GraphicsServices               0x14c0 GSEventRunModal + 164
8  UIKitCore                      0x3ee674 -[UIApplication _run] + 816
9  UIKitCore                      0x14e88 UIApplicationMain + 340
10 UIKitCore                      0x75115c keypath_get_selector_hoverStyle + 15924
11 SomeApplication                0x90f4 main + 4302983412 (AppDelegate.swift:4302983412)
12 ???                            0x1c37d1de8 (Missing)

com.apple.root.default-qos
0  libsystem_kernel.dylib         0x1704 semaphore_wait_trap + 8
1  libdispatch.dylib              0x4544 _dispatch_sema4_wait + 28
2  libdispatch.dylib              0x4bf8 _dispatch_semaphore_wait_slow + 132
3  OneSignalOSCore                0x9cf8 OSConsistencyManager.getRywTokenFromAwaitableCondition(_:forId:) + 71 (OSConsistencyManager.swift:71)
4  OneSignalOSCore                0xa088 @objc OSConsistencyManager.getRywTokenFromAwaitableCondition(_:forId:) + 3580 (<compiler-generated>:3580)
5  OneSignalInAppMessages         0xb428 __52-[OSMessagingController getInAppMessagesFromServer:]_block_invoke + 261 (OSMessagingController.m:261)
6  libdispatch.dylib              0x2248 _dispatch_call_block_and_release + 32
7  libdispatch.dylib              0x3fa8 _dispatch_client_callout + 20
8  libdispatch.dylib              0x70f4 _dispatch_queue_override_invoke + 916
9  libdispatch.dylib              0x15ec0 _dispatch_root_queue_drain + 392
10 libdispatch.dylib              0x166c4 _dispatch_worker_thread2 + 156
11 libsystem_pthread.dylib        0x3644 _pthread_wqthread + 228
12 libsystem_pthread.dylib        0x1474 start_wqthread + 8

Thread
0  libsystem_pthread.dylib        0x146c start_wqthread + 10

GC Timer thread
0  libsystem_kernel.dylib         0x7090 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3f98 _pthread_cond_wait + 1204
2  libc++.1.dylib                 0x21618 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l>>>) + 100
3  Usercentrics                   0x31dbb8 void kotlin::RepeatedTimer<kotlin::steady_clock>::Run<kotlin::gcScheduler::internal::GCSchedulerDataAdaptive<kotlin::steady_clock>::GCSchedulerDataAdaptive(kotlin::gcScheduler::GCSchedulerConfig&, std::__1::function<long long ()>)::'lambda'()>(kotlin::gcScheduler::internal::GCSchedulerDataAdaptive<kotlin::steady_clock>::GCSchedulerDataAdaptive(kotlin::gcScheduler::GCSchedulerConfig&, std::__1::function<long long ()>)::'lambda'()&&) + 248
4  Usercentrics                   0x31de50 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(kotlin::ScopedThread::attributes, void (kotlin::RepeatedTimer<kotlin::steady_clock>::*&&)(kotlin::gcScheduler::internal::GCSchedulerDataAdaptive<kotlin::steady_clock>::GCSchedulerDataAdaptive(kotlin::gcScheduler::GCSchedulerConfig&, std::__1::function<long long ()>)::'lambda'()&&) noexcept, kotlin::RepeatedTimer<kotlin::steady_clock>*&&, kotlin::gcScheduler::internal::GCSchedulerDataAdaptive<kotlin::steady_clock>::GCSchedulerDataAdaptive(kotlin::gcScheduler::GCSchedulerConfig&, std::__1::function<long long ()>)::'lambda'()&&), kotlin::ScopedThread::attributes, void (kotlin::RepeatedTimer<kotlin::steady_clock>::*)(kotlin::gcScheduler::internal::GCSchedulerDataAdaptive<kotlin::steady_clock>::GCSchedulerDataAdaptive(kotlin::gcScheduler::GCSchedulerConfig&, std::__1::function<long long ()>)::'lambda'()&&) noexcept, kotlin::RepeatedTimer<kotlin::steady_clock>*, kotlin::gcScheduler::internal::GCSchedulerDataAdaptive<kotlin::steady_clock>::GCSchedulerDataAdaptive(kotlin::gcScheduler::GCSchedulerConfig&, std::__1::function<long long ()>)::'lambda'()>>(void*) + 112
5  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
6  libsystem_pthread.dylib        0x1480 thread_start + 8

Main GC thread
0  libsystem_kernel.dylib         0x7090 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3f98 _pthread_cond_wait + 1204
2  libc++.1.dylib                 0x21584 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3  Usercentrics                   0x320b84 std::__1::invoke_result<kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::gcScheduler::GCScheduler&, bool, unsigned long)::$_1>::type kotlin::ScopedThread::Run<kotlin::ScopedThread (anonymous namespace)::createGCThread<kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::gcScheduler::GCScheduler&, bool, unsigned long)::$_1>(char const*, kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::gcScheduler::GCScheduler&, bool, unsigned long)::$_1&&)::'lambda'()>(kotlin::ScopedThread::attributes, kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::gcScheduler::GCScheduler&, bool, unsigned long)::$_1&&) + 540
4  Usercentrics                   0x323654 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(kotlin::ScopedThread::attributes, kotlin::ScopedThread (anonymous namespace)::createGCThread<kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::gcScheduler::GCScheduler&, bool, unsigned long)::$_1>(char const*, kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::gcScheduler::GCScheduler&, bool, unsigned long)::$_1&&)::'lambda'()&&), kotlin::ScopedThread::attributes, kotlin::ScopedThread (anonymous namespace)::createGCThread<kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::gcScheduler::GCScheduler&, bool, unsigned long)::$_1>(char const*, kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::gcScheduler::GCScheduler&, bool, unsigned long)::$_1&&)::'lambda'()>>(void*) + 104
5  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
6  libsystem_pthread.dylib        0x1480 thread_start + 8

Crashed: com.apple.NSURLSession-delegate
0  libobjc.A.dylib                0x2354 objc_release_x0 + 16
1  libobjc.A.dylib                0x2354 objc_release + 16
2  OneSignalUser                  0x46e4 specialized OSSubscriptionModelStoreListener.getUpdateModelDelta(_:) + 74 (OSSubscriptionModelStoreListener.swift:74)
3  OneSignalOSCore                0x10648 OSModelStoreListener.onUpdated(_:) + 65 (OSModelStoreListener.swift:65)
4  OneSignalOSCore                0xc6e0 OSModelStore.onModelUpdated(args:hydrating:) + 50 (OSEventProducer.swift:50)
5  OneSignalOSCore                0xc72c protocol witness for OSModelChangedHandler.onModelUpdated(args:hydrating:) in conformance OSModelStore<A> + 4360 (<compiler-generated>:4360)
6  OneSignalOSCore                0xdc0c OSModel.set<A>(property:newValue:) + 59 (OSModel.swift:59)
7  OneSignalUser                  0x32a60 OSSubscriptionModel.subscriptionId.didset + 126 (OSSubscriptionModel.swift:126)
8  OneSignalUser                  0x2aef4 closure #2 in OSUserExecutor.executeFetchUserRequest(_:) + 487 (OSUserExecutor.swift:487)
9  OneSignalUser                  0x1b208 thunk for @escaping @callee_guaranteed (@guaranteed OneSignalClientError) -> () + 10060 (<compiler-generated>:10060)
10 OneSignalCore                  0x9f38 -[OneSignalClient handleJSONNSURLResponse:data:error:isAsync:withRequest:onSuccess:onFailure:] + 231 (OneSignalClient.m:231)
11 OneSignalCore                  0x9458 __54-[OneSignalClient executeRequest:onSuccess:onFailure:]_block_invoke + 110 (OneSignalClient.m:110)
12 CFNetwork                      0x3f8e4 __40-[__NSURLSessionLocal taskForClassInfo:]_block_invoke + 508
13 CFNetwork                      0x3f6a0 __49-[__NSCFLocalSessionTask _task_onqueue_didFinish]_block_invoke_2 + 160
14 libdispatch.dylib              0x2248 _dispatch_call_block_and_release + 32
15 libdispatch.dylib              0x3fa8 _dispatch_client_callout + 20
16 libdispatch.dylib              0xb5cc _dispatch_lane_serial_drain + 768
17 libdispatch.dylib              0xc158 _dispatch_lane_invoke + 432
18 libdispatch.dylib              0x1738c _dispatch_root_queue_drain_deferred_wlh + 288
19 libdispatch.dylib              0x16bd8 _dispatch_workloop_worker_thread + 540
20 libsystem_pthread.dylib        0x3680 _pthread_wqthread + 288
21 libsystem_pthread.dylib        0x1474 start_wqthread + 8

com.apple.uikit.eventfetch-thread
0  libsystem_kernel.dylib         0x1788 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x4e98 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x4db0 mach_msg_overwrite + 424
3  libsystem_kernel.dylib         0x4bfc mach_msg + 24
4  CoreFoundation                 0x76804 __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x75eb0 __CFRunLoopRun + 1212
6  CoreFoundation                 0xc8284 CFRunLoopRunSpecific + 588
7  Foundation                     0x2a0e8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
8  Foundation                     0x186bb0 -[NSRunLoop(NSRunLoop) runUntilDate:] + 64
9  UIKitCore                      0x481a78 -[UIEventFetcher threadMain] + 420
10 Foundation                     0x115f30 __NSThread__start__ + 724
11 libsystem_pthread.dylib        0x17d0 _pthread_start + 136
12 libsystem_pthread.dylib        0x1480 thread_start + 8

io.flutter.1.ui
0  libsystem_kernel.dylib         0x1788 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x4e98 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x4db0 mach_msg_overwrite + 424
3  libsystem_kernel.dylib         0x4bfc mach_msg + 24
4  CoreFoundation                 0x76804 __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x75eb0 __CFRunLoopRun + 1212
6  CoreFoundation                 0xc8284 CFRunLoopRunSpecific + 588
7  Flutter                        0x89400 fml::MessageLoopDarwin::Run() + 52 (message_loop_darwin.mm:52)
8  Flutter                        0x890e0 std::_fl::__function::__func<fml::Thread::Thread(std::_fl::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0, std::_fl::allocator<fml::Thread::Thread(std::_fl::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0>, void ()>::operator()() + 94 (message_loop_impl.cc:94)
9  Flutter                        0x88df0 fml::ThreadHandle::ThreadHandle(std::_fl::function<void ()>&&)::$_0::__invoke(void*) + 470 (function.h:470)
10 libsystem_pthread.dylib        0x17d0 _pthread_start + 136
11 libsystem_pthread.dylib        0x1480 thread_start + 8

io.flutter.1.raster
0  libsystem_kernel.dylib         0x1788 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x4e98 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x4db0 mach_msg_overwrite + 424
3  libsystem_kernel.dylib         0x4bfc mach_msg + 24
4  CoreFoundation                 0x76804 __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x75eb0 __CFRunLoopRun + 1212
6  CoreFoundation                 0xc8284 CFRunLoopRunSpecific + 588
7  Flutter                        0x89400 fml::MessageLoopDarwin::Run() + 52 (message_loop_darwin.mm:52)
8  Flutter                        0x890e0 std::_fl::__function::__func<fml::Thread::Thread(std::_fl::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0, std::_fl::allocator<fml::Thread::Thread(std::_fl::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0>, void ()>::operator()() + 94 (message_loop_impl.cc:94)
9  Flutter                        0x88df0 fml::ThreadHandle::ThreadHandle(std::_fl::function<void ()>&&)::$_0::__invoke(void*) + 470 (function.h:470)
10 libsystem_pthread.dylib        0x17d0 _pthread_start + 136
11 libsystem_pthread.dylib        0x1480 thread_start + 8

io.flutter.1.io
0  libsystem_kernel.dylib         0x1788 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x4e98 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x4db0 mach_msg_overwrite + 424
3  libsystem_kernel.dylib         0x4bfc mach_msg + 24
4  CoreFoundation                 0x76804 __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x75eb0 __CFRunLoopRun + 1212
6  CoreFoundation                 0xc8284 CFRunLoopRunSpecific + 588
7  Flutter                        0x89400 fml::MessageLoopDarwin::Run() + 52 (message_loop_darwin.mm:52)
8  Flutter                        0x890e0 std::_fl::__function::__func<fml::Thread::Thread(std::_fl::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0, std::_fl::allocator<fml::Thread::Thread(std::_fl::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0>, void ()>::operator()() + 94 (message_loop_impl.cc:94)
9  Flutter                        0x88df0 fml::ThreadHandle::ThreadHandle(std::_fl::function<void ()>&&)::$_0::__invoke(void*) + 470 (function.h:470)
10 libsystem_pthread.dylib        0x17d0 _pthread_start + 136
11 libsystem_pthread.dylib        0x1480 thread_start + 8

io.worker.1
0  libsystem_kernel.dylib         0x7090 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3f98 _pthread_cond_wait + 1204
2  Flutter                        0x67c20 std::_fl::condition_variable::wait(std::_fl::unique_lock<std::_fl::mutex>&) + 47 (condition_variable.cpp:47)
3  Flutter                        0x82670 void* std::_fl::__thread_proxy[abi:v15000]<std::_fl::tuple<std::_fl::unique_ptr<std::_fl::__thread_struct, std::_fl::default_delete<std::_fl::__thread_struct>>, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>>(void*) + 398 (__mutex_base:398)
4  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
5  libsystem_pthread.dylib        0x1480 thread_start + 8

io.worker.2
0  libsystem_kernel.dylib         0x7090 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3f98 _pthread_cond_wait + 1204
2  Flutter                        0x67c20 std::_fl::condition_variable::wait(std::_fl::unique_lock<std::_fl::mutex>&) + 47 (condition_variable.cpp:47)
3  Flutter                        0x82670 void* std::_fl::__thread_proxy[abi:v15000]<std::_fl::tuple<std::_fl::unique_ptr<std::_fl::__thread_struct, std::_fl::default_delete<std::_fl::__thread_struct>>, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>>(void*) + 398 (__mutex_base:398)
4  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
5  libsystem_pthread.dylib        0x1480 thread_start + 8

io.worker.3
0  libsystem_kernel.dylib         0x7090 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3f98 _pthread_cond_wait + 1204
2  Flutter                        0x67c20 std::_fl::condition_variable::wait(std::_fl::unique_lock<std::_fl::mutex>&) + 47 (condition_variable.cpp:47)
3  Flutter                        0x82670 void* std::_fl::__thread_proxy[abi:v15000]<std::_fl::tuple<std::_fl::unique_ptr<std::_fl::__thread_struct, std::_fl::default_delete<std::_fl::__thread_struct>>, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>>(void*) + 398 (__mutex_base:398)
4  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
5  libsystem_pthread.dylib        0x1480 thread_start + 8

dart:io EventHandler
0  libsystem_kernel.dylib         0x84cc kevent + 8
1  Flutter                        0x57aefc dart::bin::EventHandlerImplementation::EventHandlerEntry(unsigned long) + 459 (eventhandler_macos.cc:459)
2  Flutter                        0x5a6c1c dart::bin::ThreadStart(void*) + 65 (thread_macos.cc:65)
3  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
4  libsystem_pthread.dylib        0x1480 thread_start + 8

com.google.firebase.crashlytics.MachExceptionServer
0  FirebaseCrashlytics            0x21bac FIRCLSProcessRecordAllThreads + 392 (FIRCLSProcess.c:392)
1  FirebaseCrashlytics            0x21f8c FIRCLSProcessRecordAllThreads + 423 (FIRCLSProcess.c:423)
2  FirebaseCrashlytics            0x18e1c FIRCLSHandler + 34 (FIRCLSHandler.m:34)
3  FirebaseCrashlytics            0x1b7ac FIRCLSMachExceptionServer + 521 (FIRCLSMachException.c:521)
4  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
5  libsystem_pthread.dylib        0x1480 thread_start + 8

Thread
0  libsystem_kernel.dylib         0x7090 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3f98 _pthread_cond_wait + 1204
2  Usercentrics                   0x3315c0 (anonymous namespace)::waitInNativeState(_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*) + 68
3  Usercentrics                   0x330404 (anonymous namespace)::workerRoutine(void*) + 356
4  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
5  libsystem_pthread.dylib        0x1480 thread_start + 8

GC finalizer processor
0  libsystem_kernel.dylib         0x1788 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x4e98 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x4db0 mach_msg_overwrite + 424
3  libsystem_kernel.dylib         0x4bfc mach_msg + 24
4  CoreFoundation                 0x76804 __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x75eb0 __CFRunLoopRun + 1212
6  CoreFoundation                 0xc8284 CFRunLoopRunSpecific + 588
7  CoreFoundation                 0xdb824 CFRunLoopRun + 64
8  Usercentrics                   0x324488 std::__1::invoke_result<kotlin::gc::FinalizerProcessor<kotlin::alloc::AtomicStack<kotlin::alloc::ExtraObjectCell>, kotlin::alloc::FinalizerQueueTraits>::StartFinalizerThreadIfNone()::'lambda'()>::type kotlin::ScopedThread::Run<kotlin::gc::FinalizerProcessor<kotlin::alloc::AtomicStack<kotlin::alloc::ExtraObjectCell>, kotlin::alloc::FinalizerQueueTraits>::StartFinalizerThreadIfNone()::'lambda'()>(kotlin::ScopedThread::attributes, kotlin::gc::FinalizerProcessor<kotlin::alloc::AtomicStack<kotlin::alloc::ExtraObjectCell>, kotlin::alloc::FinalizerQueueTraits>::StartFinalizerThreadIfNone()::'lambda'()&&) + 148
9  Usercentrics                   0x324554 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(kotlin::ScopedThread::attributes, kotlin::gc::FinalizerProcessor<kotlin::alloc::AtomicStack<kotlin::alloc::ExtraObjectCell>, kotlin::alloc::FinalizerQueueTraits>::StartFinalizerThreadIfNone()::'lambda'()&&), kotlin::ScopedThread::attributes, kotlin::gc::FinalizerProcessor<kotlin::alloc::AtomicStack<kotlin::alloc::ExtraObjectCell>, kotlin::alloc::FinalizerQueueTraits>::StartFinalizerThreadIfNone()::'lambda'()>>(void*) + 104
10 libsystem_pthread.dylib        0x17d0 _pthread_start + 136
11 libsystem_pthread.dylib        0x1480 thread_start + 8

DartWorker
0  libsystem_kernel.dylib         0x7090 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3fc4 _pthread_cond_wait + 1248
2  Flutter                        0x607554 dart::ConditionVariable::WaitMicros(dart::Mutex*, long long) + 149 (synchronization_posix.cc:149)
3  Flutter                        0x642e3c dart::MutatorThreadPool::OnEnterIdleLocked(dart::MutexLocker*, dart::ThreadPool::Worker*) + 112 (intrusive_dlist.h:112)
4  Flutter                        0x6e6244 dart::ThreadPool::Worker::Main(unsigned long) + 112 (intrusive_dlist.h:112)
5  Flutter                        0x6a98f4 dart::ThreadStart(void*) + 94 (os_thread_macos.cc:94)
6  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
7  libsystem_pthread.dylib        0x1480 thread_start + 8

DartWorker
0  libsystem_kernel.dylib         0x7090 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3fc4 _pthread_cond_wait + 1248
2  Flutter                        0x607554 dart::ConditionVariable::WaitMicros(dart::Mutex*, long long) + 149 (synchronization_posix.cc:149)
3  Flutter                        0x6e63f4 dart::ThreadPool::Worker::Main(unsigned long) + 112 (intrusive_dlist.h:112)
4  Flutter                        0x6a98f4 dart::ThreadStart(void*) + 94 (os_thread_macos.cc:94)
5  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
6  libsystem_pthread.dylib        0x1480 thread_start + 8

com.apple.NSURLConnectionLoader
0  libsystem_kernel.dylib         0x1788 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x4e98 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x4db0 mach_msg_overwrite + 424
3  libsystem_kernel.dylib         0x4bfc mach_msg + 24
4  CoreFoundation                 0x76804 __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x75eb0 __CFRunLoopRun + 1212
6  CoreFoundation                 0xc8284 CFRunLoopRunSpecific + 588
7  CFNetwork                      0xf1c4c +[__CFN_CoreSchedulingSetRunnable _run:] + 416
8  Foundation                     0x115f30 __NSThread__start__ + 724
9  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
10 libsystem_pthread.dylib        0x1480 thread_start + 8

com.apple.NSURLSession-work
0  libdispatch.dylib              0xe80c _dispatch_queue_wakeup + 480
1  CFNetwork                      0x4b74c URLConnectionLoader::ensureLoaderHasProtocolNoLock(NSURLRequest*) + 344
2  CFNetwork                      0x4b398 URLConnectionLoader::loadWithWhatToDo(NSURLRequest*, _CFCachedURLResponse const*, long, URLConnectionLoader::WhatToDo) + 920
3  CFNetwork                      0x4ad80 invocation function for block in URLConnectionLoader::initiateCacheLookup(NSURLRequest*, XURLCache const*, NSURLRequestCachePolicy) + 404
4  libdispatch.dylib              0x2248 _dispatch_call_block_and_release + 32
5  libdispatch.dylib              0x3fa8 _dispatch_client_callout + 20
6  libdispatch.dylib              0xb5cc _dispatch_lane_serial_drain + 768
7  libdispatch.dylib              0xc158 _dispatch_lane_invoke + 432
8  libdispatch.dylib              0x1738c _dispatch_root_queue_drain_deferred_wlh + 288
9  libdispatch.dylib              0x16bd8 _dispatch_workloop_worker_thread + 540
10 libsystem_pthread.dylib        0x3680 _pthread_wqthread + 288
11 libsystem_pthread.dylib        0x1474 start_wqthread + 8

Thread
0  libsystem_pthread.dylib        0x146c start_wqthread + 10

Thread
0  libsystem_pthread.dylib        0x146c start_wqthread + 10

DartWorker
0  libsystem_kernel.dylib         0x7090 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3fc4 _pthread_cond_wait + 1248
2  Flutter                        0x607554 dart::ConditionVariable::WaitMicros(dart::Mutex*, long long) + 149 (synchronization_posix.cc:149)
3  Flutter                        0x6e63f4 dart::ThreadPool::Worker::Main(unsigned long) + 112 (intrusive_dlist.h:112)
4  Flutter                        0x6a98f4 dart::ThreadStart(void*) + 94 (os_thread_macos.cc:94)
5  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
6  libsystem_pthread.dylib        0x1480 thread_start + 8

Thread
0  libsystem_kernel.dylib         0x1510 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x36cc _pthread_wqthread + 364
2  libsystem_pthread.dylib        0x1474 start_wqthread + 8

DartWorker
0  libsystem_kernel.dylib         0x7090 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3fc4 _pthread_cond_wait + 1248
2  Flutter                        0x607554 dart::ConditionVariable::WaitMicros(dart::Mutex*, long long) + 149 (synchronization_posix.cc:149)
3  Flutter                        0x6e63f4 dart::ThreadPool::Worker::Main(unsigned long) + 112 (intrusive_dlist.h:112)
4  Flutter                        0x6a98f4 dart::ThreadStart(void*) + 94 (os_thread_macos.cc:94)
5  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
6  libsystem_pthread.dylib        0x1480 thread_start + 8

DartWorker
0  libsystem_kernel.dylib         0x7090 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3fc4 _pthread_cond_wait + 1248
2  Flutter                        0x607554 dart::ConditionVariable::WaitMicros(dart::Mutex*, long long) + 149 (synchronization_posix.cc:149)
3  Flutter                        0x6e63f4 dart::ThreadPool::Worker::Main(unsigned long) + 112 (intrusive_dlist.h:112)
4  Flutter                        0x6a98f4 dart::ThreadStart(void*) + 94 (os_thread_macos.cc:94)
5  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
6  libsystem_pthread.dylib        0x1480 thread_start + 8

DartWorker
0  libsystem_kernel.dylib         0x7090 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3fc4 _pthread_cond_wait + 1248
2  Flutter                        0x607554 dart::ConditionVariable::WaitMicros(dart::Mutex*, long long) + 149 (synchronization_posix.cc:149)
3  Flutter                        0x6e63f4 dart::ThreadPool::Worker::Main(unsigned long) + 112 (intrusive_dlist.h:112)
4  Flutter                        0x6a98f4 dart::ThreadStart(void*) + 94 (os_thread_macos.cc:94)
5  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
6  libsystem_pthread.dylib        0x1480 thread_start + 8

DartWorker
0  libsystem_kernel.dylib         0x7090 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3fc4 _pthread_cond_wait + 1248
2  Flutter                        0x607554 dart::ConditionVariable::WaitMicros(dart::Mutex*, long long) + 149 (synchronization_posix.cc:149)
3  Flutter                        0x6e63f4 dart::ThreadPool::Worker::Main(unsigned long) + 112 (intrusive_dlist.h:112)
4  Flutter                        0x6a98f4 dart::ThreadStart(void*) + 94 (os_thread_macos.cc:94)
5  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
6  libsystem_pthread.dylib        0x1480 thread_start + 8

DartWorker
0  libsystem_kernel.dylib         0x7090 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3fc4 _pthread_cond_wait + 1248
2  Flutter                        0x607554 dart::ConditionVariable::WaitMicros(dart::Mutex*, long long) + 149 (synchronization_posix.cc:149)
3  Flutter                        0x6e63f4 dart::ThreadPool::Worker::Main(unsigned long) + 112 (intrusive_dlist.h:112)
4  Flutter                        0x6a98f4 dart::ThreadStart(void*) + 94 (os_thread_macos.cc:94)
5  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
6  libsystem_pthread.dylib        0x1480 thread_start + 8

DartWorker
0  libsystem_kernel.dylib         0x7090 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3fc4 _pthread_cond_wait + 1248
2  Flutter                        0x607554 dart::ConditionVariable::WaitMicros(dart::Mutex*, long long) + 149 (synchronization_posix.cc:149)
3  Flutter                        0x6e63f4 dart::ThreadPool::Worker::Main(unsigned long) + 112 (intrusive_dlist.h:112)
4  Flutter                        0x6a98f4 dart::ThreadStart(void*) + 94 (os_thread_macos.cc:94)
5  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
6  libsystem_pthread.dylib        0x1480 thread_start + 8

DartWorker
0  libsystem_kernel.dylib         0x7090 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3fc4 _pthread_cond_wait + 1248
2  Flutter                        0x607554 dart::ConditionVariable::WaitMicros(dart::Mutex*, long long) + 149 (synchronization_posix.cc:149)
3  Flutter                        0x6e63f4 dart::ThreadPool::Worker::Main(unsigned long) + 112 (intrusive_dlist.h:112)
4  Flutter                        0x6a98f4 dart::ThreadStart(void*) + 94 (os_thread_macos.cc:94)
5  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
6  libsystem_pthread.dylib        0x1480 thread_start + 8

DartWorker
0  libsystem_kernel.dylib         0x7090 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3fc4 _pthread_cond_wait + 1248
2  Flutter                        0x607554 dart::ConditionVariable::WaitMicros(dart::Mutex*, long long) + 149 (synchronization_posix.cc:149)
3  Flutter                        0x6e63f4 dart::ThreadPool::Worker::Main(unsigned long) + 112 (intrusive_dlist.h:112)
4  Flutter                        0x6a98f4 dart::ThreadStart(void*) + 94 (os_thread_macos.cc:94)
5  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
6  libsystem_pthread.dylib        0x1480 thread_start + 8

DartWorker
0  libsystem_kernel.dylib         0x7090 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3fc4 _pthread_cond_wait + 1248
2  Flutter                        0x607554 dart::ConditionVariable::WaitMicros(dart::Mutex*, long long) + 149 (synchronization_posix.cc:149)
3  Flutter                        0x6e63f4 dart::ThreadPool::Worker::Main(unsigned long) + 112 (intrusive_dlist.h:112)
4  Flutter                        0x6a98f4 dart::ThreadStart(void*) + 94 (os_thread_macos.cc:94)
5  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
6  libsystem_pthread.dylib        0x1480 thread_start + 8

DartWorker
0  libsystem_kernel.dylib         0x7090 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3fc4 _pthread_cond_wait + 1248
2  Flutter                        0x607554 dart::ConditionVariable::WaitMicros(dart::Mutex*, long long) + 149 (synchronization_posix.cc:149)
3  Flutter                        0x6e63f4 dart::ThreadPool::Worker::Main(unsigned long) + 112 (intrusive_dlist.h:112)
4  Flutter                        0x6a98f4 dart::ThreadStart(void*) + 94 (os_thread_macos.cc:94)
5  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
6  libsystem_pthread.dylib        0x1480 thread_start + 8

DartWorker
0  libsystem_kernel.dylib         0x7090 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3fc4 _pthread_cond_wait + 1248
2  Flutter                        0x607554 dart::ConditionVariable::WaitMicros(dart::Mutex*, long long) + 149 (synchronization_posix.cc:149)
3  Flutter                        0x6e63f4 dart::ThreadPool::Worker::Main(unsigned long) + 112 (intrusive_dlist.h:112)
4  Flutter                        0x6a98f4 dart::ThreadStart(void*) + 94 (os_thread_macos.cc:94)
5  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
6  libsystem_pthread.dylib        0x1480 thread_start + 8

DartWorker
0  libsystem_kernel.dylib         0x7090 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3fc4 _pthread_cond_wait + 1248
2  Flutter                        0x607554 dart::ConditionVariable::WaitMicros(dart::Mutex*, long long) + 149 (synchronization_posix.cc:149)
3  Flutter                        0x6e63f4 dart::ThreadPool::Worker::Main(unsigned long) + 112 (intrusive_dlist.h:112)
4  Flutter                        0x6a98f4 dart::ThreadStart(void*) + 94 (os_thread_macos.cc:94)
5  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
6  libsystem_pthread.dylib        0x1480 thread_start + 8

DartWorker
0  libsystem_kernel.dylib         0x7090 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3fc4 _pthread_cond_wait + 1248
2  Flutter                        0x607554 dart::ConditionVariable::WaitMicros(dart::Mutex*, long long) + 149 (synchronization_posix.cc:149)
3  Flutter                        0x6e63f4 dart::ThreadPool::Worker::Main(unsigned long) + 112 (intrusive_dlist.h:112)
4  Flutter                        0x6a98f4 dart::ThreadStart(void*) + 94 (os_thread_macos.cc:94)
5  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
6  libsystem_pthread.dylib        0x1480 thread_start + 8

DartWorker
0  libsystem_kernel.dylib         0x7090 __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3fc4 _pthread_cond_wait + 1248
2  Flutter                        0x607554 dart::ConditionVariable::WaitMicros(dart::Mutex*, long long) + 149 (synchronization_posix.cc:149)
3  Flutter                        0x6e63f4 dart::ThreadPool::Worker::Main(unsigned long) + 112 (intrusive_dlist.h:112)
4  Flutter                        0x6a98f4 dart::ThreadStart(void*) + 94 (os_thread_macos.cc:94)
5  libsystem_pthread.dylib        0x17d0 _pthread_start + 136
6  libsystem_pthread.dylib        0x1480 thread_start + 8

Code of Conduct

  • I agree to follow this project's Code of Conduct
@saawhitelife
Copy link
Author

saawhitelife commented Mar 5, 2025

Another one arrived

Details
# Crashlytics - Stack trace
# Application: com.some.application
# Platform: apple
# Version: 3.0.2 (4)
# Issue: 0f53de697f02f44391bd4001c0635fbb
# Session: ddbf31e5f9d6495a9a9b9f7b651bcdfc_DNE_0_v2
# Date: Fri Feb 28 2025 11:50:29 GMT+0200 (Eastern European Standard Time)

com.apple.main-thread
0  libsystem_kernel.dylib         0x1808 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x5008 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x4f20 mach_msg_overwrite + 436
3  libsystem_kernel.dylib         0x4d60 mach_msg + 24
4  CoreFoundation                 0x53f5c __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x53600 __CFRunLoopRun + 1208
6  CoreFoundation                 0x52cd8 CFRunLoopRunSpecific + 608
7  GraphicsServices               0x11a8 GSEventRunModal + 164
8  UIKitCore                      0x40a90c -[UIApplication _run] + 888
9  UIKitCore                      0x4be9d0 UIApplicationMain + 340
10 UIKitCore                      0x638384 keypath_get_selector_hoverStyle + 11024
11 SomeApp                      0x90f0 main + 4338012400 (AppDelegate.swift:4338012400)
12 ???                            0x1c0e7de4c (Missing)

com.apple.CFNetwork.CacheDB-write
0  libsystem_platform.dylib       0x144c _platform_memset + 108
1  libsqlite3.dylib               0x1a47c sqlite3_log + 2312
2  libsqlite3.dylib               0x9ccfc sqlite3_sourceid + 48204
3  libsqlite3.dylib               0x9e310 sqlite3_sourceid + 53856
4  libsqlite3.dylib               0x120bc sqlite3_exec + 39264
5  libsqlite3.dylib               0x11dfc sqlite3_exec + 38560
6  libsqlite3.dylib               0x3ac58 sqlite3_value_text + 11384
7  libsqlite3.dylib               0x41878 sqlite3_free_table + 1496
8  libsqlite3.dylib               0xb86c sqlite3_exec + 12560
9  libsqlite3.dylib               0x9ac8 sqlite3_exec + 4972
10 libsqlite3.dylib               0x9274 sqlite3_exec + 2840
11 libsqlite3.dylib               0x8d30 sqlite3_exec + 1492
12 CFNetwork                      0x63a40 CFHTTPCookieCreateWithResponseHeaderFields + 33192
13 CFNetwork                      0x625d4 CFHTTPCookieCreateWithResponseHeaderFields + 27964
14 libdispatch.dylib              0x12e5c _dispatch_block_async_invoke2 + 148
15 libdispatch.dylib              0x3dd4 _dispatch_client_callout + 20
16 libdispatch.dylib              0xb400 _dispatch_lane_serial_drain + 748
17 libdispatch.dylib              0xbf64 _dispatch_lane_invoke + 432
18 libdispatch.dylib              0x16cb4 _dispatch_root_queue_drain_deferred_wlh + 288
19 libdispatch.dylib              0x16528 _dispatch_workloop_worker_thread + 404
20 libsystem_pthread.dylib        0x4934 _pthread_wqthread + 288
21 libsystem_pthread.dylib        0x10cc start_wqthread + 8

Thread
0  libsystem_kernel.dylib         0x1590 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x4980 _pthread_wqthread + 364
2  libsystem_pthread.dylib        0x10cc start_wqthread + 8

Thread
0  libsystem_kernel.dylib         0x1590 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x4980 _pthread_wqthread + 364
2  libsystem_pthread.dylib        0x10cc start_wqthread + 8

GC Timer thread
0  libsystem_kernel.dylib         0x71cc __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x36e4 _pthread_cond_wait + 1228
2  libc++.1.dylib                 0xd598 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 100
3  Usercentrics                   0x31dbb8 void kotlin::RepeatedTimer<kotlin::steady_clock>::Run<kotlin::gcScheduler::internal::GCSchedulerDataAdaptive<kotlin::steady_clock>::GCSchedulerDataAdaptive(kotlin::gcScheduler::GCSchedulerConfig&, std::__1::function<long long ()>)::'lambda'()>(kotlin::gcScheduler::internal::GCSchedulerDataAdaptive<kotlin::steady_clock>::GCSchedulerDataAdaptive(kotlin::gcScheduler::GCSchedulerConfig&, std::__1::function<long long ()>)::'lambda'()&&) + 248
4  Usercentrics                   0x31de50 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(kotlin::ScopedThread::attributes, void (kotlin::RepeatedTimer<kotlin::steady_clock>::*&&)(kotlin::gcScheduler::internal::GCSchedulerDataAdaptive<kotlin::steady_clock>::GCSchedulerDataAdaptive(kotlin::gcScheduler::GCSchedulerConfig&, std::__1::function<long long ()>)::'lambda'()&&) noexcept, kotlin::RepeatedTimer<kotlin::steady_clock>*&&, kotlin::gcScheduler::internal::GCSchedulerDataAdaptive<kotlin::steady_clock>::GCSchedulerDataAdaptive(kotlin::gcScheduler::GCSchedulerConfig&, std::__1::function<long long ()>)::'lambda'()&&), kotlin::ScopedThread::attributes, void (kotlin::RepeatedTimer<kotlin::steady_clock>::*)(kotlin::gcScheduler::internal::GCSchedulerDataAdaptive<kotlin::steady_clock>::GCSchedulerDataAdaptive(kotlin::gcScheduler::GCSchedulerConfig&, std::__1::function<long long ()>)::'lambda'()&&) noexcept, kotlin::RepeatedTimer<kotlin::steady_clock>*, kotlin::gcScheduler::internal::GCSchedulerDataAdaptive<kotlin::steady_clock>::GCSchedulerDataAdaptive(kotlin::gcScheduler::GCSchedulerConfig&, std::__1::function<long long ()>)::'lambda'()>>(void*) + 112
5  libsystem_pthread.dylib        0x606c _pthread_start + 136
6  libsystem_pthread.dylib        0x10d8 thread_start + 8

Main GC thread
0  libsystem_kernel.dylib         0x71cc __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x36e4 _pthread_cond_wait + 1228
2  libc++.1.dylib                 0xd504 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28
3  Usercentrics                   0x320b84 std::__1::invoke_result<kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::gcScheduler::GCScheduler&, bool, unsigned long)::$_1>::type kotlin::ScopedThread::Run<kotlin::ScopedThread (anonymous namespace)::createGCThread<kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::gcScheduler::GCScheduler&, bool, unsigned long)::$_1>(char const*, kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::gcScheduler::GCScheduler&, bool, unsigned long)::$_1&&)::'lambda'()>(kotlin::ScopedThread::attributes, kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::gcScheduler::GCScheduler&, bool, unsigned long)::$_1&&) + 540
4  Usercentrics                   0x323654 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(kotlin::ScopedThread::attributes, kotlin::ScopedThread (anonymous namespace)::createGCThread<kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::gcScheduler::GCScheduler&, bool, unsigned long)::$_1>(char const*, kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::gcScheduler::GCScheduler&, bool, unsigned long)::$_1&&)::'lambda'()&&), kotlin::ScopedThread::attributes, kotlin::ScopedThread (anonymous namespace)::createGCThread<kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::gcScheduler::GCScheduler&, bool, unsigned long)::$_1>(char const*, kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::gcScheduler::GCScheduler&, bool, unsigned long)::$_1&&)::'lambda'()>>(void*) + 104
5  libsystem_pthread.dylib        0x606c _pthread_start + 136
6  libsystem_pthread.dylib        0x10d8 thread_start + 8

com.apple.metal.telemetryBacktraceQueue
0  libsystem_kernel.dylib         0x66ac __ulock_wake + 8
1  libdispatch.dylib              0x484c _dlock_wake + 32
2  CoreAnalytics                  0x32e8 CoreAnalytics::Client::get() + 80
3  CoreAnalytics                  0x3038 AnalyticsSendEventInternal(NSString const*, NSDictionary<NSString*, NSObject*>* () block_pointer, XPCMessagePriority, EventPayloadFormat) + 92
4  AGXMetal13_3                   0x69da9c <redacted> + 844
5  libdispatch.dylib              0x213c _dispatch_call_block_and_release + 32
6  libdispatch.dylib              0x3dd4 _dispatch_client_callout + 20
7  libdispatch.dylib              0xb400 _dispatch_lane_serial_drain + 748
8  libdispatch.dylib              0xbf30 _dispatch_lane_invoke + 380
9  libdispatch.dylib              0x16cb4 _dispatch_root_queue_drain_deferred_wlh + 288
10 libdispatch.dylib              0x16528 _dispatch_workloop_worker_thread + 404
11 libsystem_pthread.dylib        0x4934 _pthread_wqthread + 288
12 libsystem_pthread.dylib        0x10cc start_wqthread + 8

Thread
0  libsystem_pthread.dylib        0x10c4 start_wqthread + 8495214786

com.google.firebase.crashlytics.startup
0  libsystem_kernel.dylib         0x7d0c __ulock_wait + 8
1  libdispatch.dylib              0x47c4 _dlock_wait + 56
2  libdispatch.dylib              0x44c0 _dispatch_wait_on_address + 140
3  libdispatch.dylib              0x4b90 _dispatch_group_wait_slow + 56
4  FirebaseCrashlytics            0x15674 -[FIRCLSInstallIdentifierModel regenerateInstallIDIfNeededWithBlock:] + 132 (FIRCLSInstallIdentifierModel.m:132)
5  FirebaseCrashlytics            0x22008 __91-[FIRCLSReportUploader prepareAndSubmitReport:dataCollectionToken:asUrgent:withProcessing:]_block_invoke + 98 (FIRCLSReportUploader.m:98)
6  FirebaseCrashlytics            0x5228 FIRCLSApplicationActivity + 231 (FIRCLSApplication.m:231)
7  FirebaseCrashlytics            0x21f38 -[FIRCLSReportUploader prepareAndSubmitReport:dataCollectionToken:asUrgent:withProcessing:] + 165 (FIRCLSReportUploader.m:165)
8  FirebaseCrashlytics            0x10dbc __92-[FIRCLSExistingReportManager processExistingActiveReportPath:dataCollectionToken:asUrgent:]_block_invoke_2 + 244 (FIRCLSExistingReportManager.m:244)
9  Foundation                     0x1cbe0 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 24
10 Foundation                     0x1caa0 -[NSBlockOperation main] + 104
11 Foundation                     0x1c8a0 __NSOPERATION_IS_INVOKING_MAIN__ + 16
12 Foundation                     0x1ab40 -[NSOperation start] + 648
13 Foundation                     0x9f558 __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 16
14 Foundation                     0x9f1a4 __NSOQSchedule_f + 172
15 libdispatch.dylib              0x12e5c _dispatch_block_async_invoke2 + 148
16 libdispatch.dylib              0x3dd4 _dispatch_client_callout + 20
17 libdispatch.dylib              0xb400 _dispatch_lane_serial_drain + 748
18 libdispatch.dylib              0xbf30 _dispatch_lane_invoke + 380
19 libdispatch.dylib              0x16cb4 _dispatch_root_queue_drain_deferred_wlh + 288
20 libdispatch.dylib              0x16528 _dispatch_workloop_worker_thread + 404
21 libsystem_pthread.dylib        0x4934 _pthread_wqthread + 288
22 libsystem_pthread.dylib        0x10cc start_wqthread + 8

com.apple.uikit.eventfetch-thread
0  libsystem_kernel.dylib         0x1808 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x5008 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x4f20 mach_msg_overwrite + 436
3  libsystem_kernel.dylib         0x4d60 mach_msg + 24
4  CoreFoundation                 0x53f5c __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x53600 __CFRunLoopRun + 1208
6  CoreFoundation                 0x52cd8 CFRunLoopRunSpecific + 608
7  Foundation                     0xc7e4c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
8  Foundation                     0xc7c9c -[NSRunLoop(NSRunLoop) runUntilDate:] + 64
9  UIKitCore                      0x41e640 -[UIEventFetcher threadMain] + 420
10 Foundation                     0xde718 __NSThread__start__ + 732
11 libsystem_pthread.dylib        0x606c _pthread_start + 136
12 libsystem_pthread.dylib        0x10d8 thread_start + 8

io.flutter.1.ui
0  libsystem_kernel.dylib         0x1808 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x5008 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x4f20 mach_msg_overwrite + 436
3  libsystem_kernel.dylib         0x4d60 mach_msg + 24
4  CoreFoundation                 0x53f5c __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x53600 __CFRunLoopRun + 1208
6  CoreFoundation                 0x52cd8 CFRunLoopRunSpecific + 608
7  Flutter                        0x89400 fml::MessageLoopDarwin::Run() + 52 (message_loop_darwin.mm:52)
8  Flutter                        0x890e0 std::_fl::__function::__func<fml::Thread::Thread(std::_fl::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0, std::_fl::allocator<fml::Thread::Thread(std::_fl::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0>, void ()>::operator()() + 94 (message_loop_impl.cc:94)
9  Flutter                        0x88df0 fml::ThreadHandle::ThreadHandle(std::_fl::function<void ()>&&)::$_0::__invoke(void*) + 470 (function.h:470)
10 libsystem_pthread.dylib        0x606c _pthread_start + 136
11 libsystem_pthread.dylib        0x10d8 thread_start + 8

io.flutter.1.raster
0  libsystem_kernel.dylib         0x1808 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x5008 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x4f20 mach_msg_overwrite + 436
3  libsystem_kernel.dylib         0x4d60 mach_msg + 24
4  CoreFoundation                 0x53f5c __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x53600 __CFRunLoopRun + 1208
6  CoreFoundation                 0x52cd8 CFRunLoopRunSpecific + 608
7  Flutter                        0x89400 fml::MessageLoopDarwin::Run() + 52 (message_loop_darwin.mm:52)
8  Flutter                        0x890e0 std::_fl::__function::__func<fml::Thread::Thread(std::_fl::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0, std::_fl::allocator<fml::Thread::Thread(std::_fl::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0>, void ()>::operator()() + 94 (message_loop_impl.cc:94)
9  Flutter                        0x88df0 fml::ThreadHandle::ThreadHandle(std::_fl::function<void ()>&&)::$_0::__invoke(void*) + 470 (function.h:470)
10 libsystem_pthread.dylib        0x606c _pthread_start + 136
11 libsystem_pthread.dylib        0x10d8 thread_start + 8

io.flutter.1.io
0  libsystem_kernel.dylib         0x1808 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x5008 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x4f20 mach_msg_overwrite + 436
3  libsystem_kernel.dylib         0x4d60 mach_msg + 24
4  CoreFoundation                 0x53f5c __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x53600 __CFRunLoopRun + 1208
6  CoreFoundation                 0x52cd8 CFRunLoopRunSpecific + 608
7  Flutter                        0x89400 fml::MessageLoopDarwin::Run() + 52 (message_loop_darwin.mm:52)
8  Flutter                        0x890e0 std::_fl::__function::__func<fml::Thread::Thread(std::_fl::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0, std::_fl::allocator<fml::Thread::Thread(std::_fl::function<void (fml::Thread::ThreadConfig const&)> const&, fml::Thread::ThreadConfig const&)::$_0>, void ()>::operator()() + 94 (message_loop_impl.cc:94)
9  Flutter                        0x88df0 fml::ThreadHandle::ThreadHandle(std::_fl::function<void ()>&&)::$_0::__invoke(void*) + 470 (function.h:470)
10 libsystem_pthread.dylib        0x606c _pthread_start + 136
11 libsystem_pthread.dylib        0x10d8 thread_start + 8

io.worker.1
0  libsystem_kernel.dylib         0x71cc __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x36e4 _pthread_cond_wait + 1228
2  Flutter                        0x67c20 std::_fl::condition_variable::wait(std::_fl::unique_lock<std::_fl::mutex>&) + 47 (condition_variable.cpp:47)
3  Flutter                        0x82670 void* std::_fl::__thread_proxy[abi:v15000]<std::_fl::tuple<std::_fl::unique_ptr<std::_fl::__thread_struct, std::_fl::default_delete<std::_fl::__thread_struct>>, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>>(void*) + 398 (__mutex_base:398)
4  libsystem_pthread.dylib        0x606c _pthread_start + 136
5  libsystem_pthread.dylib        0x10d8 thread_start + 8

io.worker.2
0  libsystem_kernel.dylib         0x1808 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x5008 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x4f20 mach_msg_overwrite + 436
3  libsystem_kernel.dylib         0x4d60 mach_msg + 24
4  libdispatch.dylib              0x1eb18 _dispatch_mach_send_and_wait_for_reply + 544
5  libdispatch.dylib              0x1eeb8 dispatch_mach_send_with_result_and_wait_for_reply + 60
6  libxpc.dylib                   0x10ac8 xpc_connection_send_message_with_reply_sync + 264
7  Metal                          0x4d350 XPCCompilerConnection::BuildRequestInternal(MTLCompilerRequest*, char const*, NSObject<OS_dispatch_data>*, int, bool, void (unsigned int, void const*, unsigned long, char const*) block_pointer) + 1120
8  Metal                          0x4cec0 invocation function for block in XPCCompilerConnection::BuildRequest(MTLCompilerRequest*, char const*, NSObject<OS_dispatch_data>*, int, bool, void (unsigned int, void const*, unsigned long, char const*) block_pointer) + 64
9  libdispatch.dylib              0x3dd4 _dispatch_client_callout + 20
10 libdispatch.dylib              0x136f8 _dispatch_sync_invoke_and_complete_recurse + 64
11 libdispatch.dylib              0x13178 _dispatch_sync_f_slow + 176
12 Metal                          0x5fa10 XPCCompilerConnection::BuildRequest(MTLCompilerRequest*, char const*, NSObject<OS_dispatch_data>*, int, bool, void (unsigned int, void const*, unsigned long, char const*) block_pointer) + 136
13 Metal                          0x5f8c4 MTLCompilerConnectionManagerPrivate::buildRequest(unsigned int, MTLCompilerRequest*, bool, void (MTLCompilerError, NSObject<OS_dispatch_data>*, char const*) block_pointer) + 524
14 Metal                          0x22d1c -[MTLCompiler compileRequestInternal:binaryArchives:pipelineCache:sync:completionHandler:] + 760
15 AGXMetal13_3                   0x38313c <redacted> + 2228
16 AGXMetal13_3                   0x21df0c <redacted> + 2064
17 AGXMetal13_3                   0x212a50 <redacted> + 1404
18 AGXMetal13_3                   0x218324 <redacted> + 132
19 Flutter                        0x49ac14 impeller::BlitPassMTL::OnCopyBufferToTextureCommand(impeller::BufferView, std::_fl::shared_ptr<impeller::Texture>, impeller::TRect<long long>, std::_fl::basic_string<char, std::_fl::char_traits<char>, std::_fl::allocator<char>>, unsigned int, bool) + 238 (blit_pass_mtl.mm:238)
20 Flutter                        0x153ee4 impeller::BlitPass::AddCopy(impeller::BufferView, std::_fl::shared_ptr<impeller::Texture>, std::_fl::optional<impeller::TRect<long long>>, std::_fl::basic_string<char, std::_fl::char_traits<char>, std::_fl::allocator<char>>, unsigned int, bool) + 158 (blit_pass.cc:158)
21 Flutter                        0x4e9d34 flutter::ImageDecoderImpeller::UnsafeUploadTextureToPrivate(std::_fl::shared_ptr<impeller::Context> const&, std::_fl::shared_ptr<impeller::DeviceBuffer> const&, SkImageInfo const&, std::_fl::optional<SkImageInfo> const&) + 1498 (string:1498)
22 Flutter                        0x4eacb8 std::_fl::__function::__func<flutter::ImageDecoderImpeller::UploadTextureToPrivate(std::_fl::function<void (sk_sp<flutter::DlImage>, std::_fl::basic_string<char, std::_fl::char_traits<char>, std::_fl::allocator<char>>)>, std::_fl::shared_ptr<impeller::Context> const&, std::_fl::shared_ptr<impeller::DeviceBuffer> const&, SkImageInfo const&, std::_fl::shared_ptr<SkBitmap> const&, std::_fl::optional<SkImageInfo> const&, std::_fl::shared_ptr<fml::SyncSwitch> const&)::$_0, std::_fl::allocator<flutter::ImageDecoderImpeller::UploadTextureToPrivate(std::_fl::function<void (sk_sp<flutter::DlImage>, std::_fl::basic_string<char, std::_fl::char_traits<char>, std::_fl::allocator<char>>)>, std::_fl::shared_ptr<impeller::Context> const&, std::_fl::shared_ptr<impeller::DeviceBuffer> const&, SkImageInfo const&, std::_fl::shared_ptr<SkBitmap> const&, std::_fl::optional<SkImageInfo> const&, std::_fl::shared_ptr<fml::SyncSwitch> const&)::$_0>, void ()>::operator()() + 416 (image_decoder_impeller.cc:416)
23 Flutter                        0x877f8 fml::SyncSwitch::Execute(fml::SyncSwitch::Handlers const&) const + 199 (shared_mutex:199)
24 Flutter                        0x4e8bdc flutter::ImageDecoderImpeller::UploadTextureToPrivate(std::_fl::function<void (sk_sp<flutter::DlImage>, std::_fl::basic_string<char, std::_fl::char_traits<char>, std::_fl::allocator<char>>)>, std::_fl::shared_ptr<impeller::Context> const&, std::_fl::shared_ptr<impeller::DeviceBuffer> const&, SkImageInfo const&, std::_fl::shared_ptr<SkBitmap> const&, std::_fl::optional<SkImageInfo> const&, std::_fl::shared_ptr<fml::SyncSwitch> const&) + 470 (function.h:470)
25 Flutter                        0x4e811c std::_fl::__function::__func<flutter::ImageDecoderImpeller::Decode(fml::RefPtr<flutter::ImageDescriptor>, unsigned int, unsigned int, std::_fl::function<void (sk_sp<flutter::DlImage>, std::_fl::basic_string<char, std::_fl::char_traits<char>, std::_fl::allocator<char>>)> const&)::$_1, std::_fl::allocator<flutter::ImageDecoderImpeller::Decode(fml::RefPtr<flutter::ImageDescriptor>, unsigned int, unsigned int, std::_fl::function<void (sk_sp<flutter::DlImage>, std::_fl::basic_string<char, std::_fl::char_traits<char>, std::_fl::allocator<char>>)> const&)::$_1>, void ()>::operator()() + 470 (function.h:470)
26 Flutter                        0x892e0 fml::ConcurrentMessageLoopDarwin::ExecuteTask(std::_fl::function<void ()> const&) + 18 (concurrent_message_loop_factory.mm:18)
27 Flutter                        0x82918 void* std::_fl::__thread_proxy[abi:v15000]<std::_fl::tuple<std::_fl::unique_ptr<std::_fl::__thread_struct, std::_fl::default_delete<std::_fl::__thread_struct>>, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>>(void*) + 1372 (vector:1372)
28 libsystem_pthread.dylib        0x606c _pthread_start + 136
29 libsystem_pthread.dylib        0x10d8 thread_start + 8

io.worker.3
0  libsystem_kernel.dylib         0x71cc __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x36e4 _pthread_cond_wait + 1228
2  Flutter                        0x67c20 std::_fl::condition_variable::wait(std::_fl::unique_lock<std::_fl::mutex>&) + 47 (condition_variable.cpp:47)
3  Flutter                        0x82670 void* std::_fl::__thread_proxy[abi:v15000]<std::_fl::tuple<std::_fl::unique_ptr<std::_fl::__thread_struct, std::_fl::default_delete<std::_fl::__thread_struct>>, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>>(void*) + 398 (__mutex_base:398)
4  libsystem_pthread.dylib        0x606c _pthread_start + 136
5  libsystem_pthread.dylib        0x10d8 thread_start + 8

io.worker.4
0  libsystem_kernel.dylib         0x1564 kevent_id + 8
1  libdispatch.dylib              0x267d4 _dispatch_kq_poll + 228
2  libdispatch.dylib              0x271bc _dispatch_event_loop_wait_for_ownership + 436
3  libdispatch.dylib              0x13594 __DISPATCH_WAIT_FOR_QUEUE__ + 340
4  libdispatch.dylib              0x1315c _dispatch_sync_f_slow + 148
5  Metal                          0x5fa10 XPCCompilerConnection::BuildRequest(MTLCompilerRequest*, char const*, NSObject<OS_dispatch_data>*, int, bool, void (unsigned int, void const*, unsigned long, char const*) block_pointer) + 136
6  Metal                          0x5f8c4 MTLCompilerConnectionManagerPrivate::buildRequest(unsigned int, MTLCompilerRequest*, bool, void (MTLCompilerError, NSObject<OS_dispatch_data>*, char const*) block_pointer) + 524
7  Metal                          0x22d1c -[MTLCompiler compileRequestInternal:binaryArchives:pipelineCache:sync:completionHandler:] + 760
8  AGXMetal13_3                   0x381480 <redacted> + 2092
9  AGXMetal13_3                   0x220890 <redacted> + 1440
10 AGXMetal13_3                   0x216868 <redacted> + 2916
11 Flutter                        0x49ace0 impeller::BlitPassMTL::OnGenerateMipmapCommand(std::_fl::shared_ptr<impeller::Texture>, std::_fl::basic_string<char, std::_fl::char_traits<char>, std::_fl::allocator<char>>) + 160 (texture_mtl.mm:160)
12 Flutter                        0x153fc0 impeller::BlitPass::GenerateMipmap(std::_fl::shared_ptr<impeller::Texture>, std::_fl::basic_string<char, std::_fl::char_traits<char>, std::_fl::allocator<char>>) + 176 (blit_pass.cc:176)
13 Flutter                        0x4e9eb4 flutter::ImageDecoderImpeller::UnsafeUploadTextureToPrivate(std::_fl::shared_ptr<impeller::Context> const&, std::_fl::shared_ptr<impeller::DeviceBuffer> const&, SkImageInfo const&, std::_fl::optional<SkImageInfo> const&) + 1498 (string:1498)
14 Flutter                        0x4eacb8 std::_fl::__function::__func<flutter::ImageDecoderImpeller::UploadTextureToPrivate(std::_fl::function<void (sk_sp<flutter::DlImage>, std::_fl::basic_string<char, std::_fl::char_traits<char>, std::_fl::allocator<char>>)>, std::_fl::shared_ptr<impeller::Context> const&, std::_fl::shared_ptr<impeller::DeviceBuffer> const&, SkImageInfo const&, std::_fl::shared_ptr<SkBitmap> const&, std::_fl::optional<SkImageInfo> const&, std::_fl::shared_ptr<fml::SyncSwitch> const&)::$_0, std::_fl::allocator<flutter::ImageDecoderImpeller::UploadTextureToPrivate(std::_fl::function<void (sk_sp<flutter::DlImage>, std::_fl::basic_string<char, std::_fl::char_traits<char>, std::_fl::allocator<char>>)>, std::_fl::shared_ptr<impeller::Context> const&, std::_fl::shared_ptr<impeller::DeviceBuffer> const&, SkImageInfo const&, std::_fl::shared_ptr<SkBitmap> const&, std::_fl::optional<SkImageInfo> const&, std::_fl::shared_ptr<fml::SyncSwitch> const&)::$_0>, void ()>::operator()() + 416 (image_decoder_impeller.cc:416)
15 Flutter                        0x877f8 fml::SyncSwitch::Execute(fml::SyncSwitch::Handlers const&) const + 199 (shared_mutex:199)
16 Flutter                        0x4e8bdc flutter::ImageDecoderImpeller::UploadTextureToPrivate(std::_fl::function<void (sk_sp<flutter::DlImage>, std::_fl::basic_string<char, std::_fl::char_traits<char>, std::_fl::allocator<char>>)>, std::_fl::shared_ptr<impeller::Context> const&, std::_fl::shared_ptr<impeller::DeviceBuffer> const&, SkImageInfo const&, std::_fl::shared_ptr<SkBitmap> const&, std::_fl::optional<SkImageInfo> const&, std::_fl::shared_ptr<fml::SyncSwitch> const&) + 470 (function.h:470)
17 Flutter                        0x4e811c std::_fl::__function::__func<flutter::ImageDecoderImpeller::Decode(fml::RefPtr<flutter::ImageDescriptor>, unsigned int, unsigned int, std::_fl::function<void (sk_sp<flutter::DlImage>, std::_fl::basic_string<char, std::_fl::char_traits<char>, std::_fl::allocator<char>>)> const&)::$_1, std::_fl::allocator<flutter::ImageDecoderImpeller::Decode(fml::RefPtr<flutter::ImageDescriptor>, unsigned int, unsigned int, std::_fl::function<void (sk_sp<flutter::DlImage>, std::_fl::basic_string<char, std::_fl::char_traits<char>, std::_fl::allocator<char>>)> const&)::$_1>, void ()>::operator()() + 470 (function.h:470)
18 Flutter                        0x892e0 fml::ConcurrentMessageLoopDarwin::ExecuteTask(std::_fl::function<void ()> const&) + 18 (concurrent_message_loop_factory.mm:18)
19 Flutter                        0x82918 void* std::_fl::__thread_proxy[abi:v15000]<std::_fl::tuple<std::_fl::unique_ptr<std::_fl::__thread_struct, std::_fl::default_delete<std::_fl::__thread_struct>>, fml::ConcurrentMessageLoop::ConcurrentMessageLoop(unsigned long)::$_0>>(void*) + 1372 (vector:1372)
20 libsystem_pthread.dylib        0x606c _pthread_start + 136
21 libsystem_pthread.dylib        0x10d8 thread_start + 8

dart:io EventHandler
0  libsystem_kernel.dylib         0x8608 kevent + 8
1  Flutter                        0x57aefc dart::bin::EventHandlerImplementation::EventHandlerEntry(unsigned long) + 459 (eventhandler_macos.cc:459)
2  Flutter                        0x5a6c1c dart::bin::ThreadStart(void*) + 65 (thread_macos.cc:65)
3  libsystem_pthread.dylib        0x606c _pthread_start + 136
4  libsystem_pthread.dylib        0x10d8 thread_start + 8

Thread
0  libsystem_pthread.dylib        0x10c4 start_wqthread + 8495214786

Thread
0  libsystem_kernel.dylib         0x1590 __workq_kernreturn + 8
1  libsystem_pthread.dylib        0x4980 _pthread_wqthread + 364
2  libsystem_pthread.dylib        0x10cc start_wqthread + 8

com.apple.root.default-qos
0  libsystem_kernel.dylib         0x1784 semaphore_wait_trap + 8
1  libdispatch.dylib              0x4370 _dispatch_sema4_wait + 28
2  libdispatch.dylib              0x4a20 _dispatch_semaphore_wait_slow + 132
3  CFNetwork                      0x115f04 CFURLConnectionSendSynchronousRequest + 356
4  CFNetwork                      0x11b91c CFURLConnectionSendSynchronousRequest + 23420
5  Usercentrics                   0x1fd1d4 kfun:com.usercentrics.sdk.services.api.http.NSURLHttpClient.fetch#internal + 652
6  Usercentrics                   0x1fb558 kfun:com.usercentrics.sdk.services.api.http.NSURLHttpClient#get(kotlin.String;kotlin.collections.Map<kotlin.String,kotlin.String>){}com.usercentrics.sdk.domain.api.http.HttpResponse + 1028
7  Usercentrics                   0xf63b0 kfun:com.usercentrics.sdk.domain.api.http.HttpRequestsImpl#getSync(kotlin.String;kotlin.collections.Map<kotlin.String,kotlin.String>?){}com.usercentrics.sdk.domain.api.http.HttpResponse + 336
8  Usercentrics                   0xf6df0 kfun:com.usercentrics.sdk.domain.api.http.HttpRequestsImpl.$get$lambda$0$FUNCTION_REFERENCE$0.invoke#internal + 48
9  Usercentrics                   0x2067d8 kfun:kotlin.coroutines.SuspendFunction1#invoke#suspend(1:0;kotlin.coroutines.Continuation<1:1>){}kotlin.Any?-trampoline + 204
10 Usercentrics                   0x156838 kfun:com.usercentrics.sdk.v2.async.dispatcher.Dispatcher.$runAsyncScopeCOROUTINE$0.invokeSuspend#internal + 280
11 Usercentrics                   0x156b80 kfun:com.usercentrics.sdk.v2.async.dispatcher.Dispatcher.runAsyncScope#internal + 168
12 Usercentrics                   0x156e10 kfun:com.usercentrics.sdk.v2.async.dispatcher.Dispatcher.$dispatch$lambda$0$FUNCTION_REFERENCE$0.invoke#internal + 60
13 Usercentrics                   0x206620 kfun:kotlin.Function2#invoke(1:0;1:1){}1:2-trampoline + 204
14 Usercentrics                   0x142f8 kfun:kotlin.coroutines.intrinsics.object-3.invokeSuspend#internal + 448
15 Usercentrics                   0x132f8 kfun:kotlin.coroutines.native.internal.BaseContinuationImpl#resumeWith(kotlin.Result<kotlin.Any?>){} + 172
16 Usercentrics                   0xc5b38 kfun:kotlinx.coroutines.DispatchedTask#run(){} + 472
17 Usercentrics                   0xc679c kfun:kotlinx.coroutines.internal.LimitedDispatcher#run(){} + 368
18 Usercentrics                   0xcc820 kfun:kotlinx.coroutines.DarwinGlobalQueueDispatcher.$dispatch$lambda$0$FUNCTION_REFERENCE$3.$<bridge-UNN>invoke(){}#internal + 84
19 Usercentrics                   0x204a98 kfun:kotlin.Function0#invoke(){}1:0-trampoline + 204
20 Usercentrics                   0x31d2b4 ___6f72672e6a6574627261696e732e6b6f746c696e783a6b6f746c696e782d636f726f7574696e65732d636f72652f6f70742f6275696c644167656e742f776f726b2f343465633665383530643563363366302f6b6f746c696e782d636f726f7574696e65732d636f72652f6e617469766544617277696e2f7372632f44697370617463686572732e6b74_knbridge7_block_invoke + 232
21 libdispatch.dylib              0x213c _dispatch_call_block_and_release + 32
22 libdispatch.dylib              0x3dd4 _dispatch_client_callout + 20
23 libdispatch.dylib              0x6f6c _dispatch_queue_override_invoke + 928
24 libdispatch.dylib              0x15894 _dispatch_root_queue_drain + 392
25 libdispatch.dylib              0x1609c _dispatch_worker_thread2 + 156
26 libsystem_pthread.dylib        0x48f8 _pthread_wqthread + 228
27 libsystem_pthread.dylib        0x10cc start_wqthread + 8

Thread
0  libsystem_pthread.dylib        0x10c4 start_wqthread + 8495214786

com.google.firebase.crashlytics.MachExceptionServer
0  FirebaseCrashlytics            0x1db5c FIRCLSProcessRecordAllThreads + 392 (FIRCLSProcess.c:392)
1  FirebaseCrashlytics            0x1df40 FIRCLSProcessRecordAllThreads + 423 (FIRCLSProcess.c:423)
2  FirebaseCrashlytics            0x14dcc FIRCLSHandler + 34 (FIRCLSHandler.m:34)
3  FirebaseCrashlytics            0x17758 FIRCLSMachExceptionServer + 521 (FIRCLSMachException.c:521)
4  libsystem_pthread.dylib        0x606c _pthread_start + 136
5  libsystem_pthread.dylib        0x10d8 thread_start + 8

Thread
0  libsystem_pthread.dylib        0x10c4 start_wqthread + 8495214786

CCTLogWriter
0  Foundation                     0x20f78 _NSWriteDataToFileWithExtendedAttributes + 1716
1  SomeApp                      0x9a9574 WriteBootCountToPath + 4348106100
2  SomeApp                      0x9a9440 CalculateBootCount + 4348105792
3  SomeApp                      0x9a9238 MLKITx_CCTGetBootCount + 4348105272
4  SomeApp                      0x98c3a8 -[MLKITx_CCTBootCountLogTransformer transform:] + 4347986856
5  SomeApp                      0x9a6b34 -[MLKITx_CCTLogWriter writeLogInternal:pseudonymousID:logDirectory:clock:logTransformers:flags:completionQueue:completion:] + 4348095284
6  SomeApp                      0x9a6864 __115-[MLKITx_CCTLogWriter writeLog:pseudonymousID:logDirectory:clock:logTransformers:flags:completionQueue:completion:]_block_invoke + 4348094564
7  libdispatch.dylib              0x213c _dispatch_call_block_and_release + 32
8  libdispatch.dylib              0x3dd4 _dispatch_client_callout + 20
9  libdispatch.dylib              0xb400 _dispatch_lane_serial_drain + 748
10 libdispatch.dylib              0xbf64 _dispatch_lane_invoke + 432
11 libdispatch.dylib              0x16cb4 _dispatch_root_queue_drain_deferred_wlh + 288
12 libdispatch.dylib              0x16528 _dispatch_workloop_worker_thread + 404
13 libsystem_pthread.dylib        0x4934 _pthread_wqthread + 288
14 libsystem_pthread.dylib        0x10cc start_wqthread + 8

com.apple.root.default-qos
0  libsystem_kernel.dylib         0x1784 semaphore_wait_trap + 8
1  libdispatch.dylib              0x4370 _dispatch_sema4_wait + 28
2  libdispatch.dylib              0x4a20 _dispatch_semaphore_wait_slow + 132
3  OneSignalOSCore                0x9cf8 OSConsistencyManager.getRywTokenFromAwaitableCondition(_:forId:) + 71 (OSConsistencyManager.swift:71)
4  OneSignalOSCore                0xa088 @objc OSConsistencyManager.getRywTokenFromAwaitableCondition(_:forId:) + 3580 (<compiler-generated>:3580)
5  OneSignalInAppMessages         0xb428 __52-[OSMessagingController getInAppMessagesFromServer:]_block_invoke + 261 (OSMessagingController.m:261)
6  libdispatch.dylib              0x213c _dispatch_call_block_and_release + 32
7  libdispatch.dylib              0x3dd4 _dispatch_client_callout + 20
8  libdispatch.dylib              0x6f6c _dispatch_queue_override_invoke + 928
9  libdispatch.dylib              0x15894 _dispatch_root_queue_drain + 392
10 libdispatch.dylib              0x1609c _dispatch_worker_thread2 + 156
11 libsystem_pthread.dylib        0x48f8 _pthread_wqthread + 228
12 libsystem_pthread.dylib        0x10cc start_wqthread + 8

Crashed: com.apple.NSURLSession-delegate
0  libobjc.A.dylib                0x1b60 objc_release_x0 + 16
1  libobjc.A.dylib                0x1b60 objc_release + 16
2  OneSignalUser                  0x46e4 specialized OSSubscriptionModelStoreListener.getUpdateModelDelta(_:) + 74 (OSSubscriptionModelStoreListener.swift:74)
3  OneSignalOSCore                0x10648 OSModelStoreListener.onUpdated(_:) + 65 (OSModelStoreListener.swift:65)
4  OneSignalOSCore                0xc6e0 OSModelStore.onModelUpdated(args:hydrating:) + 50 (OSEventProducer.swift:50)
5  OneSignalOSCore                0xc72c protocol witness for OSModelChangedHandler.onModelUpdated(args:hydrating:) in conformance OSModelStore<A> + 4360 (<compiler-generated>:4360)
6  OneSignalOSCore                0xdc0c OSModel.set<A>(property:newValue:) + 59 (OSModel.swift:59)
7  OneSignalUser                  0x32a60 OSSubscriptionModel.subscriptionId.didset + 126 (OSSubscriptionModel.swift:126)
8  OneSignalUser                  0x2aef4 closure #2 in OSUserExecutor.executeFetchUserRequest(_:) + 487 (OSUserExecutor.swift:487)
9  OneSignalUser                  0x1b208 thunk for @escaping @callee_guaranteed (@guaranteed OneSignalClientError) -> () + 10060 (<compiler-generated>:10060)
10 OneSignalCore                  0x9f38 -[OneSignalClient handleJSONNSURLResponse:data:error:isAsync:withRequest:onSuccess:onFailure:] + 231 (OneSignalClient.m:231)
11 OneSignalCore                  0x9458 __54-[OneSignalClient executeRequest:onSuccess:onFailure:]_block_invoke + 110 (OneSignalClient.m:110)
12 CFNetwork                      0x6ac84 CFHTTPCookieCreateWithResponseHeaderFields + 62444
13 CFNetwork                      0x6aa58 CFHTTPCookieCreateWithResponseHeaderFields + 61888
14 libdispatch.dylib              0x213c _dispatch_call_block_and_release + 32
15 libdispatch.dylib              0x3dd4 _dispatch_client_callout + 20
16 libdispatch.dylib              0xb400 _dispatch_lane_serial_drain + 748
17 libdispatch.dylib              0xbf64 _dispatch_lane_invoke + 432
18 libdispatch.dylib              0x16cb4 _dispatch_root_queue_drain_deferred_wlh + 288
19 libdispatch.dylib              0x16528 _dispatch_workloop_worker_thread + 404
20 libsystem_pthread.dylib        0x4934 _pthread_wqthread + 288
21 libsystem_pthread.dylib        0x10cc start_wqthread + 8

OneSignal.OSUserExecutor
0  CFNetwork                      0x3590c _CFURLResponseCreateFromArchiveList + 150568
1  CFNetwork                      0xd2048 CFHostCreateWithName + 148040
2  OneSignalCore                  0x93d4 -[OneSignalClient executeRequest:onSuccess:onFailure:] + 113 (OneSignalClient.m:113)
3  OneSignalUser                  0x275b8 OSUserExecutor.executeCreateUserRequest(_:) + 237 (OSUserExecutor.swift:237)
4  OneSignalUser                  0x27158 OSUserExecutor._executePendingRequests() + 181 (OSUserExecutor.swift:181)
5  OneSignalUser                  0xa4a0 thunk for @escaping @callee_guaranteed () -> () + 23668 (<compiler-generated>:23668)
6  libdispatch.dylib              0x213c _dispatch_call_block_and_release + 32
7  libdispatch.dylib              0x3dd4 _dispatch_client_callout + 20
8  libdispatch.dylib              0xb400 _dispatch_lane_serial_drain + 748
9  libdispatch.dylib              0xbf30 _dispatch_lane_invoke + 380
10 libdispatch.dylib              0x16cb4 _dispatch_root_queue_drain_deferred_wlh + 288
11 libdispatch.dylib              0x16528 _dispatch_workloop_worker_thread + 404
12 libsystem_pthread.dylib        0x4934 _pthread_wqthread + 288
13 libsystem_pthread.dylib        0x10cc start_wqthread + 8

com.apple.NSURLConnectionLoader
0  libsystem_kernel.dylib         0x1808 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x5008 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x4f20 mach_msg_overwrite + 436
3  libsystem_kernel.dylib         0x4d60 mach_msg + 24
4  CoreFoundation                 0x53f5c __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x53600 __CFRunLoopRun + 1208
6  CoreFoundation                 0x52cd8 CFRunLoopRunSpecific + 608
7  CFNetwork                      0xfdc90 _CFHostIsDomainTopLevel + 108176
8  Foundation                     0xde718 __NSThread__start__ + 732
9  libsystem_pthread.dylib        0x606c _pthread_start + 136
10 libsystem_pthread.dylib        0x10d8 thread_start + 8

DartWorker
0  libsystem_kernel.dylib         0x71cc __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3710 _pthread_cond_wait + 1272
2  Flutter                        0x607554 dart::ConditionVariable::WaitMicros(dart::Mutex*, long long) + 149 (synchronization_posix.cc:149)
3  Flutter                        0x6e63f4 dart::ThreadPool::Worker::Main(unsigned long) + 112 (intrusive_dlist.h:112)
4  Flutter                        0x6a98f4 dart::ThreadStart(void*) + 94 (os_thread_macos.cc:94)
5  libsystem_pthread.dylib        0x606c _pthread_start + 136
6  libsystem_pthread.dylib        0x10d8 thread_start + 8

DartWorker
0  libsystem_kernel.dylib         0x71cc __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3710 _pthread_cond_wait + 1272
2  Flutter                        0x607554 dart::ConditionVariable::WaitMicros(dart::Mutex*, long long) + 149 (synchronization_posix.cc:149)
3  Flutter                        0x6e63f4 dart::ThreadPool::Worker::Main(unsigned long) + 112 (intrusive_dlist.h:112)
4  Flutter                        0x6a98f4 dart::ThreadStart(void*) + 94 (os_thread_macos.cc:94)
5  libsystem_pthread.dylib        0x606c _pthread_start + 136
6  libsystem_pthread.dylib        0x10d8 thread_start + 8

Thread
0  libsystem_kernel.dylib         0x71cc __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x36e4 _pthread_cond_wait + 1228
2  Usercentrics                   0x3314d4 (anonymous namespace)::waitInNativeState(_opaque_pthread_cond_t*, _opaque_pthread_mutex_t*, unsigned long long, unsigned long long*) + 168
3  Usercentrics                   0x33043c (anonymous namespace)::workerRoutine(void*) + 412
4  libsystem_pthread.dylib        0x606c _pthread_start + 136
5  libsystem_pthread.dylib        0x10d8 thread_start + 8

GC finalizer processor
0  libsystem_kernel.dylib         0x1808 mach_msg2_trap + 8
1  libsystem_kernel.dylib         0x5008 mach_msg2_internal + 80
2  libsystem_kernel.dylib         0x4f20 mach_msg_overwrite + 436
3  libsystem_kernel.dylib         0x4d60 mach_msg + 24
4  CoreFoundation                 0x53f5c __CFRunLoopServiceMachPort + 160
5  CoreFoundation                 0x53600 __CFRunLoopRun + 1208
6  CoreFoundation                 0x52cd8 CFRunLoopRunSpecific + 608
7  CoreFoundation                 0xc0f04 CFRunLoopRun + 64
8  Usercentrics                   0x324488 std::__1::invoke_result<kotlin::gc::FinalizerProcessor<kotlin::alloc::AtomicStack<kotlin::alloc::ExtraObjectCell>, kotlin::alloc::FinalizerQueueTraits>::StartFinalizerThreadIfNone()::'lambda'()>::type kotlin::ScopedThread::Run<kotlin::gc::FinalizerProcessor<kotlin::alloc::AtomicStack<kotlin::alloc::ExtraObjectCell>, kotlin::alloc::FinalizerQueueTraits>::StartFinalizerThreadIfNone()::'lambda'()>(kotlin::ScopedThread::attributes, kotlin::gc::FinalizerProcessor<kotlin::alloc::AtomicStack<kotlin::alloc::ExtraObjectCell>, kotlin::alloc::FinalizerQueueTraits>::StartFinalizerThreadIfNone()::'lambda'()&&) + 148
9  Usercentrics                   0x324554 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct>>, void (*)(kotlin::ScopedThread::attributes, kotlin::gc::FinalizerProcessor<kotlin::alloc::AtomicStack<kotlin::alloc::ExtraObjectCell>, kotlin::alloc::FinalizerQueueTraits>::StartFinalizerThreadIfNone()::'lambda'()&&), kotlin::ScopedThread::attributes, kotlin::gc::FinalizerProcessor<kotlin::alloc::AtomicStack<kotlin::alloc::ExtraObjectCell>, kotlin::alloc::FinalizerQueueTraits>::StartFinalizerThreadIfNone()::'lambda'()>>(void*) + 104
10 libsystem_pthread.dylib        0x606c _pthread_start + 136
11 libsystem_pthread.dylib        0x10d8 thread_start + 8

DartWorker
0  libsystem_kernel.dylib         0x71cc __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3710 _pthread_cond_wait + 1272
2  Flutter                        0x607554 dart::ConditionVariable::WaitMicros(dart::Mutex*, long long) + 149 (synchronization_posix.cc:149)
3  Flutter                        0x642e3c dart::MutatorThreadPool::OnEnterIdleLocked(dart::MutexLocker*, dart::ThreadPool::Worker*) + 112 (intrusive_dlist.h:112)
4  Flutter                        0x6e6244 dart::ThreadPool::Worker::Main(unsigned long) + 112 (intrusive_dlist.h:112)
5  Flutter                        0x6a98f4 dart::ThreadStart(void*) + 94 (os_thread_macos.cc:94)
6  libsystem_pthread.dylib        0x606c _pthread_start + 136
7  libsystem_pthread.dylib        0x10d8 thread_start + 8

DartWorker
0  libsystem_kernel.dylib         0x71cc __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3710 _pthread_cond_wait + 1272
2  Flutter                        0x607554 dart::ConditionVariable::WaitMicros(dart::Mutex*, long long) + 149 (synchronization_posix.cc:149)
3  Flutter                        0x6e63f4 dart::ThreadPool::Worker::Main(unsigned long) + 112 (intrusive_dlist.h:112)
4  Flutter                        0x6a98f4 dart::ThreadStart(void*) + 94 (os_thread_macos.cc:94)
5  libsystem_pthread.dylib        0x606c _pthread_start + 136
6  libsystem_pthread.dylib        0x10d8 thread_start + 8

DartWorker
0  libsystem_kernel.dylib         0x71cc __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3710 _pthread_cond_wait + 1272
2  Flutter                        0x607554 dart::ConditionVariable::WaitMicros(dart::Mutex*, long long) + 149 (synchronization_posix.cc:149)
3  Flutter                        0x6e63f4 dart::ThreadPool::Worker::Main(unsigned long) + 112 (intrusive_dlist.h:112)
4  Flutter                        0x6a98f4 dart::ThreadStart(void*) + 94 (os_thread_macos.cc:94)
5  libsystem_pthread.dylib        0x606c _pthread_start + 136
6  libsystem_pthread.dylib        0x10d8 thread_start + 8

DartWorker
0  libsystem_kernel.dylib         0x71cc __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3710 _pthread_cond_wait + 1272
2  Flutter                        0x607554 dart::ConditionVariable::WaitMicros(dart::Mutex*, long long) + 149 (synchronization_posix.cc:149)
3  Flutter                        0x6e63f4 dart::ThreadPool::Worker::Main(unsigned long) + 112 (intrusive_dlist.h:112)
4  Flutter                        0x6a98f4 dart::ThreadStart(void*) + 94 (os_thread_macos.cc:94)
5  libsystem_pthread.dylib        0x606c _pthread_start + 136
6  libsystem_pthread.dylib        0x10d8 thread_start + 8

DartWorker
0  libsystem_kernel.dylib         0x71cc __psynch_cvwait + 8
1  libsystem_pthread.dylib        0x3710 _pthread_cond_wait + 1272
2  Flutter                        0x607554 dart::ConditionVariable::WaitMicros(dart::Mutex*, long long) + 149 (synchronization_posix.cc:149)
3  Flutter                        0x6e63f4 dart::ThreadPool::Worker::Main(unsigned long) + 112 (intrusive_dlist.h:112)
4  Flutter                        0x6a98f4 dart::ThreadStart(void*) + 94 (os_thread_macos.cc:94)
5  libsystem_pthread.dylib        0x606c _pthread_start + 136
6  libsystem_pthread.dylib        0x10d8 thread_start + 8

@nan-li
Copy link
Contributor

nan-li commented Apr 15, 2025

Hi @saawhitelife thank you for reporting these stacktraces, I am actively investigating iOS crashes.

@nan-li
Copy link
Contributor

nan-li commented Apr 17, 2025

Hi @saawhitelife can you confirm the version of OneSignal Flutter you are using? In your report, you mentioned 5.2.6 but I see our class OSConsistencyManager in the stacktrace, and this class wasn't added until a later release.

@saawhitelife
Copy link
Author

@nan-li yes, sorry, I have rechecked pubspec.lock for the app version in the initial message:

    dependency: "direct main"
    description:
      name: onesignal_flutter
      sha256: f1bc3cfa7bf8f9d06977f305802a0dcd31b007a9f95910c41b14bc99c3612828
      url: "https://pub.dev"
    source: hosted
    version: "5.3.0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants