-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Is there an existing issue?
- I have searched existing issues
Build info
- objectbox version: 4.3.0
- Flutter/Dart version: dart 3.6.0 flutter 3.27.1
- Build OS: macOS 14.7.6
- Deployment OS or device: many: iPhone 16 Pro 18.5.0, iPhone 13 Pro 16.2.0, iPhone 15 Pro 18.5.0 and so on
Steps to reproduce
Basically it is happens on the store opening, we open the store on the app startup
Expected behavior
Want no crashes
Actual behavior
It crashes
Code
Code
Store store;
final dir = await defaultStoreDirectory();
try {
if (obx.Store.isOpen(dir.path)) {
store = obx.Store.attach(getObjectBoxModel(), dir.path);
} else {
store = await openStore(directory: dir.path);
}
} catch (e) {
dir.deleteSync(recursive: true);
store = await openStore(directory: dir.path);
}
Logs, stack traces
Logs
# Crashlytics - Stack trace
# Application: com.some.application
# Platform: apple
# Version: 3.0.5 (6)
# Issue: 86c929ced039f81803aede53e2db2dcc
# Session: 76e50b0ab900471184160ca60d99fb3c_DNE_0_v2
# Date: Mon Jun 23 2025 09:09:31 GMT+0300 (Eastern European Summer Time)
Fatal Exception: FlutterError
0 ??? 0x0 ObjectBoxNativeError.throwMapped + 99 (helpers.dart:99)
1 ??? 0x0 (null).throwLatestNativeError + 54 (helpers.dart:54)
2 ??? 0x0 (null).checkObxPtr + 31 (helpers.dart:31)
3 ??? 0x0 Store._checkStorePointer + 451 (store.dart:451)
4 ??? 0x0 (null).new Store + 274 (store.dart:274)
5 ??? 0x0 (null).openStore + 610 (objectbox.g.dart:610)
6 ??? 0x0 PubDependenciesRegistrant.registerDependencies + 46 (pub_dependencies_registrant.dart:46)
7 ??? 0x0 SomeAppContainerSetupManager.initializeDependencyInjection + 85 (some_app_container_setup_manager.dart:85)
8 ??? 0x0 (null).launchApp + 156 (main.dart:156)
9 ??? 0x0 main.<fn> + 81 (main.dart:81)
10 ??? 0x0 (null).main + 79 (main.dart:79)
Crashed: com.apple.main-thread
0 FirebaseCrashlytics 0x1dbc4 FIRCLSProcessRecordAllThreads + 392 (FIRCLSProcess.c:392)
1 FirebaseCrashlytics 0x1dfd0 FIRCLSProcessRecordAllThreads + 423 (FIRCLSProcess.c:423)
2 FirebaseCrashlytics 0x14dc0 FIRCLSHandler + 34 (FIRCLSHandler.m:34)
3 FirebaseCrashlytics 0xf0bc FIRCLSExceptionRecordOnDemand + 357 (FIRCLSException.mm:357)
4 FirebaseCrashlytics 0xeaf4 FIRCLSExceptionRecordOnDemandModel + 98 (FIRCLSException.mm:98)
5 FirebaseCrashlytics 0x1d3a0 -[FIRCLSOnDemandModel recordOnDemandExceptionWithModel:] + 181 (FIRCLSOnDemandModel.m:181)
6 FirebaseCrashlytics 0x1ce00 -[FIRCLSOnDemandModel recordOnDemandExceptionIfQuota:withDataCollectionEnabled:usingExistingReportManager:] + 104 (FIRCLSOnDemandModel.m:104)
7 FirebaseCrashlytics 0x2b790 -[FIRCrashlytics recordOnDemandExceptionModel:] + 423 (FIRCrashlytics.m:423)
8 SomeApp 0xa1642c -[FLTFirebaseCrashlyticsPlugin recordError:withMethodCallResult:] + 154 (FLTFirebaseCrashlyticsPlugin.m:154)
9 SomeApp 0xa15ce8 -[FLTFirebaseCrashlyticsPlugin handleMethodCall:result:] + 78 (FLTFirebaseCrashlyticsPlugin.m:78)
10 Flutter 0x5e20d0 __45-[FlutterMethodChannel setMethodCallHandler:]_block_invoke + 322 (FlutterChannels.mm:322)
11 Flutter 0x66be0 invocation function for block in flutter::PlatformMessageHandlerIos::HandlePlatformMessage(std::_fl::unique_ptr<flutter::PlatformMessage, std::_fl::default_delete<flutter::PlatformMessage>>) + 110 (ref_ptr.h:110)
12 libdispatch.dylib 0x24b4 _dispatch_call_block_and_release + 32
13 libdispatch.dylib 0x3fdc _dispatch_client_callout + 20
14 libdispatch.dylib 0x127f4 _dispatch_main_queue_drain + 928
15 libdispatch.dylib 0x12444 _dispatch_main_queue_callback_4CF + 44
16 CoreFoundation 0x9a6d8 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16
17 CoreFoundation 0x7c03c __CFRunLoopRun + 2036
18 CoreFoundation 0x80ec0 CFRunLoopRunSpecific + 612
19 GraphicsServices 0x1368 GSEventRunModal + 164
20 UIKitCore 0x3a186c -[UIApplication _run] + 888
21 UIKitCore 0x3a14d0 UIApplicationMain + 340
22 libswiftUIKit.dylib 0x35308 UIApplicationMain(_:_:_:_:) + 104
23 SomeApp 0x5090 main + 4309782672 (AppDelegate.swift:4309782672)
24 ??? 0x1c87f2960 (Missing)
com.apple.runningboardservices.background-workloop
0 libsystem_kernel.dylib 0x51e4 __bsdthread_ctl + 8
1 libsystem_pthread.dylib 0x1034 _pthread_set_properties_self + 148
2 libdispatch.dylib 0x6640 _dispatch_set_priority_and_mach_voucher_slow + 204
3 libdispatch.dylib 0x67e4 _dispatch_set_priority_and_voucher_slow + 196
4 libdispatch.dylib 0xd700 _dispatch_workloop_invoke + 2300
5 libdispatch.dylib 0x16e10 _dispatch_workloop_worker_thread + 652
6 libsystem_pthread.dylib 0xdf8 _pthread_wqthread + 288
7 libsystem_pthread.dylib 0xb98 start_wqthread + 8
Thread
0 libsystem_kernel.dylib 0x4fb0 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0xe44 _pthread_wqthread + 364
2 libsystem_pthread.dylib 0xb98 start_wqthread + 8
Thread
0 libsystem_pthread.dylib 0xb90 start_wqthread + 254
Thread
0 libsystem_pthread.dylib 0xb90 start_wqthread + 254
GC Timer thread
0 libsystem_kernel.dylib 0x537c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x806c _pthread_cond_wait + 1232
2 libc++.1.dylib 0xcb68 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 0x16cc _pthread_start + 148
6 libsystem_pthread.dylib 0xba4 thread_start + 8
Main GC thread
0 libsystem_kernel.dylib 0x537c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x806c _pthread_cond_wait + 1232
2 libc++.1.dylib 0xcacc 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 0x16cc _pthread_start + 148
6 libsystem_pthread.dylib 0xba4 thread_start + 8
Thread
0 libsystem_kernel.dylib 0x4fb0 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0xe44 _pthread_wqthread + 364
2 libsystem_pthread.dylib 0xb98 start_wqthread + 8
com.apple.uikit.eventfetch-thread
0 libsystem_kernel.dylib 0x4aa8 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x16fc4 mach_msg2_internal + 80
2 libsystem_kernel.dylib 0x17204 mach_msg_overwrite + 388
3 libsystem_kernel.dylib 0x4fec mach_msg + 24
4 CoreFoundation 0x7aad4 __CFRunLoopServiceMachPort + 160
5 CoreFoundation 0x7bd18 __CFRunLoopRun + 1232
6 CoreFoundation 0x80ec0 CFRunLoopRunSpecific + 612
7 Foundation 0x420d4 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
8 Foundation 0x41fbc -[NSRunLoop(NSRunLoop) runUntilDate:] + 64
9 UIKitCore 0x4d672c -[UIEventFetcher threadMain] + 436
10 Foundation 0x5b5a8 __NSThread__start__ + 716
11 libsystem_pthread.dylib 0x16cc _pthread_start + 148
12 libsystem_pthread.dylib 0xba4 thread_start + 8
io.flutter.1.ui
0 libsystem_kernel.dylib 0x4aa8 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x16fc4 mach_msg2_internal + 80
2 libsystem_kernel.dylib 0x17204 mach_msg_overwrite + 388
3 libsystem_kernel.dylib 0x4fec mach_msg + 24
4 CoreFoundation 0x7aad4 __CFRunLoopServiceMachPort + 160
5 CoreFoundation 0x7bd18 __CFRunLoopRun + 1232
6 CoreFoundation 0x80ec0 CFRunLoopRunSpecific + 612
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 0x16cc _pthread_start + 148
11 libsystem_pthread.dylib 0xba4 thread_start + 8
io.flutter.1.raster
0 libsystem_kernel.dylib 0x4aa8 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x16fc4 mach_msg2_internal + 80
2 libsystem_kernel.dylib 0x17204 mach_msg_overwrite + 388
3 libsystem_kernel.dylib 0x4fec mach_msg + 24
4 CoreFoundation 0x7aad4 __CFRunLoopServiceMachPort + 160
5 CoreFoundation 0x7bd18 __CFRunLoopRun + 1232
6 CoreFoundation 0x80ec0 CFRunLoopRunSpecific + 612
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 0x16cc _pthread_start + 148
11 libsystem_pthread.dylib 0xba4 thread_start + 8
io.flutter.1.io
0 libsystem_kernel.dylib 0x4aa8 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x16fc4 mach_msg2_internal + 80
2 libsystem_kernel.dylib 0x17204 mach_msg_overwrite + 388
3 libsystem_kernel.dylib 0x4fec mach_msg + 24
4 CoreFoundation 0x7aad4 __CFRunLoopServiceMachPort + 160
5 CoreFoundation 0x7bd18 __CFRunLoopRun + 1232
6 CoreFoundation 0x80ec0 CFRunLoopRunSpecific + 612
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 0x16cc _pthread_start + 148
11 libsystem_pthread.dylib 0xba4 thread_start + 8
io.worker.1
0 libsystem_kernel.dylib 0x537c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x806c _pthread_cond_wait + 1232
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 0x16cc _pthread_start + 148
5 libsystem_pthread.dylib 0xba4 thread_start + 8
io.worker.2
0 libsystem_kernel.dylib 0x537c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x806c _pthread_cond_wait + 1232
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 0x16cc _pthread_start + 148
5 libsystem_pthread.dylib 0xba4 thread_start + 8
io.worker.3
0 libsystem_kernel.dylib 0x537c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x806c _pthread_cond_wait + 1232
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 0x16cc _pthread_start + 148
5 libsystem_pthread.dylib 0xba4 thread_start + 8
dart:io EventHandler
0 libsystem_kernel.dylib 0x63e0 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 0x16cc _pthread_start + 148
4 libsystem_pthread.dylib 0xba4 thread_start + 8
Thread
0 libsystem_kernel.dylib 0x4fb0 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0xe44 _pthread_wqthread + 364
2 libsystem_pthread.dylib 0xb98 start_wqthread + 8
Thread
0 libsystem_kernel.dylib 0x4fb0 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0xe44 _pthread_wqthread + 364
2 libsystem_pthread.dylib 0xb98 start_wqthread + 8
Thread
0 libsystem_pthread.dylib 0xb90 start_wqthread + 254
Thread
0 libsystem_kernel.dylib 0x4fb0 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0xe44 _pthread_wqthread + 364
2 libsystem_pthread.dylib 0xb98 start_wqthread + 8
JavaScriptCore libpas scavenger
0 libsystem_kernel.dylib 0x537c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x806c _pthread_cond_wait + 1232
2 JavaScriptCore 0xf643c scavenger_thread_main + 1164
3 libsystem_pthread.dylib 0x16cc _pthread_start + 148
4 libsystem_pthread.dylib 0xba4 thread_start + 8
NSOperationQueue 0x13b305ba0 (QOS: UTILITY)
0 libsystem_kernel.dylib 0x62f4 __open + 8
1 libsystem_kernel.dylib 0x66d8 open + 40
2 Foundation 0x28614 _NSReadBytesFromFileWithExtendedAttributes + 152
3 Foundation 0x55284c -[_NSBPlistMappedData initWithFileURL:error:] + 108
4 Foundation 0x552688 __NSCreateBPlistMappedDataFromURL + 88
5 CoreFoundation 0x18ccc8 _CFBundleMapStringsFile + 92
6 CoreFoundation 0x18c400 _CFBundleGetStringsSources + 412
7 CoreFoundation 0x18d940 _copyStringTable + 200
8 CoreFoundation 0x8e30 _CFBundleCopyLocalizedStringForLocalizationTableURLAndMarkdownOption + 164
9 Foundation 0x19744 -[NSBundle localizedStringForKey:value:table:] + 56
10 UIAccessibility 0x9ef44 -[NSBundleAccessibility localizedStringForKey:value:table:] + 136
11 WatchConnectivity 0x18910 +[NSError(WCError) userInfoDictionaryWithErrorStringsForErrorCode:] + 128
12 WatchConnectivity 0x185a4 +[NSError(WCError) wcErrorWithCode:userInfo:] + 48
13 WatchConnectivity 0x16f00 -[WCSession errorIfPreconditionsNotSatisfied] + 288
14 WatchConnectivity 0xa198 -[WCSession watchDirectoryURL] + 24
15 WatchConnectivity 0xa200 -[WCSession didWatchURLChange:] + 44
16 WatchConnectivity 0x1583c -[WCSession didSessionStateChange:withChangeHandler:] + 472
17 WatchConnectivity 0x151f4 __46-[WCSession onqueue_handleUpdateSessionState:]_block_invoke + 256
18 Foundation 0xa70f0 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 24
19 Foundation 0x7b240 -[NSBlockOperation main] + 104
20 Foundation 0x7b1d0 __NSOPERATION_IS_INVOKING_MAIN__ + 16
21 Foundation 0x3c578 -[NSOperation start] + 708
22 Foundation 0x3c2ac __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 16
23 Foundation 0x419c0 __NSOQSchedule_f + 172
24 libdispatch.dylib 0x24b4 _dispatch_call_block_and_release + 32
25 libdispatch.dylib 0x3fdc _dispatch_client_callout + 20
26 libdispatch.dylib 0x746c _dispatch_continuation_pop + 504
27 libdispatch.dylib 0x6ad4 _dispatch_async_redirect_invoke + 584
28 libdispatch.dylib 0x15a6c _dispatch_root_queue_drain + 396
29 libdispatch.dylib 0x16284 _dispatch_worker_thread2 + 164
30 libsystem_pthread.dylib 0xdbc _pthread_wqthread + 228
31 libsystem_pthread.dylib 0xb98 start_wqthread + 8
CCTLogWriter
0 CoreFoundation 0x146d80 _CFBundleCopyBundleLocalizations + 172
1 Foundation 0x77d94 -[NSBundle localizations] + 24
2 Foundation 0x77d58 -[NSBundle preferredLocalizations] + 28
3 SomeApp 0x9a8ad0 +[MLKITx_CCTClientInfoMaker currentLanguageCode] + 4319890128
4 SomeApp 0x9a8ef4 __51+[MLKITx_CCTClientInfoMaker makeClientInfoInternal]_block_invoke + 4319891188
5 libdispatch.dylib 0x3fdc _dispatch_client_callout + 20
6 libdispatch.dylib 0x5828 _dispatch_once_callout + 32
7 SomeApp 0x9a8cc4 +[MLKITx_CCTClientInfoMaker makeClientInfoInternal] + 4319890628
8 SomeApp 0x9a8ba8 -[MLKITx_CCTClientInfoMaker makeClientInfo] + 4319890344
9 SomeApp 0x9a2dc4 -[MLKITx_CCTLogWriter writeLogInternal:pseudonymousID:logDirectory:clock:logTransformers:flags:completionQueue:completion:] + 4319866308
10 SomeApp 0x9a27e4 __115-[MLKITx_CCTLogWriter writeLog:pseudonymousID:logDirectory:clock:logTransformers:flags:completionQueue:completion:]_block_invoke + 4319864804
11 libdispatch.dylib 0x24b4 _dispatch_call_block_and_release + 32
12 libdispatch.dylib 0x3fdc _dispatch_client_callout + 20
13 libdispatch.dylib 0xb694 _dispatch_lane_serial_drain + 672
14 libdispatch.dylib 0xc214 _dispatch_lane_invoke + 436
15 libdispatch.dylib 0x16e10 _dispatch_workloop_worker_thread + 652
16 libsystem_pthread.dylib 0xdf8 _pthread_wqthread + 288
17 libsystem_pthread.dylib 0xb98 start_wqthread + 8
com.google.firebase.crashlytics.MachExceptionServer
0 libsystem_kernel.dylib 0x4aa8 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x16fc4 mach_msg2_internal + 80
2 libsystem_kernel.dylib 0x17204 mach_msg_overwrite + 388
3 libsystem_kernel.dylib 0x4fec mach_msg + 24
4 FirebaseCrashlytics 0x174f0 FIRCLSMachExceptionServer + 192 (FIRCLSMachException.c:192)
5 libsystem_pthread.dylib 0x16cc _pthread_start + 148
6 libsystem_pthread.dylib 0xba4 thread_start + 8
Thread
0 libsystem_kernel.dylib 0x4fb0 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0xe44 _pthread_wqthread + 364
2 libsystem_pthread.dylib 0xb98 start_wqthread + 8
com.apple.root.utility-qos
0 libsystem_kernel.dylib 0x4aa8 mach_msg2_trap + 8
1 libsystem_kernel.dylib 0x16fc4 mach_msg2_internal + 80
2 libsystem_kernel.dylib 0x17204 mach_msg_overwrite + 388
3 libsystem_kernel.dylib 0x4fec mach_msg + 24
4 libdispatch.dylib 0x1f364 _dispatch_mach_send_and_wait_for_reply + 540
5 libdispatch.dylib 0x1f6ec dispatch_mach_send_with_result_and_wait_for_reply + 60
6 libxpc.dylib 0xfec0 xpc_connection_send_message_with_reply_sync + 240
7 Security 0x7ee0 securityd_message_with_reply_sync + 124
8 Security 0x11fd0 securityd_send_sync_and_do + 88
9 Security 0xba56c cftype_to_bool_cftype_error_request + 160
10 Security 0x2278 __SecItemCopyMatching_block_invoke_2 + 200
11 Security 0x52f0 __SecItemAuthDoQuery_block_invoke + 532
12 Security 0x3dc4 SecItemAuthDoQuery + 1236
13 Security 0x4fc0 __SecItemCopyMatching_block_invoke + 140
14 Security 0xaec8 SecOSStatusWith + 56
15 Security 0x4e88 SecItemCopyMatching + 400
16 GoogleUtilities 0x61ec +[GULKeychainUtils getItemWithQuery:error:] + 33 (GULKeychainUtils.m:33)
17 FirebaseInstallations 0xb8f8 -[FIRInstallationsIIDTokenStore IIDDefaultTokenData] + 122 (FIRInstallationsIIDTokenStore.m:122)
18 FBLPromises 0x73f4 __38+[FBLPromise(DoAdditions) onQueue:do:]_block_invoke + 33 (FBLPromise+Do.m:33)
19 libdispatch.dylib 0x24b4 _dispatch_call_block_and_release + 32
20 libdispatch.dylib 0x3fdc _dispatch_client_callout + 20
21 libdispatch.dylib 0x15c9c _dispatch_root_queue_drain + 956
22 libdispatch.dylib 0x16284 _dispatch_worker_thread2 + 164
23 libsystem_pthread.dylib 0xdbc _pthread_wqthread + 228
24 libsystem_pthread.dylib 0xb98 start_wqthread + 8
Stumblinbear
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working