Created
June 8, 2023 13:52
-
-
Save yousefhamza/28cfe30332df81a1a7918b8fb7c2d6c4 to your computer and use it in GitHub Desktop.
Core data crash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data:text/text;charset=utf-8, | |
# Cause: Crash due to signal: SIGSEGV(SEGV_MAPERR) at 00000000 | |
# Reported at: 2023-06-07 12:00:57 UTC | |
Thread 0 Unknown: | |
0 libsystem_kernel.dylib 0x1dc065c84 mach_msg2_trap + 8 | |
1 libsystem_kernel.dylib 0x1dc078e2c mach_msg_overwrite + 539 | |
2 libsystem_kernel.dylib 0x1dc0661c8 mach_msg + 23 | |
3 CoreFoundation 0x19d3c6114 __CFRunLoopServiceMachPort + 159 | |
4 CoreFoundation 0x19d3c7340 __CFRunLoopRun + 1207 | |
5 CoreFoundation 0x19d3cc4dc CFRunLoopRunSpecific + 611 | |
6 GraphicsServices 0x1d863835c GSEventRunModal + 163 | |
7 UIKitCore 0x19f75837c -[UIApplication _run] + 887 | |
8 UIKitCore 0x19f757fe0 UIApplicationMain + 339 | |
9 KeepTruckin 0x100f34c10 main (main.swift:52) | |
Thread 1 Unknown: | |
0 libsystem_kernel.dylib 0x1dc066558 __psynch_cvwait + 8 | |
1 libc++.1.dylib 0x1ab968f8c 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> > >) + 99 | |
2 KeepTruckin 0x101df3310 void kotlin::RepeatedTimer<kotlin::steady_clock>::Run<kotlin::gc::internal::GCSchedulerDataWithTimer<kotlin::steady_clock>::GCSchedulerDataWithTimer(kotlin::gc::GCSchedulerConfig&, std::__1::function<void ()>)::'lambda'()>(kotlin::gc::internal::GCSchedulerDataWithTimer<kotlin::steady_clock>::GCSchedulerDataWithTimer(kotlin::gc::GCSchedulerConfig&, std::__1::function<void ()>)::'lambda'()&&) + 211 | |
3 KeepTruckin 0x101df36c4 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::gc::internal::GCSchedulerDataWithTimer<kotlin::steady_clock>::GCSchedulerDataWithTimer(kotlin::gc::GCSchedulerConfig&, std::__1::function<void ()>)::'lambda'()&&) noexcept, kotlin::RepeatedTimer<kotlin::steady_clock>*&&, kotlin::gc::internal::GCSchedulerDataWithTimer<kotlin::steady_clock>::GCSchedulerDataWithTimer(kotlin::gc::GCSchedulerConfig&, std::__1::function<void ()>)::'lambda'()&&), kotlin::ScopedThread::attributes, void (kotlin::RepeatedTimer<kotlin::steady_clock>::*)(kotlin::gc::internal::GCSchedulerDataWithTimer<kotlin::steady_clock>::GCSchedulerDataWithTimer(kotlin::gc::GCSchedulerConfig&, std::__1::function<void ()>)::'lambda'()&&) noexcept, kotlin::RepeatedTimer<kotlin::steady_clock>*, kotlin::gc::internal::GCSchedulerDataWithTimer<kotlin::steady_clock>::GCSchedulerDataWithTimer(kotlin::gc::GCSchedulerConfig&, std::__1::function<void ()>)::'lambda'()> >(void*) + 119 | |
4 libsystem_pthread.dylib 0x1fccec6b8 _pthread_start + 147 | |
5 libsystem_pthread.dylib 0x1fccebb88 thread_start + 7 | |
Thread 2 Unknown: | |
0 libsystem_kernel.dylib 0x1dc066558 __psynch_cvwait + 8 | |
1 libc++.1.dylib 0x1ab968ef8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 27 | |
2 KeepTruckin 0x101df654c std::__1::invoke_result<kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::mm::ObjectFactory<kotlin::gc::ConcurrentMarkAndSweep>&, kotlin::gc::GCScheduler&)::$_2>::type kotlin::ScopedThread::Run<kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::mm::ObjectFactory<kotlin::gc::ConcurrentMarkAndSweep>&, kotlin::gc::GCScheduler&)::$_2>(kotlin::ScopedThread::attributes, kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::mm::ObjectFactory<kotlin::gc::ConcurrentMarkAndSweep>&, kotlin::gc::GCScheduler&)::$_2&&) + 247 | |
3 KeepTruckin 0x101df7900 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::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::mm::ObjectFactory<kotlin::gc::ConcurrentMarkAndSweep>&, kotlin::gc::GCScheduler&)::$_2&&), kotlin::ScopedThread::attributes, kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::mm::ObjectFactory<kotlin::gc::ConcurrentMarkAndSweep>&, kotlin::gc::GCScheduler&)::$_2> >(void*) + 111 | |
4 libsystem_pthread.dylib 0x1fccec6b8 _pthread_start + 147 | |
5 libsystem_pthread.dylib 0x1fccebb88 thread_start + 7 | |
Thread 3 Unknown: | |
0 libsystem_kernel.dylib 0x1dc065c84 mach_msg2_trap + 8 | |
1 libsystem_kernel.dylib 0x1dc078e2c mach_msg_overwrite + 539 | |
2 libsystem_kernel.dylib 0x1dc0661c8 mach_msg + 23 | |
3 CoreFoundation 0x19d3c6114 __CFRunLoopServiceMachPort + 159 | |
4 CoreFoundation 0x19d3c7340 __CFRunLoopRun + 1207 | |
5 CoreFoundation 0x19d3cc4dc CFRunLoopRunSpecific + 611 | |
6 Foundation 0x19766a0c4 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 211 | |
7 Foundation 0x197669fac -[NSRunLoop(NSRunLoop) runUntilDate:] + 63 | |
8 UIKitCore 0x19f88adac -[UIEventFetcher threadMain] + 415 | |
9 Foundation 0x197683634 __NSThread__start__ + 715 | |
10 libsystem_pthread.dylib 0x1fccec6b8 _pthread_start + 147 | |
11 libsystem_pthread.dylib 0x1fccebb88 thread_start + 7 | |
Thread 4 Unknown: | |
0 libsystem_kernel.dylib 0x1dc065c84 mach_msg2_trap + 8 | |
1 libsystem_kernel.dylib 0x1dc078e2c mach_msg_overwrite + 539 | |
2 libsystem_kernel.dylib 0x1dc0661c8 mach_msg + 23 | |
3 FirebaseCrashlytics 0x104c2ca50 FIRCLSMachExceptionServer (FIRCLSMachException.c:168) | |
4 libsystem_pthread.dylib 0x1fccec6b8 _pthread_start + 147 | |
5 libsystem_pthread.dylib 0x1fccebb88 thread_start + 7 | |
Thread 5 Unknown: | |
0 Instabug 0x1057a1cd0 mach_exception_callback + 160 | |
1 Instabug 0x1057b1e6c exception_server_thread + 323 | |
2 libsystem_pthread.dylib 0x1fccec6b8 _pthread_start + 147 | |
3 libsystem_pthread.dylib 0x1fccebb88 thread_start + 7 | |
Thread 6 Unknown: | |
0 libsystem_kernel.dylib 0x1dc065c84 mach_msg2_trap + 8 | |
1 libsystem_kernel.dylib 0x1dc078e2c mach_msg_overwrite + 539 | |
2 libsystem_kernel.dylib 0x1dc0661c8 mach_msg + 23 | |
3 CoreFoundation 0x19d3c6114 __CFRunLoopServiceMachPort + 159 | |
4 CoreFoundation 0x19d3c7340 __CFRunLoopRun + 1207 | |
5 CoreFoundation 0x19d3cc4dc CFRunLoopRunSpecific + 611 | |
6 CFNetwork 0x19e5b67e0 _CFURLStorageSessionDisableCache + 60899 | |
7 Foundation 0x197683634 __NSThread__start__ + 715 | |
8 libsystem_pthread.dylib 0x1fccec6b8 _pthread_start + 147 | |
9 libsystem_pthread.dylib 0x1fccebb88 thread_start + 7 | |
Thread 7 Unknown: | |
0 libsystem_kernel.dylib 0x1dc065c84 mach_msg2_trap + 8 | |
1 libsystem_kernel.dylib 0x1dc078e2c mach_msg_overwrite + 539 | |
2 libsystem_kernel.dylib 0x1dc0661c8 mach_msg + 23 | |
3 CoreFoundation 0x19d3c6114 __CFRunLoopServiceMachPort + 159 | |
4 CoreFoundation 0x19d3c7340 __CFRunLoopRun + 1207 | |
5 CoreFoundation 0x19d3cc4dc CFRunLoopRunSpecific + 611 | |
6 CFNetwork 0x19e5b67e0 _CFURLStorageSessionDisableCache + 60899 | |
7 Foundation 0x197683634 __NSThread__start__ + 715 | |
8 libsystem_pthread.dylib 0x1fccec6b8 _pthread_start + 147 | |
9 libsystem_pthread.dylib 0x1fccebb88 thread_start + 7 | |
Thread 8 Unknown: | |
0 libsystem_kernel.dylib 0x1dc0675bc kevent + 8 | |
1 Realm 0x10688d30c void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, realm::_impl::ExternalCommitHelper::ExternalCommitHelper(realm::_impl::RealmCoordinator&)::$_0> >(void*) + 51 | |
2 libsystem_pthread.dylib 0x1fccec6b8 _pthread_start + 147 | |
3 libsystem_pthread.dylib 0x1fccebb88 thread_start + 7 | |
Thread 9 Unknown: | |
0 libsystem_kernel.dylib 0x1dc066558 __psynch_cvwait + 8 | |
1 KeepTruckin 0x101e11cf8 Worker::waitForQueueLocked(long long, long long*) + 439 | |
2 KeepTruckin 0x101e11080 (anonymous namespace)::workerRoutine(void*) + 339 | |
3 libsystem_pthread.dylib 0x1fccec6b8 _pthread_start + 147 | |
4 libsystem_pthread.dylib 0x1fccebb88 thread_start + 7 | |
Thread 10 Unknown: | |
0 libsystem_kernel.dylib 0x1dc066558 __psynch_cvwait + 8 | |
1 libc++.1.dylib 0x1ab968ef8 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 27 | |
2 KeepTruckin 0x101df80a0 std::__1::invoke_result<kotlin::gc::FinalizerProcessor::StartFinalizerThreadIfNone()::$_0>::type kotlin::ScopedThread::Run<kotlin::gc::FinalizerProcessor::StartFinalizerThreadIfNone()::$_0>(kotlin::ScopedThread::attributes, kotlin::gc::FinalizerProcessor::StartFinalizerThreadIfNone()::$_0&&) + 211 | |
3 KeepTruckin 0x101df8334 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::StartFinalizerThreadIfNone()::$_0&&), kotlin::ScopedThread::attributes, kotlin::gc::FinalizerProcessor::StartFinalizerThreadIfNone()::$_0> >(void*) + 111 | |
4 libsystem_pthread.dylib 0x1fccec6b8 _pthread_start + 147 | |
5 libsystem_pthread.dylib 0x1fccebb88 thread_start + 7 | |
Thread 11 Unknown: | |
0 libsystem_kernel.dylib 0x1dc0667e8 select$DARWIN_EXTSN + 8 | |
1 libsystem_pthread.dylib 0x1fccec6b8 _pthread_start + 147 | |
2 libsystem_pthread.dylib 0x1fccebb88 thread_start + 7 | |
Thread 12 Unknown: | |
0 libsystem_kernel.dylib 0x1dc065c84 mach_msg2_trap + 8 | |
1 libsystem_kernel.dylib 0x1dc078e2c mach_msg_overwrite + 539 | |
2 libsystem_kernel.dylib 0x1dc0661c8 mach_msg + 23 | |
3 CoreFoundation 0x19d3c6114 __CFRunLoopServiceMachPort + 159 | |
4 CoreFoundation 0x19d3c7340 __CFRunLoopRun + 1207 | |
5 CoreFoundation 0x19d3cc4dc CFRunLoopRunSpecific + 611 | |
6 CoreFoundation 0x19d40ef84 CFRunLoopRun + 63 | |
7 CoreMotion 0x1a893a6e8 CLMotionActivity::isTypeInVehicle(CLMotionActivity::Type) + 23143 | |
8 libsystem_pthread.dylib 0x1fccec6b8 _pthread_start + 147 | |
9 libsystem_pthread.dylib 0x1fccebb88 thread_start + 7 | |
Thread 13 Unknown: | |
0 libsystem_kernel.dylib 0x1dc0661dc kevent_id + 8 | |
1 libdispatch.dylib 0x1a483981c _dispatch_event_loop_wait_for_ownership + 435 | |
2 libdispatch.dylib 0x1a48256f8 __DISPATCH_WAIT_FOR_QUEUE__ + 339 | |
3 libdispatch.dylib 0x1a48252c0 _dispatch_sync_f_slow + 147 | |
4 CoreData 0x1a4afcca8 _perform + 203 | |
5 CoreData 0x1a4b96e14 -[NSManagedObjectContext(_NestedContextSupport) executeRequest:withContext:error:] + 227 | |
6 CoreData 0x1a4a36ee8 -[NSManagedObjectContext executeFetchRequest:error:] + 687 | |
7 CoreData 0x1a4a32000 -[NSManagedObjectContext executeRequest:error:] + 315 | |
8 CoreData 0x1a4b44a88 NSManagedObjectContext.fetch<A>(_:) + 83 | |
9 Instabug 0x1055321a0 specialized SessionsV3PersistenceManager.getOrCreateSessionV3(_:context:) + 139 | |
10 Instabug 0x10553184c partial apply for closure #1 in SessionsV3PersistenceManager.save(session:completionHandler:) + 31 | |
11 Instabug 0x10552f8b0 thunk for @escaping @callee_guaranteed (@guaranteed NSManagedObjectContext?) -> () + 51 | |
12 Instabug 0x1055ba67c __70-[IBGDALService writeASyncAfterCoreDataIntialization:completionBlock:]_block_invoke_3 + 51 | |
13 CoreData 0x1a4a9efb0 developerSubmittedBlockToNSManagedObjectContextPerform + 155 | |
14 libdispatch.dylib 0x1a4815eac _dispatch_client_callout + 19 | |
15 libdispatch.dylib 0x1a481d534 _dispatch_lane_serial_drain + 667 | |
16 libdispatch.dylib 0x1a481e0a4 _dispatch_lane_invoke + 383 | |
17 libdispatch.dylib 0x1a4828cdc _dispatch_workloop_worker_thread + 647 | |
18 libsystem_pthread.dylib 0x1fccebddc _pthread_wqthread + 287 | |
19 libsystem_pthread.dylib 0x1fccebb7c start_wqthread + 7 | |
Thread 14 Unknown: | |
0 libsystem_kernel.dylib 0x1dc06618c __workq_kernreturn + 8 | |
1 libsystem_pthread.dylib 0x1fccebb7c start_wqthread + 7 | |
Thread 15 Unknown: | |
0 libsystem_kernel.dylib 0x1dc0667bc __ulock_wait + 8 | |
1 libdispatch.dylib 0x1a4816598 _dispatch_wait_on_address + 139 | |
2 libdispatch.dylib 0x1a4816c4c _dispatch_group_wait_slow + 55 | |
3 OneSignalCore 0x104ab91c8 0x104aac000 | |
4 libdispatch.dylib 0x1a4814320 _dispatch_call_block_and_release + 31 | |
5 libdispatch.dylib 0x1a4815eac _dispatch_client_callout + 19 | |
6 libdispatch.dylib 0x1a4818f8c _dispatch_queue_override_invoke + 787 | |
7 libdispatch.dylib 0x1a4827944 _dispatch_root_queue_drain + 395 | |
8 libdispatch.dylib 0x1a4828158 _dispatch_worker_thread2 + 163 | |
9 libsystem_pthread.dylib 0x1fccebda0 _pthread_wqthread + 227 | |
10 libsystem_pthread.dylib 0x1fccebb7c start_wqthread + 7 | |
Thread 16 Unknown: | |
0 libsystem_kernel.dylib 0x1dc0661dc kevent_id + 8 | |
1 libdispatch.dylib 0x1a483981c _dispatch_event_loop_wait_for_ownership + 435 | |
2 libdispatch.dylib 0x1a48256f8 __DISPATCH_WAIT_FOR_QUEUE__ + 339 | |
3 libdispatch.dylib 0x1a48252c0 _dispatch_sync_f_slow + 147 | |
4 CoreData 0x1a4afcca8 _perform + 203 | |
5 CoreData 0x1a4b97bcc -[NSManagedObjectContext(_NestedContextSupport) newValuesForObjectWithID:withContext:error:] + 163 | |
6 CoreData 0x1a4a23e58 _PFFaultHandlerLookupRow + 275 | |
7 CoreData 0x1a4a4c928 _PF_FulfillDeferredFault + 191 | |
8 CoreData 0x1a4aa423c _pvfk_header + 167 | |
9 CoreData 0x1a4afd94c _sharedIMPL_pvfk_core + 31 | |
10 Instabug 0x1054a14e8 -[IBGLogObject toDictionary] + 35 | |
11 Instabug 0x1054d6e40 __56-[IBGLogLogger loadLogsWithSessionId:completionHandler:]_block_invoke + 511 | |
12 Instabug 0x1055ba1e0 __43-[IBGDALService readASync:completionBlock:]_block_invoke_2 + 43 | |
13 CoreData 0x1a4a9efb0 developerSubmittedBlockToNSManagedObjectContextPerform + 155 | |
14 libdispatch.dylib 0x1a4815eac _dispatch_client_callout + 19 | |
15 libdispatch.dylib 0x1a481d534 _dispatch_lane_serial_drain + 667 | |
16 libdispatch.dylib 0x1a481e0a4 _dispatch_lane_invoke + 383 | |
17 libdispatch.dylib 0x1a4828cdc _dispatch_workloop_worker_thread + 647 | |
18 libsystem_pthread.dylib 0x1fccebddc _pthread_wqthread + 287 | |
19 libsystem_pthread.dylib 0x1fccebb7c start_wqthread + 7 | |
Thread 17 Unknown [Crashed]: | |
0 libsystem_platform.dylib 0x1fcc55158 _platform_memmove + 168 | |
1 CoreData 0x1a4a21718 -[NSSQLiteConnection fetchResultSet:usingFetchPlan:] + 1743 | |
2 CoreData 0x1a4a3d9e8 newFetchedRowsForFetchPlan_MT + 823 | |
3 CoreData 0x1a4a3aa44 _executeFetchRequest + 55 | |
4 CoreData 0x1a4a5b000 -[NSSQLFetchRequestContext executeRequestCore:] + 35 | |
5 CoreData 0x1a4a5acb0 -[NSSQLStoreRequestContext executeRequestUsingConnection:] + 251 | |
6 CoreData 0x1a4a5a8f4 __52-[NSSQLDefaultConnectionManager handleStoreRequest:]_block_invoke + 59 | |
7 CoreData 0x1a4afd01c __37-[NSSQLiteConnection performAndWait:]_block_invoke + 47 | |
8 libdispatch.dylib 0x1a4815eac _dispatch_client_callout + 19 | |
9 libdispatch.dylib 0x1a4825428 _dispatch_lane_barrier_sync_invoke_and_complete + 55 | |
10 CoreData 0x1a4afcebc -[NSSQLiteConnection performAndWait:] + 175 | |
11 CoreData 0x1a4a4a3e0 -[NSSQLDefaultConnectionManager handleStoreRequest:] + 247 | |
12 CoreData 0x1a4a4a2b0 -[NSSQLCoreDispatchManager routeStoreRequest:] + 227 | |
13 CoreData 0x1a4a39678 -[NSSQLCore dispatchRequest:withRetries:] + 171 | |
14 CoreData 0x1a4a44ef0 -[NSSQLCore executeRequest:withContext:error:] + 3391 | |
15 CoreData 0x1a4bb18c8 _65-[NSPersistentStoreCoordinator executeRequest:withContext:error:]_block_invoke.551 + 4167 | |
16 CoreData 0x1a4a7dabc -[NSPersistentStoreCoordinator _routeHeavyweightBlock:] + 263 | |
17 CoreData 0x1a4a43b50 -[NSPersistentStoreCoordinator executeRequest:withContext:error:] + 1059 | |
18 CoreData 0x1a4a36ee8 -[NSManagedObjectContext executeFetchRequest:error:] + 687 | |
19 CoreData 0x1a4b973b4 __82-[NSManagedObjectContext(_NestedContextSupport) executeRequest:withContext:error:]_block_invoke + 1151 | |
20 CoreData 0x1a4b992d8 internalBlockToNSManagedObjectContextPerform + 99 | |
21 libdispatch.dylib 0x1a4815eac _dispatch_client_callout + 19 | |
22 libdispatch.dylib 0x1a482585c _dispatch_sync_invoke_and_complete_recurse + 63 | |
23 libdispatch.dylib 0x1a48252dc _dispatch_sync_f_slow + 175 | |
24 CoreData 0x1a4afcca8 _perform + 203 | |
25 CoreData 0x1a4b96e14 -[NSManagedObjectContext(_NestedContextSupport) executeRequest:withContext:error:] + 227 | |
26 CoreData 0x1a4a36ee8 -[NSManagedObjectContext executeFetchRequest:error:] + 687 | |
27 Instabug 0x1055206d4 __78-[IBGNetworkLoggerPersistenceManager loadLogsWithSessionId:completionHandler:]_block_invoke + 531 | |
28 Instabug 0x1055bab94 __69-[IBGDALService readASyncAfterCoreDataIntialization:completionBlock:]_block_invoke_3 + 43 | |
29 CoreData 0x1a4a9efb0 developerSubmittedBlockToNSManagedObjectContextPerform + 155 | |
30 libdispatch.dylib 0x1a4815eac _dispatch_client_callout + 19 | |
31 libdispatch.dylib 0x1a481d534 _dispatch_lane_serial_drain + 667 | |
32 libdispatch.dylib 0x1a481e0a4 _dispatch_lane_invoke + 383 | |
33 libdispatch.dylib 0x1a4828cdc _dispatch_workloop_worker_thread + 647 | |
34 libsystem_pthread.dylib 0x1fccebddc _pthread_wqthread + 287 | |
35 libsystem_pthread.dylib 0x1fccebb7c start_wqthread + 7 | |
Thread 18 Unknown: | |
0 libsystem_kernel.dylib 0x1dc06618c __workq_kernreturn + 8 | |
1 libsystem_pthread.dylib 0x1fccebb7c start_wqthread + 7 | |
Thread 19 Unknown: | |
0 libsystem_kernel.dylib 0x1dc06618c __workq_kernreturn + 8 | |
1 libsystem_pthread.dylib 0x1fccebb7c start_wqthread + 7 | |
Thread 20 Unknown: | |
0 libsystem_kernel.dylib 0x1dc06618c __workq_kernreturn + 8 | |
1 libsystem_pthread.dylib 0x1fccebb7c start_wqthread + 7 | |
Thread 21 Unknown: | |
0 IBGInvalidFramework 0x104ee4938 0x104edc000 | |
Thread 22 Unknown: | |
0 IBGInvalidFramework 0x104ee4938 0x104edc000 | |
Binary Images: | |
0x1dc065000 libsystem_kernel.dylib arm64e 5998C9AE-C77E-3681-BD6C-0883C89297CF | |
0x19d34d000 CoreFoundation arm64e 6A07CBE8-4F65-3DBC-B59D-C1A188A7B95D | |
0x1d8637000 GraphicsServices arm64e B7999F43-84C0-30F9-9096-CCEB457FBE4A | |
0x19f3bb000 UIKitCore arm64e B0858D8E-7220-37BF-873F-ECC2B0A358C3 | |
0x100d0c000 KeepTruckin arm64e 3D46A58F-CFBA-34AD-8587-9E5B5F4E5B67 | |
0x1ab956000 libc++.1.dylib arm64e DB5662CE-22E0-32E0-9F15-2FD7C1CBFE43 | |
0x1fcceb000 libsystem_pthread.dylib arm64e B1EE57E1-4484-3714-BA1A-104330CA10C6 | |
0x197628000 Foundation arm64e 35567930-FBC2-374B-B44B-1DDFE3ADA4A1 | |
0x104c14000 FirebaseCrashlytics arm64e 623FC976-B3FB-33B4-987A-9B14FFFE339F | |
0x105480000 Instabug arm64e 129D311D-FECD-326D-A8AE-4D75531A20E2 | |
0x19e35e000 CFNetwork arm64e B2273BE9-538A-3F56-B9C7-801F39550F58 | |
0x1064f8000 Realm arm64e CEB1D52A-EC6E-3B1F-87D2-F27F8777529E | |
0x1a8927000 CoreMotion arm64e 0EE3BD53-A7DD-3267-999D-2E31676C9C5B | |
0x1a4812000 libdispatch.dylib arm64e B74732B5-D7FE-34A4-9346-41945701F020 | |
0x1a4a1e000 CoreData arm64e 97E32747-7518-3DD1-B80A-D6B8395CEEAB | |
0x104aac000 OneSignalCore arm64e 28B5FE94-C577-37E7-96C3-316D22DAE287 | |
0x1fcc54000 libsystem_platform.dylib arm64e 2E6C66FC-2EB9-34F9-995B-AE0B16E030C4 | |
0x104edc000 IBGInvalidFramework arm64e 4F484C50-99AB-4150-B43B-ACBA860A29B6 | |
0x104edc000 IBGInvalidFramework arm64e 5D2C834F-20CD-44EB-93D0-676958C1A574 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment