It seems that that all the crashes are coming from the same place BUT the error is slightly different. Attaching the code that responsible for the crash:
static NSString * const kDelimiter = @"#$@";
+ (PNDArray *)getObjectsFromData:(NSData *)data {
NSString *dataStr = [[NSString alloc] initWithData:data encoding:encoding];
dataStr = [dataStr stringByReplacingOccurrencesOfString:@"\\u0000" withString:@""];
NSArray *components = [dataStr componentsSeparatedByString:kDelimiter];
NSMutableArray *result = [NSMutableArray array];
for (NSString *jsonStr in components) {
if (jsonStr != nil && jsonStr.length != 0 && ![jsonStr hasPrefix:kBatchUUID]) {
[result addObject:jsonStr];
}
}
return [PNDArray arrayWithArray:result];
}
Incident Identifier: 44B804E0-AFAF-418E-8C31-16FE5362F989 Hardware Model: iPad14,3 Process: KeepTruckin [7959] Path: /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/KeepTruckin Identifier: com.keeptruckin.ios Version: 74.1 (1434) AppStoreTools: 15E204 AppVariant: 1:iPad14,3-A:16 Code Type: ARM-64 (Native) Role: unknown Parent Process: launchd [1] Coalition: com.keeptruckin.ios [465] Date/Time: 2024-04-16 17:15:34.1922 -0600 Launch Time: 2024-04-16 12:52:51.6856 -0600 OS Version: iPhone OS 17.3.1 (21D61) Release Type: User Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000038 Exception Codes: 0x0000000000000001, 0x0000000000000038 VM Region Info: 0x38 is not in any region. Bytes before following region: 68719476680 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL UNUSED SPACE AT START ---> commpage (reserved) 1000000000-7000000000 [384.0G] ---/--- SM=NUL ...(unallocated) Termination Reason: SIGNAL 11 Segmentation fault: 11 Terminating Process: exc handler [7959] Triggered by Thread: 13 Kernel Triage: VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter Thread 0 name: Thread 0: 0 libicucore.A.dylib 0x00000001b61194f0 icu::number::impl::DecimalQuantity::roundToMagnitude(int, UNumberFormatRoundingMode, UErrorCode&) + 0 (number_decimalquantity.cpp:741) 1 libicucore.A.dylib 0x00000001b6131cfc icu::number::impl::RoundingImpl::apply(icu::number::impl::DecimalQuantity&, UErrorCode&) const + 168 (number_rounding.cpp:437) 2 libicucore.A.dylib 0x00000001b612d4b4 icu::number::impl::MutablePatternModifier::processQuantity(icu::number::impl::DecimalQuantity&, icu::number::impl::MicroProps&, UErrorCode&) const + 120 (number_patternmodifier.cpp:172) 3 libicucore.A.dylib 0x00000001b611f354 icu::number::impl::NumberFormatterImpl::preProcessUnsafe(icu::number::impl::DecimalQuantity&, UErrorCode&) + 108 (number_formatimpl.cpp:90) 4 libicucore.A.dylib 0x00000001b611f248 icu::number::impl::NumberFormatterImpl::formatStatic(icu::number::impl::MacroProps const&, icu::number::impl::UFormattedNumberData*, UErrorCode&) + 180 (number_formatimpl.cpp:37) 5 libicucore.A.dylib 0x00000001b611e634 icu::number::LocalizedNumberFormatter::formatImpl(icu::number::impl::UFormattedNumberData*, UErrorCode&) const + 132 (number_fluent.cpp:674) 6 libicucore.A.dylib 0x00000001b60c84a4 icu::DecimalFormat::format(icu::number::impl::DecimalQuantity const&, icu::UnicodeString&, icu::FieldPosition&, UErrorCode&) const + 196 (decimfmt.cpp:737) 7 libicucore.A.dylib 0x00000001b6139d2c icu::NumberFormat::format(icu::Formattable const&, icu::UnicodeString&, icu::FieldPosition&, UErrorCode&) const + 404 (numfmt.cpp:587) 8 libicucore.A.dylib 0x00000001b61ce7f0 unum_formatDecimal + 360 (unum.cpp:355) 9 CoreFoundation 0x00000001ac72c844 __cficu_unum_formatDecimal + 68 (CFICULogging.c:2119) 10 CoreFoundation 0x00000001ac6f24a4 CFNumberFormatterCreateStringWithValue + 652 (CFNumberFormatter.c:0) 11 CoreFoundation 0x00000001ac6f0730 __CFStringFormatLocalizedNumber + 1908 (CFString.c:0) 12 CoreFoundation 0x00000001ac684d84 __CFStringAppendFormatCore + 10212 (CFString.c:8718) 13 CoreFoundation 0x00000001ac682518 _CFStringCreateWithFormatAndArgumentsReturningMetadata + 184 (CFString.c:2030) 14 CoreFoundation 0x00000001ac682454 _CFStringCreateWithFormatAndArgumentsAux2 + 44 (CFString.c:2022) 15 KeepTruckin 0x0000000100c1d80c tr + 180 (Localizable.m:21) 16 KeepTruckin 0x0000000100c1e5c4 +[Localizable commonDateHourMinuteSecondValueWithValues:::] + 32 (Localizable.m:830) 17 KeepTruckin 0x0000000100c97718 -[QssButton dutyStatusTextWithTime:] + 188 (QssButton.m:128) 18 KeepTruckin 0x0000000100c9761c -[QssButton reloadDutyStatusWithTime:] + 20 (QssButton.m:111) 19 KeepTruckin 0x0000000100bc5f50 -[KTLogStatusHeader reloadDutyStatusTime] + 80 (KTLogStatusHeader.m:175) 20 Foundation 0x00000001abd47cec __NSFireTimer + 96 (NSTimer.m:280) 21 CoreFoundation 0x00000001ac7133c8 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 32 (CFRunLoop.c:1797) 22 CoreFoundation 0x00000001ac713070 __CFRunLoopDoTimer + 1004 (CFRunLoop.c:2404) 23 CoreFoundation 0x00000001ac69cc04 __CFRunLoopDoTimers + 288 (CFRunLoop.c:2562) 24 CoreFoundation 0x00000001ac699bec __CFRunLoopRun + 1808 (CFRunLoop.c:3112) 25 CoreFoundation 0x00000001ac6993f8 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 26 GraphicsServices 0x00000001efc274f8 GSEventRunModal + 164 (GSEvent.c:2196) 27 UIKitCore 0x00000001aeabf8a0 -[UIApplication _run] + 888 (UIApplication.m:3685) 28 UIKitCore 0x00000001aeabeedc UIApplicationMain + 340 (UIApplication.m:5270) 29 KeepTruckin 0x0000000100cf568c runApplication(appDelegateClassString:) + 52 (main.swift:20) 30 KeepTruckin 0x0000000100cf568c main + 432 (main.swift:52) 31 dyld 0x00000001cf3eedcc start + 2240 (dyldMain.cpp:1269) Thread 1 name: Thread 1: 0 libsystem_kernel.dylib 0x00000001f3d69b1c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000002165f2fd4 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 libc++.1.dylib 0x00000001bc89ff60 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock&, std::__1::chrono::time_point::Run::GCSchedulerDataWithTimer(kotlin::gc::GCSchedulerConfig&, std::__1::functi... + 224 4 KeepTruckin 0x0000000101f4fc54 void* std::__1::__thread_proxy >, void (*)(kotlin::ScopedThread::attributes, void... + 120 5 libsystem_pthread.dylib 0x00000002165f44d4 _pthread_start + 136 (pthread.c:904) 6 libsystem_pthread.dylib 0x00000002165f3a10 thread_start + 8 (:-1) Thread 2 name: Thread 2: 0 libsystem_kernel.dylib 0x00000001f3d69b1c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000002165f2fd4 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 libc++.1.dylib 0x00000001bc89fecc std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (condition_variable.cpp:46) 3 KeepTruckin 0x0000000101f52a54 std::__1::invoke_result&, kotlin::gc::GCScheduler&)::$_2>::type kotlin::Scop... + 248 4 KeepTruckin 0x0000000101f53e04 void* std::__1::__thread_proxy >, void (*)(kotlin::ScopedThread::attributes, kotl... + 112 5 libsystem_pthread.dylib 0x00000002165f44d4 _pthread_start + 136 (pthread.c:904) 6 libsystem_pthread.dylib 0x00000002165f3a10 thread_start + 8 (:-1) Thread 3 name: Thread 3: 0 libsystem_kernel.dylib 0x00000001f3d69178 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001f3d68f10 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001f3d68e28 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001f3d68c68 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001ac69ba9c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x00000001ac699994 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x00000001ac6993f8 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 Foundation 0x00000001ab62c3ec -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373) 8 Foundation 0x00000001ab6596ac -[NSRunLoop(NSRunLoop) runUntilDate:] + 64 (NSRunLoop.m:420) 9 UIKitCore 0x00000001aea21710 -[UIEventFetcher threadMain] + 420 (UIEventFetcher.m:1208) 10 Foundation 0x00000001ab6afd40 __NSThread__start__ + 732 (NSThread.m:991) 11 libsystem_pthread.dylib 0x00000002165f44d4 _pthread_start + 136 (pthread.c:904) 12 libsystem_pthread.dylib 0x00000002165f3a10 thread_start + 8 (:-1) Thread 4: 0 libsystem_kernel.dylib 0x00000001f3d69178 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001f3d68f10 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001f3d68e28 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001f3d68c68 mach_msg + 24 (mach_msg.c:323) 4 Instabug 0x0000000105f6898c exception_server_thread + 188 5 libsystem_pthread.dylib 0x00000002165f44d4 _pthread_start + 136 (pthread.c:904) 6 libsystem_pthread.dylib 0x00000002165f3a10 thread_start + 8 (:-1) Thread 5 name: Thread 5: 0 libsystem_kernel.dylib 0x00000001f3d69178 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001f3d68f10 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001f3d68e28 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001f3d68c68 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001ac69ba9c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x00000001ac699994 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x00000001ac6993f8 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 Foundation 0x00000001ab62c3ec -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373) 8 SendbirdChatSDK 0x000000010a6f3e54 SBRunloopThread.main() + 376 (Runloop+SBTimer.swift:61) 9 SendbirdChatSDK 0x000000010a6f3eb4 @objc SBRunloopThread.main() + 28 (:0) 10 Foundation 0x00000001ab6afd40 __NSThread__start__ + 732 (NSThread.m:991) 11 libsystem_pthread.dylib 0x00000002165f44d4 _pthread_start + 136 (pthread.c:904) 12 libsystem_pthread.dylib 0x00000002165f3a10 thread_start + 8 (:-1) Thread 6 name: Thread 6: 0 libsystem_kernel.dylib 0x00000001f3d76f0c kevent + 8 (:-1) 1 Realm 0x0000000106caa2d0 realm::_impl::ExternalCommitHelper::listen() + 156 2 Realm 0x0000000106caa42c void* std::__1::__thread_proxy >, realm::_impl::ExternalCommitHelper::ExternalCom... + 52 3 libsystem_pthread.dylib 0x00000002165f44d4 _pthread_start + 136 (pthread.c:904) 4 libsystem_pthread.dylib 0x00000002165f3a10 thread_start + 8 (:-1) Thread 7: 0 libsystem_kernel.dylib 0x00000001f3d69b1c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000002165f2fd4 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 KeepTruckin 0x0000000101f6dce4 Worker::waitForQueueLocked(long long, long long*) + 440 3 KeepTruckin 0x0000000101f6d074 (anonymous namespace)::workerRoutine(void*) + 340 4 libsystem_pthread.dylib 0x00000002165f44d4 _pthread_start + 136 (pthread.c:904) 5 libsystem_pthread.dylib 0x00000002165f3a10 thread_start + 8 (:-1) Thread 8 name: Thread 8: 0 libsystem_kernel.dylib 0x00000001f3d69b1c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000002165f2fd4 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 libc++.1.dylib 0x00000001bc89fecc std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (condition_variable.cpp:46) 3 KeepTruckin 0x0000000101f54594 std::__1::invoke_result::type kotlin::ScopedThread::Run(kotlin:... + 212 4 KeepTruckin 0x0000000101f54828 void* std::__1::__thread_proxy >, void (*)(kotlin::ScopedThread::attributes, kotl... + 112 5 libsystem_pthread.dylib 0x00000002165f44d4 _pthread_start + 136 (pthread.c:904) 6 libsystem_pthread.dylib 0x00000002165f3a10 thread_start + 8 (:-1) Thread 9 name: Thread 9: 0 libsystem_kernel.dylib 0x00000001f3d69178 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001f3d68f10 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001f3d68e28 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001f3d68c68 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001ac69ba9c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x00000001ac699994 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x00000001ac6993f8 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 CFNetwork 0x00000001ad997050 +[__CFN_CoreSchedulingSetRunnable _run:] + 384 (CoreSchedulingSet.mm:1479) 8 Foundation 0x00000001ab6afd40 __NSThread__start__ + 732 (NSThread.m:991) 9 libsystem_pthread.dylib 0x00000002165f44d4 _pthread_start + 136 (pthread.c:904) 10 libsystem_pthread.dylib 0x00000002165f3a10 thread_start + 8 (:-1) Thread 10 name: Thread 10: 0 libsystem_kernel.dylib 0x00000001f3d69178 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001f3d68f10 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001f3d68e28 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001f3d68c68 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001ac69ba9c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x00000001ac699994 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x00000001ac6993f8 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 CoreFoundation 0x00000001ac69915c CFRunLoopRun + 64 (CFRunLoop.c:3446) 8 CoreMotion 0x00000001b96292fc CLMotionCore::runMotionThread(void*) + 1292 (CLMotionCore.mm:376) 9 libsystem_pthread.dylib 0x00000002165f44d4 _pthread_start + 136 (pthread.c:904) 10 libsystem_pthread.dylib 0x00000002165f3a10 thread_start + 8 (:-1) Thread 11 name: Thread 11: 0 libsystem_kernel.dylib 0x00000001f3d69bf8 __ulock_wait + 8 (:-1) 1 libsystem_platform.dylib 0x000000021654a2dc _os_unfair_lock_lock_slow + 176 (lock.c:578) 2 libobjc.A.dylib 0x00000001a4a2d8c8 class_conformsToProtocol + 100 (objc-runtime-new.mm:7944) 3 libobjc.A.dylib 0x00000001a4a2d81c -[NSObject conformsToProtocol:] + 56 (NSObject.mm:2500) 4 KeepTruckin 0x0000000100c692d4 -[NSDictionary(MutableDeepCopy) mutableDeepCopy] + 224 (MutableDeepCopying.m:18) 5 KeepTruckin 0x0000000100c694a0 -[NSArray(MutableDeepCopy) mutableDeepCopy] + 220 (MutableDeepCopying.m:44) 6 KeepTruckin 0x0000000100c692e0 -[NSDictionary(MutableDeepCopy) mutableDeepCopy] + 236 (MutableDeepCopying.m:19) 7 KeepTruckin 0x0000000100c694a0 -[NSArray(MutableDeepCopy) mutableDeepCopy] + 220 (MutableDeepCopying.m:44) 8 KeepTruckin 0x0000000100c692e0 -[NSDictionary(MutableDeepCopy) mutableDeepCopy] + 236 (MutableDeepCopying.m:19) 9 KeepTruckin 0x0000000100b3dc58 -[JSONObject initWithDictionary:] + 44 (JSONObject.m:32) 10 KeepTruckin 0x0000000100cad498 -[RestObject initWithDictionary:] + 48 (RestObject.m:15) 11 KeepTruckin 0x0000000100c2a338 -[Log initWithDictionary:] + 48 (Log.m:66) 12 KeepTruckin 0x0000000100cae044 +[RestObjectUtils getRestObjectFromResource:params:] + 64 (RestObjectUtils.m:7) 13 KeepTruckin 0x0000000100c879d4 +[ObjectManager getRestObjectFromResultSet:] + 300 (ObjectManager.m:5955) 14 KeepTruckin 0x0000000100c80740 __51-[ObjectManager objectsOfType:forQuery:inDatabase:]_block_invoke + 68 (ObjectManager.m:4483) 15 KeepTruckin 0x0000000100c6fc8c -[ObjectManager executeQuery:withValues:inDatabase:fileLine:remoteMessage:onNext:onError:onComplete:] + 380 (ObjectManager.m:786) 16 KeepTruckin 0x0000000100c6fb04 -[ObjectManager executeQuery:withValues:inDatabase:fileLine:remoteMessage:onNext:onError:] + 24 (ObjectManager.m:752) 17 KeepTruckin 0x0000000100c801c4 -[ObjectManager objectsOfType:forQuery:inDatabase:] + 340 (ObjectManager.m:4493) 18 KeepTruckin 0x0000000100c80030 -[ObjectManager objectsOfType:inDateRange:sortAscending:whereColumn:inSet:inDatabase:] + 216 (ObjectManager.m:4470) 19 KeepTruckin 0x0000000100c72b3c __52-[ObjectManager processHourlyBreadcrumbsForVehicle:]_block_invoke + 88 (ObjectManager.m:1843) 20 FMDB 0x00000001059c925c __46-[FMDatabaseQueue beginTransaction:withBlock:]_block_invoke + 180 (FMDatabaseQueue.m:230) 21 libdispatch.dylib 0x00000001b4662300 _dispatch_client_callout + 20 (object.m:561) 22 libdispatch.dylib 0x00000001b46716b4 _dispatch_lane_barrier_sync_invoke_and_complete + 56 (queue.c:1085) 23 FMDB 0x00000001059c9188 -[FMDatabaseQueue beginTransaction:withBlock:] + 112 (FMDatabaseQueue.m:214) 24 KeepTruckin 0x0000000100c6fadc __44-[ObjectManager dispatchQueryInTransaction:]_block_invoke + 44 (ObjectManager.m:740) 25 libdispatch.dylib 0x00000001b4662300 _dispatch_client_callout + 20 (object.m:561) 26 libdispatch.dylib 0x00000001b46716b4 _dispatch_lane_barrier_sync_invoke_and_complete + 56 (queue.c:1085) 27 KeepTruckin 0x0000000100c6fa88 -[ObjectManager dispatchQueryInTransaction:] + 128 (ObjectManager.m:736) 28 KeepTruckin 0x0000000100c72a68 -[ObjectManager processHourlyBreadcrumbsForVehicle:] + 128 (ObjectManager.m:1842) 29 KeepTruckin 0x0000000100b20d0c -[ELDEventManager processELDMessages] + 988 (ELDEventManager.m:3630) 30 KeepTruckin 0x0000000100b1a0fc -[ELDEventManager stream:handleEvent:] + 1552 (ELDEventManager.m:2099) 31 ExternalAccessory 0x00000001de9be610 -[EAInputStream _streamEventTrigger] + 364 (EAInputStream.m:508) 32 CoreFoundation 0x00000001ac69d0ac __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28 (CFRunLoop.c:1957) 33 CoreFoundation 0x00000001ac69c328 __CFRunLoopDoSource0 + 176 (CFRunLoop.c:2001) 34 CoreFoundation 0x00000001ac69aadc __CFRunLoopDoSources0 + 244 (CFRunLoop.c:2038) 35 CoreFoundation 0x00000001ac699818 __CFRunLoopRun + 828 (CFRunLoop.c:2955) 36 CoreFoundation 0x00000001ac6993f8 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 37 Foundation 0x00000001ab62c3ec -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373) 38 Foundation 0x00000001ab62a7e4 -[NSRunLoop(NSRunLoop) run] + 64 (NSRunLoop.m:398) 39 KeepTruckin 0x0000000100b179f0 __35-[ELDEventManager initializeSocket]_block_invoke + 260 (ELDEventManager.m:1437) 40 libdispatch.dylib 0x00000001b46606a8 _dispatch_call_block_and_release + 32 (init.c:1530) 41 libdispatch.dylib 0x00000001b4662300 _dispatch_client_callout + 20 (object.m:561) 42 libdispatch.dylib 0x00000001b4673dbc _dispatch_root_queue_drain + 864 (queue.c:7051) 43 libdispatch.dylib 0x00000001b46743ec _dispatch_worker_thread2 + 156 (queue.c:7119) 44 libsystem_pthread.dylib 0x00000002165f3928 _pthread_wqthread + 228 (pthread.c:2642) 45 libsystem_pthread.dylib 0x00000002165f3a04 start_wqthread + 8 (:-1) Thread 12 name: Thread 12: 0 libsystem_kernel.dylib 0x00000001f3d75860 __select + 8 (:-1) 1 CoreFoundation 0x00000001ac745778 __CFSocketManager + 636 (CFSocket.c:1340) 2 libsystem_pthread.dylib 0x00000002165f44d4 _pthread_start + 136 (pthread.c:904) 3 libsystem_pthread.dylib 0x00000002165f3a10 thread_start + 8 (:-1) Thread 13 name: Thread 13 Crashed: 0 libobjc.A.dylib 0x00000001a4a29d3c cache_t::insert(objc_selector*, void (*)(), objc_object*) + 244 (objc-cache.mm:901) 1 libobjc.A.dylib 0x00000001a4a29af4 lookUpImpOrForward + 664 (objc-runtime-new.mm:7435) 2 libobjc.A.dylib 0x00000001a4a24cc4 _objc_msgSend_uncached + 68 (:-1) 3 CoreFoundation 0x00000001ac752650 __exceptionPreprocess + 124 (NSException.m:241) 4 libobjc.A.dylib 0x00000001a4a4bc80 objc_exception_throw + 60 (objc-exception.mm:356) 5 CoreFoundation 0x00000001ac696498 -[__NSArrayM insertObject:atIndex:] + 1292 (NSArrayM.m:164) 6 Foundation 0x00000001ab6043b4 -[NSString componentsSeparatedByString:] + 160 (NSString.m:623) 7 Pendo 0x000000010639ecb0 +[PNDDiskBufferHelper getObjectsFromData:] + 144 8 Pendo 0x00000001063a6f7c -[PNDDiskBuffer prepareObjectsForProcessing] + 72 9 Pendo 0x00000001063fdda0 __44-[PNDAnalyticsMessageManager sendAnalytics:]_block_invoke_2 + 36 10 libdispatch.dylib 0x00000001b4662300 _dispatch_client_callout + 20 (object.m:561) 11 libdispatch.dylib 0x00000001b46657b8 _dispatch_continuation_pop + 600 (queue.c:306) 12 libdispatch.dylib 0x00000001b46795c0 _dispatch_source_latch_and_call + 420 (source.c:596) 13 libdispatch.dylib 0x00000001b4678190 _dispatch_source_invoke + 832 (source.c:961) 14 libdispatch.dylib 0x00000001b4669718 _dispatch_lane_serial_drain + 368 (queue.c:3885) 15 libdispatch.dylib 0x00000001b466a3c4 _dispatch_lane_invoke + 380 (queue.c:3976) 16 libdispatch.dylib 0x00000001b4675004 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6913) 17 libdispatch.dylib 0x00000001b4674878 _dispatch_workloop_worker_thread + 404 (queue.c:6507) 18 libsystem_pthread.dylib 0x00000002165f3964 _pthread_wqthread + 288 (pthread.c:2629) 19 libsystem_pthread.dylib 0x00000002165f3a04 start_wqthread + 8 (:-1) Thread 14: 0 libsystem_pthread.dylib 0x00000002165f39fc start_wqthread + 0 (:-1) Thread 15: 0 libsystem_pthread.dylib 0x00000002165f39fc start_wqthread + 0 (:-1) Thread 16: 0 libsystem_pthread.dylib 0x00000002165f39fc start_wqthread + 0 (:-1) Thread 17: 0 libsystem_pthread.dylib 0x00000002165f39fc start_wqthread + 0 (:-1) Thread 18: 0 libsystem_pthread.dylib 0x00000002165f39fc start_wqthread + 0 (:-1) Thread 19: 0 libsystem_pthread.dylib 0x00000002165f39fc start_wqthread + 0 (:-1) Thread 20: 0 libsystem_pthread.dylib 0x00000002165f39fc start_wqthread + 0 (:-1) Thread 21: 0 libsystem_pthread.dylib 0x00000002165f39fc start_wqthread + 0 (:-1) Thread 13 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x0000000000000002 x2: 0x0000000000000000 x3: 0x0000000000100000 x4: 0x0000000007000001 x5: 0x0000000000000003 x6: 0x0000000000000000 x7: 0x0000000000000000 x8: 0x0000000000000000 x9: 0x0000000000000003 x10: 0x0000000000000003 x11: 0x0000000000000003 x12: 0x0000000000000030 x13: 0xfffffffffffffff8 x14: 0x00000000000007fb x15: 0x00000000989ffffc x16: 0x00000002ede7a2ac x17: 0x00000000000008fd x18: 0x0000000000000000 x19: 0x00000001a6e2cc7b x20: 0x00000001ac752744 x21: 0x00000001fd877fc8 x22: 0x00000001fd877fd8 x23: 0x0000000280977270 x24: 0x0000000000000004 x25: 0x0000000000000004 x26: 0x000000028029fc20 x27: 0x00000000ffd45280 x28: 0x00000001fd86af40 fp: 0x000000016ffb9370 lr: 0x15660001a4a29e64 sp: 0x000000016ffb9320 pc: 0x00000001a4a29d3c cpsr: 0x60001000 esr: 0x92000006 (Data Abort) byte read Translation fault Binary Images: 0x100ad4000 - 0x10239bfff KeepTruckin arm64 <31245bfb96ee3881a1ba8b2d214c2cab> /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/KeepTruckin 0x1052ec000 - 0x10531bfff AFNetworking arm64 <57b4f49b58653c14b285b6bad7b97408> /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/AFNetworking.framework/AFNetworking 0x105374000 - 0x105387fff AnyCodable arm64 <48c7224579bd3c2bbc7a3a32b3334dc9> /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/AnyCodable.framework/AnyCodable 0x105854000 - 0x105893fff ComplianceSwift arm64 <738483ea019537fcb084f81c862c38d5> /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/ComplianceSwift.framework/ComplianceSwift 0x105928000 - 0x10593bfff Differentiator arm64 /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/Differentiator.framework/Differentiator 0x10596c000 - 0x105973fff ECPhoneNumberFormatter arm64 /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/ECPhoneNumberFormatter.framework/ECPhoneNumberFormatter 0x105984000 - 0x105993fff FBLPromises arm64 /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/FBLPromises.framework/FBLPromises 0x1059bc000 - 0x1059cffff FMDB arm64 <1315da3794143b9eafe924634945c28c> /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/FMDB.framework/FMDB 0x1059f4000 - 0x1059fbfff FileMD5Hash arm64 /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/FileMD5Hash.framework/FileMD5Hash 0x105a0c000 - 0x105a17fff FirebaseABTesting arm64 <2aa94dc1939037baa0217fac030c52ed> /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/FirebaseABTesting.framework/FirebaseABTesting 0x105a30000 - 0x105a3ffff FirebaseCore arm64 <351416cd66b031a496de2fc0df233420> /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/FirebaseCore.framework/FirebaseCore 0x105a64000 - 0x105a7ffff FirebaseCoreInternal arm64 <5cf83d7e6ae13e81b2ddbf494c9cec52> /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/FirebaseCoreInternal.framework/FirebaseCoreInternal 0x105ad0000 - 0x105ae7fff FirebaseInstallations arm64 /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/FirebaseInstallations.framework/FirebaseInstallations 0x105b18000 - 0x105b3ffff FirebaseRemoteConfig arm64 /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/FirebaseRemoteConfig.framework/FirebaseRemoteConfig 0x105b7c000 - 0x105b97fff GoogleUtilities arm64 <378534d680f93417ba1326b7d021580d> /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/GoogleUtilities.framework/GoogleUtilities 0x105bcc000 - 0x1060dbfff Instabug arm64 <976b4a22e8603a67a84f3530c102e9f1> /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/Instabug.framework/Instabug 0x1062d8000 - 0x1062dffff ObjcExceptionBridging arm64 <688d76cf5a453d8385b0ca56f03e93c7> /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/ObjcExceptionBridging.framework/ObjcExceptionBridging 0x1062f0000 - 0x1065b7fff Pendo arm64 <9db3e1c322213da4add719362681cac8> /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/Pendo.framework/Pendo 0x106834000 - 0x10688bfff PhoneNumberKit arm64 <1ced094b9af433d7baa432f0dcdac06b> /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/PhoneNumberKit.framework/PhoneNumberKit 0x10690c000 - 0x106e73fff Realm arm64 <9e2bdc97a83039ee90f5c7f4883104ec> /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/Realm.framework/Realm 0x107280000 - 0x1072f3fff RxCocoa arm64 <428e30a90c10394c96eb97ef71d38c4b> /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/RxCocoa.framework/RxCocoa 0x107448000 - 0x10745bfff RxDataSources arm64 /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/RxDataSources.framework/RxDataSources 0x1074ac000 - 0x1074b3fff RxRelay arm64 /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/RxRelay.framework/RxRelay 0x1074d0000 - 0x10758bfff RxSwift arm64 <4fe5a6f0b4343347a04c968aadcf5ced> /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/RxSwift.framework/RxSwift 0x107784000 - 0x1077b7fff RxSwiftExt arm64 <4d262d2a70f83929b52585eeb499ef1f> /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/RxSwiftExt.framework/RxSwiftExt 0x107814000 - 0x107827fff SVProgressHUD arm64 <606749ac34e83a038963a8c5aa3aeebf> /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/SVProgressHUD.framework/SVProgressHUD 0x107848000 - 0x108b13fff ScanbotSDK arm64 <81ded5428caf385198476d0223977693> /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/ScanbotSDK.framework/ScanbotSDK 0x10a4b8000 - 0x10aaabfff SendbirdChatSDK arm64 /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/SendbirdChatSDK.framework/SendbirdChatSDK 0x10ad38000 - 0x10ae83fff SwiftProtobuf arm64 <5ab5c4203b1a391ba561d898f4d857d3> /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/SwiftProtobuf.framework/SwiftProtobuf 0x10b1d0000 - 0x10b7e3fff TwilioVoice arm64 <9190c312b85a310dbc5b741592026da4> /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/TwilioVoice.framework/TwilioVoice 0x10bccc000 - 0x10bcf7fff XCGLogger arm64 <2654147f64123b588d730239d734a405> /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/XCGLogger.framework/XCGLogger 0x10bd74000 - 0x10bd7bfff nanopb arm64 <5b6dee53e6993014872bf6de34563dc0> /private/var/containers/Bundle/Application/FC792483-B075-40B6-91ED-8BAC96AC375D/KeepTruckin.app/Frameworks/nanopb.framework/nanopb 0x10de04000 - 0x10de0ffff libobjc-trampolines.dylib arm64e /private/preboot/Cryptexes/OS/usr/lib/libobjc-trampolines.dylib 0x1a4a20000 - 0x1a4a6dfe0 libobjc.A.dylib arm64e /usr/lib/libobjc.A.dylib 0x1ab600000 - 0x1ac15ffff Foundation arm64e <5623831d571933a99691759f47d714d1> /System/Library/Frameworks/Foundation.framework/Foundation 0x1ac666000 - 0x1acb92fff CoreFoundation arm64e <5a6c1f41bf7032f6a1d65b894dd21362> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x1ad73d000 - 0x1adb18fff CFNetwork arm64e <650b083ce6403f12a26732148f1eb6b8> /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x1ae893000 - 0x1b0369fff UIKitCore arm64e <2d5384466e403c108a5f559c938077a0> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x1b465e000 - 0x1b46a4fff libdispatch.dylib arm64e /usr/lib/system/libdispatch.dylib 0x1b46a5000 - 0x1b4722ff3 libsystem_c.dylib arm64e <6d03d4f6ec2f3c189013b4caf90539af> /usr/lib/system/libsystem_c.dylib 0x1b5fa1000 - 0x1b6253ff7 libicucore.A.dylib arm64e <582613c7b0e83489bd5af41e571d5215> /usr/lib/libicucore.A.dylib 0x1b9357000 - 0x1b97f5fff CoreMotion arm64e /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x1bc88d000 - 0x1bc91afff libc++.1.dylib arm64e <88c06a0348273faba02b4dc1fe8a42b6> /usr/lib/libc++.1.dylib 0x1cf3e9000 - 0x1cf47169b dyld arm64e <28d6d2c146ce3d58b744b06a6c573888> /usr/lib/dyld 0x1d249c000 - 0x1d24c3ff7 libdyld.dylib arm64e /usr/lib/system/libdyld.dylib 0x1de9b4000 - 0x1de9d1fff ExternalAccessory arm64e /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory 0x1efc24000 - 0x1efc2cfff GraphicsServices arm64e /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x1f3d68000 - 0x1f3da0fef libsystem_kernel.dylib arm64e <08f02c6b1443366598054a8bee87346e> /usr/lib/system/libsystem_kernel.dylib 0x216547000 - 0x21654dfe7 libsystem_platform.dylib arm64e <6b90233485bd347eba40f535347a3417> /usr/lib/system/libsystem_platform.dylib 0x2165f2000 - 0x2165fdff3 libsystem_pthread.dylib arm64e <8f9c865b29f5346badd5fde40e008c66> /usr/lib/system/libsystem_pthread.dylib EOF
Incident Identifier: 9F12ADC7-AE22-4942-8D8B-68BF84F1DFE0 Hardware Model: iPad11,2 Process: KeepTruckin [15686] Path: /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/KeepTruckin Identifier: com.keeptruckin.ios Version: 74.1 (1434) AppStoreTools: 15E204 AppVariant: 1:iPad11,2:15 Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: com.keeptruckin.ios [1352] Date/Time: 2024-04-24 04:56:53.4664 -0500 Launch Time: 2024-04-12 08:06:22.6238 -0500 OS Version: iPhone OS 17.1.1 (21B91) Release Type: User Baseband Version: 6.00.00 Report Version: 104 Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000001, 0x000000019b296b70 Termination Reason: SIGNAL 5 Trace/BPT trap: 5 Terminating Process: exc handler [15686] Triggered by Thread: 13 Thread 0 name: Thread 0: 0 libsystem_kernel.dylib 0x00000001e25f01d8 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001e25eff70 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001e25efe88 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001e25efcc8 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x000000019b119d0c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x000000019b117c04 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x000000019b117668 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 GraphicsServices 0x00000001de4e25ec GSEventRunModal + 164 (GSEvent.c:2196) 8 UIKitCore 0x000000019d5342b4 -[UIApplication _run] + 888 (UIApplication.m:3685) 9 UIKitCore 0x000000019d5338f0 UIApplicationMain + 340 (UIApplication.m:5270) 10 KeepTruckin 0x000000010431168c runApplication(appDelegateClassString:) + 52 (main.swift:20) 11 KeepTruckin 0x000000010431168c main + 432 (main.swift:52) 12 dyld 0x00000001bdb6adcc start + 2240 (dyldMain.cpp:1269) Thread 1 name: Thread 1: 0 libsystem_kernel.dylib 0x00000001e25f0b7c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x0000000204ad0fd4 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 libc++.1.dylib 0x00000001ab287f60 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock&, std::__1::chrono::time_point::Run::GCSchedulerDataWithTimer(kotlin::gc::GCSchedulerConfig&, std::__1::functi... + 224 4 KeepTruckin 0x000000010556bc54 void* std::__1::__thread_proxy >, void (*)(kotlin::ScopedThread::attributes, void... + 120 5 libsystem_pthread.dylib 0x0000000204ad24d4 _pthread_start + 136 (pthread.c:904) 6 libsystem_pthread.dylib 0x0000000204ad1a10 thread_start + 8 (:-1) Thread 2 name: Thread 2: 0 libsystem_kernel.dylib 0x00000001e25f0b7c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x0000000204ad0fd4 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 libc++.1.dylib 0x00000001ab287ecc std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (condition_variable.cpp:46) 3 KeepTruckin 0x000000010556ea54 std::__1::invoke_result&, kotlin::gc::GCScheduler&)::$_2>::type kotlin::Scop... + 248 4 KeepTruckin 0x000000010556fe04 void* std::__1::__thread_proxy >, void (*)(kotlin::ScopedThread::attributes, kotl... + 112 5 libsystem_pthread.dylib 0x0000000204ad24d4 _pthread_start + 136 (pthread.c:904) 6 libsystem_pthread.dylib 0x0000000204ad1a10 thread_start + 8 (:-1) Thread 3 name: Thread 3: 0 libsystem_kernel.dylib 0x00000001e25f01d8 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001e25eff70 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001e25efe88 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001e25efcc8 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x000000019b119d0c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x000000019b117c04 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x000000019b117668 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 Foundation 0x000000019a0b054c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373) 8 Foundation 0x000000019a0de27c -[NSRunLoop(NSRunLoop) runUntilDate:] + 64 (NSRunLoop.m:420) 9 UIKitCore 0x000000019d495fc8 -[UIEventFetcher threadMain] + 420 (UIEventFetcher.m:1208) 10 Foundation 0x000000019a135184 __NSThread__start__ + 732 (NSThread.m:991) 11 libsystem_pthread.dylib 0x0000000204ad24d4 _pthread_start + 136 (pthread.c:904) 12 libsystem_pthread.dylib 0x0000000204ad1a10 thread_start + 8 (:-1) Thread 4: 0 libsystem_kernel.dylib 0x00000001e25f01d8 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001e25eff70 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001e25efe88 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001e25efcc8 mach_msg + 24 (mach_msg.c:323) 4 Instabug 0x0000000109cbc98c exception_server_thread + 188 5 libsystem_pthread.dylib 0x0000000204ad24d4 _pthread_start + 136 (pthread.c:904) 6 libsystem_pthread.dylib 0x0000000204ad1a10 thread_start + 8 (:-1) Thread 5 name: Thread 5: 0 libsystem_kernel.dylib 0x00000001e25f01d8 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001e25eff70 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001e25efe88 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001e25efcc8 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x000000019b119d0c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x000000019b117c04 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x000000019b117668 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 CFNetwork 0x000000019c40b780 +[__CFN_CoreSchedulingSetRunnable _run:] + 384 (CoreSchedulingSet.mm:1479) 8 Foundation 0x000000019a135184 __NSThread__start__ + 732 (NSThread.m:991) 9 libsystem_pthread.dylib 0x0000000204ad24d4 _pthread_start + 136 (pthread.c:904) 10 libsystem_pthread.dylib 0x0000000204ad1a10 thread_start + 8 (:-1) Thread 6 name: Thread 6: 0 libsystem_kernel.dylib 0x00000001e25f01d8 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001e25eff70 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001e25efe88 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001e25efcc8 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x000000019b119d0c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x000000019b117c04 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x000000019b117668 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 Foundation 0x000000019a0b054c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373) 8 SendbirdChatSDK 0x000000010c2a7e54 SBRunloopThread.main() + 376 (Runloop+SBTimer.swift:61) 9 SendbirdChatSDK 0x000000010c2a7eb4 @objc SBRunloopThread.main() + 28 (:0) 10 Foundation 0x000000019a135184 __NSThread__start__ + 732 (NSThread.m:991) 11 libsystem_pthread.dylib 0x0000000204ad24d4 _pthread_start + 136 (pthread.c:904) 12 libsystem_pthread.dylib 0x0000000204ad1a10 thread_start + 8 (:-1) Thread 7 name: Thread 7: 0 libsystem_kernel.dylib 0x00000001e25fdf6c kevent + 8 (:-1) 1 Realm 0x000000010b27e2d0 realm::_impl::ExternalCommitHelper::listen() + 156 2 Realm 0x000000010b27e42c void* std::__1::__thread_proxy >, realm::_impl::ExternalCommitHelper::ExternalCom... + 52 3 libsystem_pthread.dylib 0x0000000204ad24d4 _pthread_start + 136 (pthread.c:904) 4 libsystem_pthread.dylib 0x0000000204ad1a10 thread_start + 8 (:-1) Thread 8: 0 libsystem_kernel.dylib 0x00000001e25f0b7c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x0000000204ad0fd4 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 KeepTruckin 0x0000000105589ce4 Worker::waitForQueueLocked(long long, long long*) + 440 3 KeepTruckin 0x0000000105589074 (anonymous namespace)::workerRoutine(void*) + 340 4 libsystem_pthread.dylib 0x0000000204ad24d4 _pthread_start + 136 (pthread.c:904) 5 libsystem_pthread.dylib 0x0000000204ad1a10 thread_start + 8 (:-1) Thread 9 name: Thread 9: 0 libsystem_kernel.dylib 0x00000001e25f0b7c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x0000000204ad0fd4 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 libc++.1.dylib 0x00000001ab287ecc std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (condition_variable.cpp:46) 3 KeepTruckin 0x0000000105570594 std::__1::invoke_result::type kotlin::ScopedThread::Run(kotlin:... + 212 4 KeepTruckin 0x0000000105570828 void* std::__1::__thread_proxy >, void (*)(kotlin::ScopedThread::attributes, kotl... + 112 5 libsystem_pthread.dylib 0x0000000204ad24d4 _pthread_start + 136 (pthread.c:904) 6 libsystem_pthread.dylib 0x0000000204ad1a10 thread_start + 8 (:-1) Thread 10 name: Thread 10: 0 libsystem_kernel.dylib 0x00000001e25fc8c0 __select + 8 (:-1) 1 CoreFoundation 0x000000019b1c3970 __CFSocketManager + 636 (CFSocket.c:1340) 2 libsystem_pthread.dylib 0x0000000204ad24d4 _pthread_start + 136 (pthread.c:904) 3 libsystem_pthread.dylib 0x0000000204ad1a10 thread_start + 8 (:-1) Thread 11 name: Thread 11: 0 libsystem_kernel.dylib 0x00000001e25f01d8 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001e25eff70 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001e25efe88 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001e25efcc8 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x000000019b119d0c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x000000019b117c04 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x000000019b117668 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 CoreFoundation 0x000000019b1173cc CFRunLoopRun + 64 (CFRunLoop.c:3446) 8 CoreMotion 0x00000001a80339b4 CLMotionCore::runMotionThread(void*) + 1292 (CLMotionCore.mm:376) 9 libsystem_pthread.dylib 0x0000000204ad24d4 _pthread_start + 136 (pthread.c:904) 10 libsystem_pthread.dylib 0x0000000204ad1a10 thread_start + 8 (:-1) Thread 12 name: Thread 12: 0 libsystem_kernel.dylib 0x00000001e25f01d8 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001e25eff70 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001e25efe88 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001e25efcc8 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x000000019b119d0c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x000000019b117c04 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x000000019b117668 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 Foundation 0x000000019a0b054c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373) 8 Foundation 0x000000019a0ae944 -[NSRunLoop(NSRunLoop) run] + 64 (NSRunLoop.m:398) 9 KeepTruckin 0x00000001041339f0 __35-[ELDEventManager initializeSocket]_block_invoke + 260 (ELDEventManager.m:1437) 10 libdispatch.dylib 0x00000001a309f6a8 _dispatch_call_block_and_release + 32 (init.c:1530) 11 libdispatch.dylib 0x00000001a30a1300 _dispatch_client_callout + 20 (object.m:561) 12 libdispatch.dylib 0x00000001a30b2dbc _dispatch_root_queue_drain + 864 (queue.c:7051) 13 libdispatch.dylib 0x00000001a30b33ec _dispatch_worker_thread2 + 156 (queue.c:7119) 14 libsystem_pthread.dylib 0x0000000204ad1928 _pthread_wqthread + 228 (pthread.c:2642) 15 libsystem_pthread.dylib 0x0000000204ad1a04 start_wqthread + 8 (:-1) Thread 13 name: Thread 13 Crashed: 0 CoreFoundation 0x000000019b296b70 -[__NSArrayM insertObject:atIndex:].cold.1 + 16 (NSArrayM.m:168) 1 CoreFoundation 0x000000019b11488c -[__NSArrayM insertObject:atIndex:] + 1680 (NSArrayM.m:168) 2 Foundation 0x000000019a088454 -[NSString componentsSeparatedByString:] + 160 (NSString.m:623) 3 Pendo 0x000000010a0dacb0 +[PNDDiskBufferHelper getObjectsFromData:] + 144 4 Pendo 0x000000010a0e2f7c -[PNDDiskBuffer prepareObjectsForProcessing] + 72 5 Pendo 0x000000010a139da0 __44-[PNDAnalyticsMessageManager sendAnalytics:]_block_invoke_2 + 36 6 libdispatch.dylib 0x00000001a30a1300 _dispatch_client_callout + 20 (object.m:561) 7 libdispatch.dylib 0x00000001a30a47b8 _dispatch_continuation_pop + 600 (queue.c:306) 8 libdispatch.dylib 0x00000001a30b85c0 _dispatch_source_latch_and_call + 420 (source.c:596) 9 libdispatch.dylib 0x00000001a30b7190 _dispatch_source_invoke + 832 (source.c:961) 10 libdispatch.dylib 0x00000001a30a8718 _dispatch_lane_serial_drain + 368 (queue.c:3885) 11 libdispatch.dylib 0x00000001a30a93c4 _dispatch_lane_invoke + 380 (queue.c:3976) 12 libdispatch.dylib 0x00000001a30b4004 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6913) 13 libdispatch.dylib 0x00000001a30b3878 _dispatch_workloop_worker_thread + 404 (queue.c:6507) 14 libsystem_pthread.dylib 0x0000000204ad1964 _pthread_wqthread + 288 (pthread.c:2629) 15 libsystem_pthread.dylib 0x0000000204ad1a04 start_wqthread + 8 (:-1) Thread 14: 0 libsystem_pthread.dylib 0x0000000204ad19fc start_wqthread + 0 (:-1) Thread 15: 0 libsystem_pthread.dylib 0x0000000204ad19fc start_wqthread + 0 (:-1) Thread 16 name: Thread 16: 0 libsystem_kernel.dylib 0x00000001e25f0d34 pread + 8 (:-1) 1 libsqlite3.dylib 0x00000001c40fa254 seekAndRead + 96 (sqlite3.c:41697) 2 libsqlite3.dylib 0x00000001c4072200 unixRead + 208 (sqlite3.c:41789) 3 libsqlite3.dylib 0x00000001c4084f44 readDbPage + 188 (sqlite3.c:64326) 4 libsqlite3.dylib 0x00000001c4103c7c getPageNormal + 492 (sqlite3.c:66951) 5 libsqlite3.dylib 0x00000001c410f338 getAndInitPage + 100 (sqlite3.c:76197) 6 libsqlite3.dylib 0x00000001c41105b0 moveToLeftmost + 136 (sqlite3.c:79364) 7 libsqlite3.dylib 0x00000001c409ed30 sqlite3VdbeExec + 31868 (sqlite3.c:102123) 8 libsqlite3.dylib 0x00000001c4096644 sqlite3_step + 984 (sqlite3.c:94206) 9 CoreData 0x00000001a32e7bdc _execute + 128 (NSSQLiteConnection.m:4573) 10 CoreData 0x00000001a32e7918 -[NSSQLiteConnection execute] + 1816 (NSSQLiteConnection.m:5014) 11 CoreData 0x00000001a32bd654 newFetchedRowsForFetchPlan_MT + 520 (NSSQLPerformanceDefinitions.m:2692) 12 CoreData 0x00000001a32f1768 _executeFetchRequest + 56 (NSSQLCore_Functions.m:5418) 13 CoreData 0x00000001a32f16dc -[NSSQLFetchRequestContext executeRequestCore:] + 36 (NSSQLFetchRequestContext.m:533) 14 CoreData 0x00000001a32f5d88 -[NSSQLStoreRequestContext executeRequestUsingConnection:] + 252 (NSSQLStoreRequestContext.m:183) 15 CoreData 0x00000001a32f5b34 __52-[NSSQLDefaultConnectionManager handleStoreRequest:]_block_invoke + 60 (NSSQLConnectionManager.m:302) 16 CoreData 0x00000001a32f5a6c __37-[NSSQLiteConnection performAndWait:]_block_invoke + 48 (NSSQLiteConnection.m:733) 17 libdispatch.dylib 0x00000001a30a1300 _dispatch_client_callout + 20 (object.m:561) 18 libdispatch.dylib 0x00000001a30b06b4 _dispatch_lane_barrier_sync_invoke_and_complete + 56 (queue.c:1085) 19 CoreData 0x00000001a330c12c -[NSSQLiteConnection performAndWait:] + 176 (NSSQLiteConnection.m:730) 20 CoreData 0x00000001a32cabc0 -[NSSQLDefaultConnectionManager handleStoreRequest:] + 248 (NSSQLConnectionManager.m:297) 21 CoreData 0x00000001a32caa90 -[NSSQLCoreDispatchManager routeStoreRequest:] + 228 (NSSQLCoreDispatchManager.m:60) 22 CoreData 0x00000001a32ca894 -[NSSQLCore dispatchRequest:withRetries:] + 172 (NSSQLCore.m:3975) 23 CoreData 0x00000001a32ea500 -[NSSQLCore executeRequest:withContext:error:] + 3720 (NSSQLCore.m:2926) 24 CoreData 0x00000001a32fdf08 __65-[NSPersistentStoreCoordinator executeRequest:withContext:error:]_block_invoke.541 + 4156 (NSPersistentStoreCoordinator.m:2994) 25 CoreData 0x00000001a32fcde4 -[NSPersistentStoreCoordinator _routeHeavyweightBlock:] + 264 (NSPersistentStoreCoordinator.m:641) 26 CoreData 0x00000001a32d9748 -[NSPersistentStoreCoordinator executeRequest:withContext:error:] + 1048 (NSPersistentStoreCoordinator.m:2768) 27 Instabug 0x0000000109afebf8 INSTABUG_SWIZZLER_EXECUTING_ORIGINAL_IMPLEMENTATION + 36 28 Instabug 0x0000000109afeb60 __95-[IBGCoreDataRequestsSwizzler swizzleStoreCoordinatorExecuteRequestWithBeforeBlock:afterBlock:]_block_invoke + 156 29 CoreData 0x00000001a32d879c -[NSManagedObjectContext executeFetchRequest:error:] + 688 (NSManagedObjectContext.m:2264) 30 CoreData 0x00000001a32b95bc -[NSManagedObjectContext executeRequest:error:] + 316 (NSManagedObjectContext.m:1968) 31 CoreData 0x00000001a334fbdc NSManagedObjectContext.fetch<a>(_:) + 84 (NSManagedObjectContext.swift:21) 32 Instabug 0x0000000109b9ad5c specialized APMPersistenceManager.fetchNetworkTrace(from:with:) + 104 33 Instabug 0x0000000109b971b8 closure #1 in APMPersistenceManager.updateNetworkTraceWithResponse(statusCode:requestSize:responseSize:error:responseHeaders:hasResponse:attributes:uniqueID:startTimeStamp:backgroundTransitionEvalu... + 276 34 Instabug 0x0000000109b9b538 partial apply for closure #1 in APMPersistenceManager.updateNetworkTraceWithResponse(statusCode:requestSize:responseSize:error:responseHeaders:hasResponse:attributes:uniqueID:startTimeStamp:backgro... + 120 35 Instabug 0x00000001099df8b8 thunk for @escaping @callee_guaranteed (@guaranteed NSManagedObjectContext?) -> () + 52 36 Instabug 0x0000000109a8fe84 __70-[IBGDALService writeASyncAfterCoreDataIntialization:completionBlock:]_block_invoke_3 + 52 37 CoreData 0x00000001a32d6a80 developerSubmittedBlockToNSManagedObjectContextPerform + 156 (NSManagedObjectContext.m:3983) 38 libdispatch.dylib 0x00000001a30a1300 _dispatch_client_callout + 20 (object.m:561) 39 libdispatch.dylib 0x00000001a30a8894 _dispatch_lane_serial_drain + 748 (queue.c:3885) 40 libdispatch.dylib 0x00000001a30a93c4 _dispatch_lane_invoke + 380 (queue.c:3976) 41 libdispatch.dylib 0x00000001a30b4004 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6913) 42 libdispatch.dylib 0x00000001a30b3878 _dispatch_workloop_worker_thread + 404 (queue.c:6507) 43 libsystem_pthread.dylib 0x0000000204ad1964 _pthread_wqthread + 288 (pthread.c:2629) 44 libsystem_pthread.dylib 0x0000000204ad1a04 start_wqthread + 8 (:-1) Thread 17: 0 libsystem_pthread.dylib 0x0000000204ad19fc start_wqthread + 0 (:-1) Thread 18 name: Thread 18: 0 libsystem_kernel.dylib 0x00000001e25f2fe4 lstat + 8 (:-1) 1 libsystem_c.dylib 0x00000001a30f762c realpath$DARWIN_EXTSN + 1404 (realpath.c:291) 2 CacheDelete 0x00000001bb5f5534 volRootFromPath + 208 (CacheDeleteVolume.m:129) 3 CacheDelete 0x00000001bb5f4944 _validateVolume + 288 (CacheDeleteVolume.m:258) 4 CacheDelete 0x00000001bb5f479c -[CacheDeleteVolume validate] + 96 (CacheDeleteVolume.m:592) 5 CacheDelete 0x00000001bb5f9a70 -[CacheDeleteVolume description] + 124 (CacheDeleteVolume.m:814) 6 Foundation 0x000000019a0b9ee0 _NS_os_log_callback + 284 (NSPlatform.m:210) 7 libsystem_trace.dylib 0x00000001b475bac0 _os_log_fmt_flatten_NSCF + 64 (format.m:60) 8 libsystem_trace.dylib 0x00000001b475dc98 _os_log_fmt_flatten_object + 216 (format.m:322) 9 libsystem_trace.dylib 0x00000001b475c344 _os_log_impl_flatten_and_send + 1884 (log.c:2654) 10 libsystem_trace.dylib 0x00000001b475bbd0 _os_log + 152 (log.c:2762) 11 libsystem_trace.dylib 0x00000001b475bb30 _os_log_impl + 24 (log.c:2780) 12 CacheDelete 0x00000001bb5ff558 CacheDeleteCopyAvailableSpaceForVolume + 496 (CacheDelete.m:573) 13 CoreServicesInternal 0x0000000194aea308 volumePropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) + 2452 (FileURL.cp:6879) 14 CoreServicesInternal 0x0000000194ae8ff0 prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) + 452 (FileURL.cp:799) 15 CoreServicesInternal 0x0000000194af35f0 _FSURLCopyResourcePropertiesForKeysInternal(__CFURL const*, __CFArray const*, void*, __CFError**, unsigned char) + 1516 (FileURL.cp:7792) 16 CoreFoundation 0x000000019b1b877c CFURLCopyResourcePropertiesForKeys + 100 (CFURL.c:6803) 17 CoreFoundation 0x000000019b1b86ac -[NSURL resourceValuesForKeys:error:] + 96 (NSURL.m:128) 18 Foundation 0x000000019a19af8c URL.resourceValues(forKeys:) + 132 19 Foundation 0x000000019a19aee0 URL.resourceValues(forKeys:) + 44 20 KeepTruckin 0x0000000104ee50dc specialized UIDevice.freeDiskSpaceInBytes() + 336 (UIDeviceExtension.swift:113) 21 KeepTruckin 0x0000000104937a44 UIDevice.freeDiskSpaceInBytes() + 8 (:0) 22 KeepTruckin 0x0000000104937a44 closure #1 in GlobalAnalyticAttributes.calculateDiskSpace() + 68 (GlobalAnalyticAttributes.swift:223) 23 RxSwift 0x000000010a851254 thunk for @escaping @callee_guaranteed () -> (@owned Observable, @error @owned Error) + 4 (:0) 24 RxSwift 0x000000010a851254 partial apply for thunk for @escaping @callee_guaranteed () -> (@owned Observable, @error @owned Error) + 24 25 RxSwift 0x000000010a8513c8 DeferredSink.run() + 212 (Deferred.swift:36) 26 RxSwift 0x000000010a85170c Deferred.run</a><a>(_:cancel:) + 160 (Deferred.swift:72) 27 RxSwift 0x000000010a87e504 closure #1 in Producer.subscribe</a><a>(_:) + 228 (Producer.swift:26) 28 RxSwift 0x000000010a87dbd0 specialized CurrentThreadScheduler.schedule</a><a>(_:action:) + 168 (CurrentThreadScheduler.swift:94) 29 RxSwift 0x000000010a87dad0 Producer.subscribe</a><a>(_:) + 512 (Producer.swift:24) 30 RxSwift 0x000000010a871660 protocol witness for ObservableType.subscribe</a><a>(_:) in conformance Observable</a><a> + 28 (:0) 31 RxSwift 0x000000010a897ef4 closure #1 in SubscribeOnSink.run() + 152 (SubscribeOn.swift:78) 32 RxSwift 0x000000010a8563d4 closure #1 in DispatchQueueConfiguration.schedule</a><a>(_:action:) + 104 (DispatchQueueConfiguration.swift:27) 33 RxSwift 0x000000010a84c450 thunk for @escaping @callee_guaranteed @Sendable () -> () + 28 (:0) 34 libdispatch.dylib 0x00000001a309f6a8 _dispatch_call_block_and_release + 32 (init.c:1530) 35 libdispatch.dylib 0x00000001a30a1300 _dispatch_client_callout + 20 (object.m:561) 36 libdispatch.dylib 0x00000001a30a444c _dispatch_queue_override_invoke + 928 (queue.c:4882) 37 libdispatch.dylib 0x00000001a30b2be4 _dispatch_root_queue_drain + 392 (queue.c:7051) 38 libdispatch.dylib 0x00000001a30b33ec _dispatch_worker_thread2 + 156 (queue.c:7119) 39 libsystem_pthread.dylib 0x0000000204ad1928 _pthread_wqthread + 228 (pthread.c:2642) 40 libsystem_pthread.dylib 0x0000000204ad1a04 start_wqthread + 8 (:-1) Thread 19: 0 libsystem_pthread.dylib 0x0000000204ad19fc start_wqthread + 0 (:-1) Thread 20: 0 libsystem_pthread.dylib 0x0000000204ad19fc start_wqthread + 0 (:-1) Thread 13 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x0000000000000003 x2: 0x0000000000000000 x3: 0x0000000000800000 x4: 0x0000000002000001 x5: 0x0000000000000003 x6: 0x0000000000000000 x7: 0x0000000000000000 x8: 0x00000001ecd65000 x9: 0x000000019b4383e8 x10: 0xffffffffffffc000 x11: 0x0000000000000000 x12: 0x0000000000000001 x13: 0x00000000ffffffff x14: 0x0000000000000001 x15: 0x0000000000000000 x16: 0xfffffffffffffff1 x17: 0x00000001f2070dc0 x18: 0x0000000000000000 x19: 0x00000000000003c2 x20: 0x00000002d60c3da0 x21: 0x00000002bdff3a00 x22: 0x0000000000003200 x23: 0x000000000001f77d x24: 0x000000028ee796c0 x25: 0x00000000000003c0 x26: 0x00000000000003c0 x27: 0x000000000001624b x28: 0x00000000000003c0 fp: 0x000000016c39a570 lr: 0x000000019b11488c sp: 0x000000016c39a500 pc: 0x000000019b296b70 cpsr: 0x40000000 esr: 0xf2000001 (Breakpoint) brk 1 Binary Images: 0x1040f0000 - 0x1059b7fff KeepTruckin arm64 <31245bfb96ee3881a1ba8b2d214c2cab> /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/KeepTruckin 0x108780000 - 0x108787fff ECPhoneNumberFormatter arm64 /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/ECPhoneNumberFormatter.framework/ECPhoneNumberFormatter 0x108798000 - 0x10879ffff FileMD5Hash arm64 /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/FileMD5Hash.framework/FileMD5Hash 0x1087b0000 - 0x1087b7fff ObjcExceptionBridging arm64 <688d76cf5a453d8385b0ca56f03e93c7> /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/ObjcExceptionBridging.framework/ObjcExceptionBridging 0x108d64000 - 0x108d77fff AnyCodable arm64 <48c7224579bd3c2bbc7a3a32b3334dc9> /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/AnyCodable.framework/AnyCodable 0x108da4000 - 0x108db7fff Differentiator arm64 /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/Differentiator.framework/Differentiator 0x108dec000 - 0x108e1bfff AFNetworking arm64 <57b4f49b58653c14b285b6bad7b97408> /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/AFNetworking.framework/AFNetworking 0x108e74000 - 0x108e83fff FBLPromises arm64 /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/FBLPromises.framework/FBLPromises 0x108eac000 - 0x108ebffff FMDB arm64 <1315da3794143b9eafe924634945c28c> /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/FMDB.framework/FMDB 0x108ee4000 - 0x108eeffff FirebaseABTesting arm64 <2aa94dc1939037baa0217fac030c52ed> /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/FirebaseABTesting.framework/FirebaseABTesting 0x108f24000 - 0x108f2bfff nanopb arm64 <5b6dee53e6993014872bf6de34563dc0> /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/nanopb.framework/nanopb 0x108f44000 - 0x108f83fff ComplianceSwift arm64 <738483ea019537fcb084f81c862c38d5> /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/ComplianceSwift.framework/ComplianceSwift 0x109018000 - 0x109027fff FirebaseCore arm64 <351416cd66b031a496de2fc0df233420> /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/FirebaseCore.framework/FirebaseCore 0x10904c000 - 0x109053fff RxRelay arm64 /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/RxRelay.framework/RxRelay 0x109070000 - 0x109083fff SVProgressHUD arm64 <606749ac34e83a038963a8c5aa3aeebf> /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/SVProgressHUD.framework/SVProgressHUD 0x1090b8000 - 0x1090d3fff FirebaseCoreInternal arm64 <5cf83d7e6ae13e81b2ddbf494c9cec52> /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/FirebaseCoreInternal.framework/FirebaseCoreInternal 0x109124000 - 0x10913bfff FirebaseInstallations arm64 /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/FirebaseInstallations.framework/FirebaseInstallations 0x10916c000 - 0x109193fff FirebaseRemoteConfig arm64 /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/FirebaseRemoteConfig.framework/FirebaseRemoteConfig 0x1091d0000 - 0x1091ebfff GoogleUtilities arm64 <378534d680f93417ba1326b7d021580d> /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/GoogleUtilities.framework/GoogleUtilities 0x109220000 - 0x109233fff RxDataSources arm64 /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/RxDataSources.framework/RxDataSources 0x1092e0000 - 0x1092ebfff libobjc-trampolines.dylib arm64e <004cd10c9ab53df6b6afa18ad3e128c8> /private/preboot/Cryptexes/OS/usr/lib/libobjc-trampolines.dylib 0x1092f4000 - 0x10934bfff PhoneNumberKit arm64 <1ced094b9af433d7baa432f0dcdac06b> /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/PhoneNumberKit.framework/PhoneNumberKit 0x10945c000 - 0x10948ffff RxSwiftExt arm64 <4d262d2a70f83929b52585eeb499ef1f> /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/RxSwiftExt.framework/RxSwiftExt 0x109594000 - 0x109607fff RxCocoa arm64 <428e30a90c10394c96eb97ef71d38c4b> /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/RxCocoa.framework/RxCocoa 0x10975c000 - 0x109787fff XCGLogger arm64 <2654147f64123b588d730239d734a405> /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/XCGLogger.framework/XCGLogger 0x109920000 - 0x109e2ffff Instabug arm64 <976b4a22e8603a67a84f3530c102e9f1> /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/Instabug.framework/Instabug 0x10a02c000 - 0x10a2f3fff Pendo arm64 <9db3e1c322213da4add719362681cac8> /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/Pendo.framework/Pendo 0x10a820000 - 0x10a8dbfff RxSwift arm64 <4fe5a6f0b4343347a04c968aadcf5ced> /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/RxSwift.framework/RxSwift 0x10aee0000 - 0x10b447fff Realm arm64 <9e2bdc97a83039ee90f5c7f4883104ec> /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/Realm.framework/Realm 0x10c06c000 - 0x10c65ffff SendbirdChatSDK arm64 /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/SendbirdChatSDK.framework/SendbirdChatSDK 0x10c8ec000 - 0x10ca37fff SwiftProtobuf arm64 <5ab5c4203b1a391ba561d898f4d857d3> /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/SwiftProtobuf.framework/SwiftProtobuf 0x10d870000 - 0x10de83fff TwilioVoice arm64 <9190c312b85a310dbc5b741592026da4> /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/TwilioVoice.framework/TwilioVoice 0x10e3fc000 - 0x10f6c7fff ScanbotSDK arm64 <81ded5428caf385198476d0223977693> /private/var/containers/Bundle/Application/4726B9A8-84AF-460F-B920-8727871D71FF/KeepTruckin.app/Frameworks/ScanbotSDK.framework/ScanbotSDK 0x194ae7000 - 0x194b1bffb CoreServicesInternal arm64e /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 0x19a084000 - 0x19abe9fff Foundation arm64e <8ddf9bdaf5fb30209be105bc15fcfba1> /System/Library/Frameworks/Foundation.framework/Foundation 0x19b0e4000 - 0x19b610fff CoreFoundation arm64e /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x19c1b3000 - 0x19c58cfff CFNetwork arm64e /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x19d308000 - 0x19edd3fff UIKitCore arm64e /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x1a309d000 - 0x1a30e3fff libdispatch.dylib arm64e <8942054798a3352aad2bbbcb6006fb29> /usr/lib/system/libdispatch.dylib 0x1a30e4000 - 0x1a3161ff3 libsystem_c.dylib arm64e /usr/lib/system/libsystem_c.dylib 0x1a32b7000 - 0x1a362dfff CoreData arm64e /System/Library/Frameworks/CoreData.framework/CoreData 0x1a7d64000 - 0x1a81fffff CoreMotion arm64e <0a31c907aa9a3411a8fdb8fca31e8bac> /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x1ab275000 - 0x1ab302fff libc++.1.dylib arm64e /usr/lib/libc++.1.dylib 0x1b4757000 - 0x1b4771fff libsystem_trace.dylib arm64e <6fc6ef8caae638309c436e44cdbd5e46> /usr/lib/system/libsystem_trace.dylib 0x1bb5f1000 - 0x1bb637fff CacheDelete arm64e <6530fe058707312eb274a31af44ebb63> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete 0x1bdb65000 - 0x1bdbecadb dyld arm64e /usr/lib/dyld 0x1c0b5e000 - 0x1c0b81ff3 libdyld.dylib arm64e <3b7f6a2ed496327e95050ccc6bde648d> /usr/lib/system/libdyld.dylib 0x1c406b000 - 0x1c41d8ffb libsqlite3.dylib arm64e <48c19b5312d53a2eb4527505022c1b29> /usr/lib/libsqlite3.dylib 0x1de4df000 - 0x1de4e7fff GraphicsServices arm64e <4be6d9c687253c03b3f9b9a7a5b1ec06> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x1e25ef000 - 0x1e2627fff libsystem_kernel.dylib arm64e <77ac893d8258332b9dfcb7ba2439af97> /usr/lib/system/libsystem_kernel.dylib 0x2049f1000 - 0x204a08fff libc++abi.dylib arm64e <36326474e3b532408985f554caa59001> /usr/lib/libc++abi.dylib 0x204ad0000 - 0x204adbff3 libsystem_pthread.dylib arm64e <810e428af26d37bbbb0f609cbb4718c7> /usr/lib/system/libsystem_pthread.dylib EOF </a>
Incident Identifier: 31A96881-6C63-41B4-927B-49C8C6F1606C Hardware Model: iPad12,2 Process: KeepTruckin [7140] Path: /private/var/containers/Bundle/Application/59491C3F-99EF-485F-ACF7-1D7F3CEA2609/KeepTruckin.app/KeepTruckin Identifier: com.keeptruckin.ios Version: 74.1 (1434) AppStoreTools: 15E204 AppVariant: 1:iPad12,2:15 Code Type: ARM-64 (Native) Role: unknown Parent Process: launchd [1] Coalition: com.keeptruckin.ios [1641] Date/Time: 2024-04-25 11:13:53.1326 -0700 Launch Time: 2024-04-25 08:21:52.4654 -0700 OS Version: iPhone OS 16.1.1 (20B101) Release Type: User Baseband Version: 5.01.01 Report Version: 104 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Triggered by Thread: 18 Last Exception Backtrace: 0 CoreFoundation 0x193575e88 __exceptionPreprocess + 164 (NSException.m:202) 1 libobjc.A.dylib 0x18c91f8d8 objc_exception_throw + 60 (objc-exception.mm:356) 2 CoreFoundation 0x19371b0a8 _CFThrowFormattedException + 108 (CFObject.m:2235) 3 CoreFoundation 0x193717ad0 -[__NSArrayM insertObject:atIndex:].cold.1 + 52 (NSArrayM.m:164) 4 CoreFoundation 0x19357ff90 -[__NSArrayM insertObject:atIndex:] + 908 (NSArrayM.m:164) 5 Foundation 0x18d9cb5fc -[NSString componentsSeparatedByString:] + 160 (NSString.m:599) 6 Pendo 0x1058f6cb0 +[PNDDiskBufferHelper getObjectsFromData:] + 144 7 Pendo 0x1058fef7c -[PNDDiskBuffer prepareObjectsForProcessing] + 72 8 Pendo 0x105955da0 __44-[PNDAnalyticsMessageManager sendAnalytics:]_block_invoke_2 + 36 9 libdispatch.dylib 0x19ab41fdc _dispatch_client_callout + 20 (object.m:560) 10 libdispatch.dylib 0x19ab4546c _dispatch_continuation_pop + 504 (inline_internal.h:2632) 11 libdispatch.dylib 0x19ab58a58 _dispatch_source_invoke + 1588 (source.c:596) 12 libdispatch.dylib 0x19ab4956c _dispatch_lane_serial_drain + 376 (inline_internal.h:0) 13 libdispatch.dylib 0x19ab4a1e0 _dispatch_lane_invoke + 384 (queue.c:3940) 14 libdispatch.dylib 0x19ab54e10 _dispatch_workloop_worker_thread + 652 (queue.c:6846) 15 libsystem_pthread.dylib 0x1dfc4edf8 _pthread_wqthread + 288 (pthread.c:2618) 16 libsystem_pthread.dylib 0x1dfc4eb98 start_wqthread + 8 (:-1) Thread 0 name: Thread 0: 0 CoreFoundation 0x00000001935f4054 _CFStringGetCStringPtrInternal + 64 (CFString.c:2594) 1 CoreFoundation 0x000000019357ac6c CFStringFindWithOptionsAndLocale + 292 (CFString.c:3580) 2 CoreFoundation 0x00000001936f98f8 _copyStringTable + 96 (CFBundle_Strings.c:885) 3 CoreFoundation 0x0000000193574e70 _CFBundleCopyLocalizedStringForLocalizationTableURLAndMarkdownOption + 164 (CFBundle_Strings.c:1224) 4 Foundation 0x000000018d9e19a4 -[NSBundle localizedStringForKey:value:table:] + 56 (NSBundle.m:464) 5 KeepTruckin 0x00000001005457bc tr + 100 (Localizable.m:16) 6 KeepTruckin 0x00000001005465c4 +[Localizable commonDateHourMinuteSecondValueWithValues:::] + 32 (Localizable.m:830) 7 KeepTruckin 0x00000001005bf718 -[QssButton dutyStatusTextWithTime:] + 188 (QssButton.m:128) 8 KeepTruckin 0x00000001005bf61c -[QssButton reloadDutyStatusWithTime:] + 20 (QssButton.m:111) 9 KeepTruckin 0x00000001004edf50 -[KTLogStatusHeader reloadDutyStatusTime] + 80 (KTLogStatusHeader.m:175) 10 Foundation 0x000000018da4b5f8 __NSFireTimer + 96 (NSTimer.m:280) 11 CoreFoundation 0x000000019363a35c __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 32 (CFRunLoop.c:1797) 12 CoreFoundation 0x00000001935f69d8 __CFRunLoopDoTimer + 940 (CFRunLoop.c:2402) 13 CoreFoundation 0x000000019359a598 __CFRunLoopDoTimers + 288 (CFRunLoop.c:2560) 14 CoreFoundation 0x00000001935e7f9c __CFRunLoopRun + 1848 (CFRunLoop.c:3110) 15 CoreFoundation 0x00000001935eced4 CFRunLoopRunSpecific + 612 (CFRunLoop.c:3418) 16 GraphicsServices 0x00000001cc045368 GSEventRunModal + 164 (GSEvent.c:2196) 17 UIKitCore 0x0000000195acb3d0 -[UIApplication _run] + 888 (UIApplication.m:3745) 18 UIKitCore 0x0000000195acb034 UIApplicationMain + 340 (UIApplication.m:5335) 19 KeepTruckin 0x000000010061d68c runApplication(appDelegateClassString:) + 52 (main.swift:20) 20 KeepTruckin 0x000000010061d68c main + 432 (main.swift:52) 21 dyld 0x00000001b1c44960 start + 2528 (dyldMain.cpp:1170) Thread 1 name: Thread 1: 0 libsystem_kernel.dylib 0x00000001cf8abb48 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001cf8be008 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001cf8be248 mach_msg_overwrite + 388 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001cf8ac08c mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001935e6af0 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2622) 5 CoreFoundation 0x00000001935e7d34 __CFRunLoopRun + 1232 (CFRunLoop.c:3005) 6 CoreFoundation 0x00000001935eced4 CFRunLoopRunSpecific + 612 (CFRunLoop.c:3418) 7 Foundation 0x000000018da0a334 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373) 8 Foundation 0x000000018da0a1c8 -[NSRunLoop(NSRunLoop) run] + 64 (NSRunLoop.m:398) 9 KeepTruckin 0x000000010043f9f0 __35-[ELDEventManager initializeSocket]_block_invoke + 260 (ELDEventManager.m:1437) 10 libdispatch.dylib 0x000000019ab404b4 _dispatch_call_block_and_release + 32 (init.c:1518) 11 libdispatch.dylib 0x000000019ab41fdc _dispatch_client_callout + 20 (object.m:560) 12 libdispatch.dylib 0x000000019ab53b8c _dispatch_root_queue_drain + 684 (inline_internal.h:2632) 13 libdispatch.dylib 0x000000019ab54284 _dispatch_worker_thread2 + 164 (queue.c:7052) 14 libsystem_pthread.dylib 0x00000001dfc4edbc _pthread_wqthread + 228 (pthread.c:2631) 15 libsystem_pthread.dylib 0x00000001dfc4eb98 start_wqthread + 8 (:-1) Thread 2 name: Thread 2: 0 libsystem_kernel.dylib 0x00000001cf8ac41c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001dfc5606c _pthread_cond_wait + 1232 (pthread_cond.c:636) 2 libc++.1.dylib 0x00000001a1b27b68 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock&, std::__1::chrono::time_point::Run::GCSchedulerDataWithTimer(kotlin::gc::GCSchedulerConfig&, std::__1::functi... + 224 4 KeepTruckin 0x0000000101877c54 void* std::__1::__thread_proxy >, void (*)(kotlin::ScopedThread::attributes, void... + 120 5 libsystem_pthread.dylib 0x00000001dfc4f6cc _pthread_start + 148 (pthread.c:893) 6 libsystem_pthread.dylib 0x00000001dfc4eba4 thread_start + 8 (:-1) Thread 3 name: Thread 3: 0 libsystem_kernel.dylib 0x00000001cf8ac41c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001dfc5606c _pthread_cond_wait + 1232 (pthread_cond.c:636) 2 libc++.1.dylib 0x00000001a1b27acc std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (__threading_support:380) 3 KeepTruckin 0x000000010187aa54 std::__1::invoke_result&, kotlin::gc::GCScheduler&)::$_2>::type kotlin::Scop... + 248 4 KeepTruckin 0x000000010187be04 void* std::__1::__thread_proxy >, void (*)(kotlin::ScopedThread::attributes, kotl... + 112 5 libsystem_pthread.dylib 0x00000001dfc4f6cc _pthread_start + 148 (pthread.c:893) 6 libsystem_pthread.dylib 0x00000001dfc4eba4 thread_start + 8 (:-1) Thread 4 name: Thread 4: 0 libsystem_kernel.dylib 0x00000001cf8abb48 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001cf8be008 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001cf8be248 mach_msg_overwrite + 388 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001cf8ac08c mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001935e6af0 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2622) 5 CoreFoundation 0x00000001935e7d34 __CFRunLoopRun + 1232 (CFRunLoop.c:3005) 6 CoreFoundation 0x00000001935eced4 CFRunLoopRunSpecific + 612 (CFRunLoop.c:3418) 7 Foundation 0x000000018da0a334 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373) 8 Foundation 0x000000018da0a21c -[NSRunLoop(NSRunLoop) runUntilDate:] + 64 (NSRunLoop.m:420) 9 UIKitCore 0x0000000195c0033c -[UIEventFetcher threadMain] + 436 (UIEventFetcher.m:1377) 10 Foundation 0x000000018da23808 __NSThread__start__ + 716 (NSThread.m:963) 11 libsystem_pthread.dylib 0x00000001dfc4f6cc _pthread_start + 148 (pthread.c:893) 12 libsystem_pthread.dylib 0x00000001dfc4eba4 thread_start + 8 (:-1) Thread 5: 0 libsystem_kernel.dylib 0x00000001cf8abb48 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001cf8be008 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001cf8be248 mach_msg_overwrite + 388 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001cf8ac08c mach_msg + 24 (mach_msg.c:323) 4 Instabug 0x00000001054c098c exception_server_thread + 188 5 libsystem_pthread.dylib 0x00000001dfc4f6cc _pthread_start + 148 (pthread.c:893) 6 libsystem_pthread.dylib 0x00000001dfc4eba4 thread_start + 8 (:-1) Thread 6 name: Thread 6: 0 libsystem_kernel.dylib 0x00000001cf8abb48 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001cf8be008 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001cf8be248 mach_msg_overwrite + 388 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001cf8ac08c mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001935e6af0 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2622) 5 CoreFoundation 0x00000001935e7d34 __CFRunLoopRun + 1232 (CFRunLoop.c:3005) 6 CoreFoundation 0x00000001935eced4 CFRunLoopRunSpecific + 612 (CFRunLoop.c:3418) 7 Foundation 0x000000018da0a334 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373) 8 SendbirdChatSDK 0x0000000109c4be54 SBRunloopThread.main() + 376 (Runloop+SBTimer.swift:61) 9 SendbirdChatSDK 0x0000000109c4beb4 @objc SBRunloopThread.main() + 28 (:0) 10 Foundation 0x000000018da23808 __NSThread__start__ + 716 (NSThread.m:963) 11 libsystem_pthread.dylib 0x00000001dfc4f6cc _pthread_start + 148 (pthread.c:893) 12 libsystem_pthread.dylib 0x00000001dfc4eba4 thread_start + 8 (:-1) Thread 7 name: Thread 7: 0 libsystem_kernel.dylib 0x00000001cf8ad480 kevent + 8 (:-1) 1 Realm 0x00000001062022d0 realm::_impl::ExternalCommitHelper::listen() + 156 2 Realm 0x000000010620242c void* std::__1::__thread_proxy >, realm::_impl::ExternalCommitHelper::ExternalCom... + 52 3 libsystem_pthread.dylib 0x00000001dfc4f6cc _pthread_start + 148 (pthread.c:893) 4 libsystem_pthread.dylib 0x00000001dfc4eba4 thread_start + 8 (:-1) Thread 8: 0 libsystem_kernel.dylib 0x00000001cf8ac41c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001dfc5606c _pthread_cond_wait + 1232 (pthread_cond.c:636) 2 KeepTruckin 0x0000000101895ce4 Worker::waitForQueueLocked(long long, long long*) + 440 3 KeepTruckin 0x0000000101895074 (anonymous namespace)::workerRoutine(void*) + 340 4 libsystem_pthread.dylib 0x00000001dfc4f6cc _pthread_start + 148 (pthread.c:893) 5 libsystem_pthread.dylib 0x00000001dfc4eba4 thread_start + 8 (:-1) Thread 9 name: Thread 9: 0 libsystem_kernel.dylib 0x00000001cf8abb48 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001cf8be008 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001cf8be248 mach_msg_overwrite + 388 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001cf8ac08c mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001935e6af0 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2622) 5 CoreFoundation 0x00000001935e7d34 __CFRunLoopRun + 1232 (CFRunLoop.c:3005) 6 CoreFoundation 0x00000001935eced4 CFRunLoopRunSpecific + 612 (CFRunLoop.c:3418) 7 CFNetwork 0x00000001949445a8 +[__CFN_CoreSchedulingSetRunnable _run:] + 392 (CoreSchedulingSet.mm:1372) 8 Foundation 0x000000018da23808 __NSThread__start__ + 716 (NSThread.m:963) 9 libsystem_pthread.dylib 0x00000001dfc4f6cc _pthread_start + 148 (pthread.c:893) 10 libsystem_pthread.dylib 0x00000001dfc4eba4 thread_start + 8 (:-1) Thread 10 name: Thread 10: 0 libsystem_kernel.dylib 0x00000001cf8ac6ac select$DARWIN_EXTSN + 8 (:-1) 1 CoreFoundation 0x00000001936376c4 __CFSocketManager + 636 (CFSocket.c:1340) 2 libsystem_pthread.dylib 0x00000001dfc4f6cc _pthread_start + 148 (pthread.c:893) 3 libsystem_pthread.dylib 0x00000001dfc4eba4 thread_start + 8 (:-1) Thread 11 name: Thread 11: 0 libsystem_kernel.dylib 0x00000001cf8ac41c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001dfc5606c _pthread_cond_wait + 1232 (pthread_cond.c:636) 2 libc++.1.dylib 0x00000001a1b27acc std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (__threading_support:380) 3 KeepTruckin 0x000000010187c594 std::__1::invoke_result::type kotlin::ScopedThread::Run(kotlin:... + 212 4 KeepTruckin 0x000000010187c828 void* std::__1::__thread_proxy >, void (*)(kotlin::ScopedThread::attributes, kotl... + 112 5 libsystem_pthread.dylib 0x00000001dfc4f6cc _pthread_start + 148 (pthread.c:893) 6 libsystem_pthread.dylib 0x00000001dfc4eba4 thread_start + 8 (:-1) Thread 12 name: Thread 12: 0 libsystem_kernel.dylib 0x00000001cf8abb48 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001cf8be008 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001cf8be248 mach_msg_overwrite + 388 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001cf8ac08c mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001935e6af0 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2622) 5 CoreFoundation 0x00000001935e7d34 __CFRunLoopRun + 1232 (CFRunLoop.c:3005) 6 CoreFoundation 0x00000001935eced4 CFRunLoopRunSpecific + 612 (CFRunLoop.c:3418) 7 CoreFoundation 0x0000000193630d04 CFRunLoopRun + 64 (CFRunLoop.c:3444) 8 CoreMotion 0x000000019eb0cec0 CLMotionCore::runMotionThread(void*) + 1208 (CLMotionCore.mm:376) 9 libsystem_pthread.dylib 0x00000001dfc4f6cc _pthread_start + 148 (pthread.c:893) 10 libsystem_pthread.dylib 0x00000001dfc4eba4 thread_start + 8 (:-1) Thread 13: 0 libsystem_pthread.dylib 0x00000001dfc4eb90 start_wqthread + 0 (:-1) Thread 14: 0 libsystem_pthread.dylib 0x00000001dfc4eb90 start_wqthread + 0 (:-1) Thread 15 name: Thread 15: 0 libsystem_kernel.dylib 0x00000001cf8add50 lstat64 + 8 (:-1) 1 CacheDelete 0x00000001afd5bc9c volRootFromPath + 228 (CacheDeleteVolume.m:162) 2 CacheDelete 0x00000001afd5ed08 _validateVolume + 288 (CacheDeleteVolume.m:230) 3 CacheDelete 0x00000001afd5ad2c -[CacheDeleteVolume validate] + 96 (CacheDeleteVolume.m:618) 4 CacheDelete 0x00000001afd82d70 -[CDRecentInfo isInvalidForVolume:] + 56 (CDRecentInfo.m:278) 5 CacheDelete 0x00000001afd77b40 __45-[CDPurgeableResultCache isInvalidForVolume:]_block_invoke + 48 (CDPurgeableResultCache.m:298) 6 libdispatch.dylib 0x000000019ab41fdc _dispatch_client_callout + 20 (object.m:560) 7 libdispatch.dylib 0x000000019ab51574 _dispatch_lane_barrier_sync_invoke_and_complete + 56 (queue.c:1023) 8 CacheDelete 0x00000001afd77abc -[CDPurgeableResultCache isInvalidForVolume:] + 172 (CDPurgeableResultCache.m:297) 9 CacheDelete 0x00000001afd760d0 -[CDPurgeableResultCache _recentPurgeableTotals:validateResults:] + 276 (CDPurgeableResultCache.m:87) 10 CacheDelete 0x00000001afd6a0dc queryCache + 400 (PurgeableSPIsCache.m:199) 11 CacheDelete 0x00000001afd69e18 __clientCachedResults_block_invoke_2 + 184 (PurgeableSPIsCache.m:306) 12 libdispatch.dylib 0x000000019ab41fdc _dispatch_client_callout + 20 (object.m:560) 13 libdispatch.dylib 0x000000019ab51574 _dispatch_lane_barrier_sync_invoke_and_complete + 56 (queue.c:1023) 14 CacheDelete 0x00000001afd69b2c clientCachedResults + 224 (PurgeableSPIsCache.m:299) 15 CacheDelete 0x00000001afd5a480 CacheDeleteCopyAvailableSpaceForVolume + 984 (CacheDelete.m:610) 16 CoreServicesInternal 0x000000018d99f7bc volumePropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) + 2216 (FileURL.cp:6845) 17 CoreServicesInternal 0x000000018d99cc9c prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) + 452 (FileURL.cp:7258) 18 CoreServicesInternal 0x000000018d9998c4 _FSURLCopyResourcePropertiesForKeysInternal(__CFURL const*, __CFArray const*, void*, __CFError**, unsigned char) + 1288 (FileURL.cp:7682) 19 CoreFoundation 0x000000019362fdc4 CFURLCopyResourcePropertiesForKeys + 100 (CFURL.c:6792) 20 CoreFoundation 0x00000001935a5500 -[NSURL resourceValuesForKeys:error:] + 96 (NSURL.m:126) 21 Foundation 0x000000018dc1fcc0 URL.resourceValues(forKeys:) + 140 22 Foundation 0x000000018dc1fad4 URL.resourceValues(forKeys:) + 24 23 KeepTruckin 0x00000001011f10dc specialized UIDevice.freeDiskSpaceInBytes() + 336 (UIDeviceExtension.swift:113) 24 KeepTruckin 0x0000000100c43a44 UIDevice.freeDiskSpaceInBytes() + 8 (:0) 25 KeepTruckin 0x0000000100c43a44 closure #1 in GlobalAnalyticAttributes.calculateDiskSpace() + 68 (GlobalAnalyticAttributes.swift:223) 26 RxSwift 0x0000000106a59254 thunk for @escaping @callee_guaranteed () -> (@owned Observable, @error @owned Error) + 4 (:0) 27 RxSwift 0x0000000106a59254 partial apply for thunk for @escaping @callee_guaranteed () -> (@owned Observable, @error @owned Error) + 24 28 RxSwift 0x0000000106a593c8 DeferredSink.run() + 212 (Deferred.swift:36) 29 RxSwift 0x0000000106a5970c Deferred.run<a>(_:cancel:) + 160 (Deferred.swift:72) 30 RxSwift 0x0000000106a86504 closure #1 in Producer.subscribe</a><a>(_:) + 228 (Producer.swift:26) 31 RxSwift 0x0000000106a85bd0 specialized CurrentThreadScheduler.schedule</a><a>(_:action:) + 168 (CurrentThreadScheduler.swift:94) 32 RxSwift 0x0000000106a85ad0 Producer.subscribe</a><a>(_:) + 512 (Producer.swift:24) 33 RxSwift 0x0000000106a79660 protocol witness for ObservableType.subscribe</a><a>(_:) in conformance Observable</a><a> + 28 (:0) 34 RxSwift 0x0000000106a9fef4 closure #1 in SubscribeOnSink.run() + 152 (SubscribeOn.swift:78) 35 RxSwift 0x0000000106a5e3d4 closure #1 in DispatchQueueConfiguration.schedule</a><a>(_:action:) + 104 (DispatchQueueConfiguration.swift:27) 36 RxSwift 0x0000000106a54450 thunk for @escaping @callee_guaranteed @Sendable () -> () + 28 (:0) 37 libdispatch.dylib 0x000000019ab404b4 _dispatch_call_block_and_release + 32 (init.c:1518) 38 libdispatch.dylib 0x000000019ab41fdc _dispatch_client_callout + 20 (object.m:560) 39 libdispatch.dylib 0x000000019ab450c8 _dispatch_queue_override_invoke + 788 (inline_internal.h:2632) 40 libdispatch.dylib 0x000000019ab53a6c _dispatch_root_queue_drain + 396 (inline_internal.h:0) 41 libdispatch.dylib 0x000000019ab54284 _dispatch_worker_thread2 + 164 (queue.c:7052) 42 libsystem_pthread.dylib 0x00000001dfc4edbc _pthread_wqthread + 228 (pthread.c:2631) 43 libsystem_pthread.dylib 0x00000001dfc4eb98 start_wqthread + 8 (:-1) Thread 16: 0 libsystem_pthread.dylib 0x00000001dfc4eb90 start_wqthread + 0 (:-1) Thread 17: 0 libsystem_pthread.dylib 0x00000001dfc4eb90 start_wqthread + 0 (:-1) Thread 18 name: Thread 18 Crashed: 0 libsystem_kernel.dylib 0x00000001cf8b2200 __pthread_kill + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001dfc551ac pthread_kill + 268 (pthread.c:1670) 2 libsystem_c.dylib 0x000000019aba5c8c abort + 180 (abort.c:118) 3 Instabug 0x00000001054b2bb0 uncaught_exception_handler.cold.1 + 28 4 Instabug 0x00000001054b0c80 uncaught_exception_handler + 44 5 CoreFoundation 0x0000000193681060 __handleUncaughtException + 636 (NSException.m:273) 6 libobjc.A.dylib 0x000000018c925d30 _objc_terminate() + 132 (objc-exception.mm:497) 7 KeepTruckin 0x0000000101891870 (anonymous namespace)::TerminateHandler::queuedHandler()::'lambda'()::operator()() const + 24 8 KeepTruckin 0x00000001018917ac void (anonymous namespace)::$_0::operator()<(anonymous namespace)::TerminateHandler::queuedHandler()::'lambda'()>((anonymous namespace)::TerminateHandler::queuedHandler()::'lambda'()) + 52 9 KeepTruckin 0x0000000101891778 (anonymous namespace)::TerminateHandler::queuedHandler() + 12 10 KeepTruckin 0x0000000101891158 (anonymous namespace)::TerminateHandler::kotlinHandler() + 392 11 libc++abi.dylib 0x00000001dfb94f28 std::__terminate(void (*)()) + 20 (cxa_handlers.cpp:59) 12 libc++abi.dylib 0x00000001dfb94ec4 std::terminate() + 56 (cxa_handlers.cpp:88) 13 libdispatch.dylib 0x000000019ab41ff0 _dispatch_client_callout + 40 (object.m:563) 14 libdispatch.dylib 0x000000019ab4546c _dispatch_continuation_pop + 504 (inline_internal.h:2632) 15 libdispatch.dylib 0x000000019ab58a58 _dispatch_source_invoke + 1588 (source.c:596) 16 libdispatch.dylib 0x000000019ab4956c _dispatch_lane_serial_drain + 376 (inline_internal.h:0) 17 libdispatch.dylib 0x000000019ab4a1e0 _dispatch_lane_invoke + 384 (queue.c:3940) 18 libdispatch.dylib 0x000000019ab54e10 _dispatch_workloop_worker_thread + 652 (queue.c:6846) 19 libsystem_pthread.dylib 0x00000001dfc4edf8 _pthread_wqthread + 288 (pthread.c:2618) 20 libsystem_pthread.dylib 0x00000001dfc4eb98 start_wqthread + 8 (:-1) Thread 18 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000 x4: 0x0000000000000010 x5: 0x0000000000003330 x6: 0x0000000283823330 x7: 0x0000000000000001 x8: 0x9aeac3bcaf36f8de x9: 0x9aeac3bdc0c188de x10: 0x0000000121dd90e9 x11: 0x007f00014681fe00 x12: 0x0000000000000036 x13: 0x0000000146820150 x14: 0x04000001e9ae89f9 x15: 0x00000001e9ae89f8 x16: 0x0000000000000148 x17: 0x000000016ff77000 x18: 0x0000000000000000 x19: 0x0000000000000006 x20: 0x000000000001090f x21: 0x000000016ff770e0 x22: 0x000000014147b220 x23: 0x00000001eaea1340 x24: 0x0000000000000011 x25: 0x00000001938b0a4e x26: 0x00000001ea4176c0 x27: 0x00000001e8844000 x28: 0x00000001e9ad4b40 fp: 0x000000016ff76570 lr: 0x00000001dfc551ac sp: 0x000000016ff76550 pc: 0x00000001cf8b2200 cpsr: 0x40000000 esr: 0x56000080 Address size fault Binary Images: 0x1003fc000 - 0x101cc3fff KeepTruckin arm64 <31245bfb96ee3881a1ba8b2d214c2cab> /private/var/containers/Bundle/Application/59491C3F-99EF-485F-ACF7-1D7F3CEA2609/KeepTruckin.app/KeepTruckin 0x105124000 - 0x105633fff Instabug arm64 <976b4a22e8603a67a84f3530c102e9f1> /private/var/containers/Bundle/Application/59491C3F-99EF-485F-ACF7-1D7F3CEA2609/KeepTruckin.app/Frameworks/Instabug.framework/Instabug 0x105848000 - 0x105b0ffff Pendo arm64 <9db3e1c322213da4add719362681cac8> /private/var/containers/Bundle/Application/59491C3F-99EF-485F-ACF7-1D7F3CEA2609/KeepTruckin.app/Frameworks/Pendo.framework/Pendo 0x105e64000 - 0x1063cbfff Realm arm64 <9e2bdc97a83039ee90f5c7f4883104ec> /private/var/containers/Bundle/Application/59491C3F-99EF-485F-ACF7-1D7F3CEA2609/KeepTruckin.app/Frameworks/Realm.framework/Realm 0x106a28000 - 0x106ae3fff RxSwift arm64 <4fe5a6f0b4343347a04c968aadcf5ced> /private/var/containers/Bundle/Application/59491C3F-99EF-485F-ACF7-1D7F3CEA2609/KeepTruckin.app/Frameworks/RxSwift.framework/RxSwift 0x109a10000 - 0x10a003fff SendbirdChatSDK arm64 /private/var/containers/Bundle/Application/59491C3F-99EF-485F-ACF7-1D7F3CEA2609/KeepTruckin.app/Frameworks/SendbirdChatSDK.framework/SendbirdChatSDK 0x18c908000 - 0x18c94be1f libobjc.A.dylib arm64e /usr/lib/libobjc.A.dylib 0x18d996000 - 0x18d9c7fff CoreServicesInternal arm64e /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal 0x18d9c8000 - 0x18e311fff Foundation arm64e /System/Library/Frameworks/Foundation.framework/Foundation 0x19356c000 - 0x193951fff CoreFoundation arm64e <5cdc5d9ae5063740b64ebb30867b4f1b> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x1946ee000 - 0x194ab5fff CFNetwork arm64e /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x195729000 - 0x196f06fff UIKitCore arm64e <179501b60fc2344ab969b4e3961ebe10> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x19ab3e000 - 0x19ab84fff libdispatch.dylib arm64e /usr/lib/system/libdispatch.dylib 0x19ab85000 - 0x19ac04ff7 libsystem_c.dylib arm64e /usr/lib/system/libsystem_c.dylib 0x19eaf9000 - 0x19eee5fff CoreMotion arm64e <84a0807ecd293c3cacb846549fef12f2> /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x1a1b1b000 - 0x1a1b81ff3 libc++.1.dylib arm64e <64c24b16049731bb8db53b5f6c74ec6b> /usr/lib/libc++.1.dylib 0x1afd58000 - 0x1afd9cfff CacheDelete arm64e <8e02357088693fd28e31beb0d82cef0a> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete 0x1b1c2f000 - 0x1b1cb200f dyld arm64e /usr/lib/dyld 0x1cc044000 - 0x1cc04cfff GraphicsServices arm64e /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x1cf8ab000 - 0x1cf8e1ffb libsystem_kernel.dylib arm64e /usr/lib/system/libsystem_kernel.dylib 0x1dfb84000 - 0x1dfb9bffb libc++abi.dylib arm64e /usr/lib/libc++abi.dylib 0x1dfc4e000 - 0x1dfc59fff libsystem_pthread.dylib arm64e <1aa3a4b6f9e730568c8b4e4dd81312a4> /usr/lib/system/libsystem_pthread.dylib EOF </a>
Incident Identifier: 12DB3F8F-3D06-4833-BE68-1F9488A78C2A Distributor ID: com.apple.AppStore Hardware Model: iPad12,2 Process: KeepTruckin [506] Path: /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/KeepTruckin Identifier: com.keeptruckin.ios Version: 74.1 (1434) AppStoreTools: 15E204 AppVariant: 1:iPad12,2:15 Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: com.keeptruckin.ios [496] Date/Time: 2024-05-03 11:47:36.6085 -0500 Launch Time: 2024-05-03 00:32:50.3189 -0500 OS Version: iPhone OS 17.4.1 (21E236) Release Type: User Baseband Version: 6.00.00 Report Version: 104 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000018 Exception Codes: 0x0000000000000001, 0x0000000000000018 VM Region Info: 0x18 is not in any region. Bytes before following region: 4299554792 REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL UNUSED SPACE AT START ---> __TEXT 100460000-100680000 [ 2176K] r-x/r-x SM=COW /var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/KeepTruckin Termination Reason: SIGNAL 11 Segmentation fault: 11 Terminating Process: exc handler [506] Triggered by Thread: 15 Kernel Triage: VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter VM - (arg = 0x3) mach_vm_allocate_kernel failed within call to vm_map_enter Thread 0 name: Thread 0: 0 libsystem_kernel.dylib 0x00000001e9655af8 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001e9655890 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001e96557a8 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001e96555e8 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001a119801c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x00000001a1195f04 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x00000001a1195968 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 GraphicsServices 0x00000001e548b4e0 GSEventRunModal + 164 (GSEvent.c:2196) 8 UIKitCore 0x00000001a3608edc -[UIApplication _run] + 888 (UIApplication.m:3692) 9 UIKitCore 0x00000001a3608518 UIApplicationMain + 340 (UIApplication.m:5282) 10 KeepTruckin 0x000000010068168c runApplication(appDelegateClassString:) + 52 (main.swift:20) 11 KeepTruckin 0x000000010068168c main + 432 (main.swift:52) 12 dyld 0x00000001c46b6d84 start + 2240 (dyldMain.cpp:1298) Thread 1 name: Thread 1: 0 libsystem_kernel.dylib 0x00000001e965649c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001fd098590 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 libc++.1.dylib 0x00000001b153a598 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock&, std::__1::chrono::time_point::Run::GCSchedulerDataWithTimer(kotlin::gc::GCSchedulerConfig&, std::__1::functi... + 224 4 KeepTruckin 0x00000001018dbc54 void* std::__1::__thread_proxy >, void (*)(kotlin::ScopedThread::attributes, void... + 120 5 libsystem_pthread.dylib 0x00000001fd099a90 _pthread_start + 136 (pthread.c:927) 6 libsystem_pthread.dylib 0x00000001fd098fcc thread_start + 8 (:-1) Thread 2 name: Thread 2: 0 libsystem_kernel.dylib 0x00000001e965649c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001fd098590 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 libc++.1.dylib 0x00000001b153a504 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (condition_variable.cpp:45) 3 KeepTruckin 0x00000001018dea54 std::__1::invoke_result&, kotlin::gc::GCScheduler&)::$_2>::type kotlin::Scop... + 248 4 KeepTruckin 0x00000001018dfe04 void* std::__1::__thread_proxy >, void (*)(kotlin::ScopedThread::attributes, kotl... + 112 5 libsystem_pthread.dylib 0x00000001fd099a90 _pthread_start + 136 (pthread.c:927) 6 libsystem_pthread.dylib 0x00000001fd098fcc thread_start + 8 (:-1) Thread 3 name: Thread 3: 0 libsystem_kernel.dylib 0x00000001e9655af8 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001e9655890 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001e96557a8 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001e96555e8 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001a119801c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x00000001a1195f04 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x00000001a1195968 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 Foundation 0x00000001a00244a8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373) 8 Foundation 0x00000001a004e4e8 -[NSRunLoop(NSRunLoop) runUntilDate:] + 64 (NSRunLoop.m:420) 9 UIKitCore 0x00000001a356bac8 -[UIEventFetcher threadMain] + 420 (UIEventFetcher.m:1201) 10 Foundation 0x00000001a0095a9c __NSThread__start__ + 732 (NSThread.m:991) 11 libsystem_pthread.dylib 0x00000001fd099a90 _pthread_start + 136 (pthread.c:927) 12 libsystem_pthread.dylib 0x00000001fd098fcc thread_start + 8 (:-1) Thread 4: 0 libsystem_kernel.dylib 0x00000001e9655af8 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001e9655890 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001e96557a8 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001e96555e8 mach_msg + 24 (mach_msg.c:323) 4 Instabug 0x00000001058f098c exception_server_thread + 188 5 libsystem_pthread.dylib 0x00000001fd099a90 _pthread_start + 136 (pthread.c:927) 6 libsystem_pthread.dylib 0x00000001fd098fcc thread_start + 8 (:-1) Thread 5 name: Thread 5: 0 libsystem_kernel.dylib 0x00000001e9655af8 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001e9655890 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001e96557a8 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001e96555e8 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001a119801c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x00000001a1195f04 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x00000001a1195968 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 Foundation 0x00000001a00244a8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373) 8 SendbirdChatSDK 0x000000010a07be54 SBRunloopThread.main() + 376 (Runloop+SBTimer.swift:61) 9 SendbirdChatSDK 0x000000010a07beb4 @objc SBRunloopThread.main() + 28 (:0) 10 Foundation 0x00000001a0095a9c __NSThread__start__ + 732 (NSThread.m:991) 11 libsystem_pthread.dylib 0x00000001fd099a90 _pthread_start + 136 (pthread.c:927) 12 libsystem_pthread.dylib 0x00000001fd098fcc thread_start + 8 (:-1) Thread 6 name: Thread 6: 0 libsystem_kernel.dylib 0x00000001e96638cc kevent + 8 (:-1) 1 Realm 0x00000001066322d0 realm::_impl::ExternalCommitHelper::listen() + 156 2 Realm 0x000000010663242c void* std::__1::__thread_proxy >, realm::_impl::ExternalCommitHelper::ExternalCom... + 52 3 libsystem_pthread.dylib 0x00000001fd099a90 _pthread_start + 136 (pthread.c:927) 4 libsystem_pthread.dylib 0x00000001fd098fcc thread_start + 8 (:-1) Thread 7 name: Thread 7: 0 libsystem_kernel.dylib 0x00000001e9655af8 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001e9655890 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001e96557a8 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001e96555e8 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001a119801c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x00000001a1195f04 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x00000001a1195968 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 CFNetwork 0x00000001a24f4c48 +[__CFN_CoreSchedulingSetRunnable _run:] + 384 (CoreSchedulingSet.mm:1479) 8 Foundation 0x00000001a0095a9c __NSThread__start__ + 732 (NSThread.m:991) 9 libsystem_pthread.dylib 0x00000001fd099a90 _pthread_start + 136 (pthread.c:927) 10 libsystem_pthread.dylib 0x00000001fd098fcc thread_start + 8 (:-1) Thread 8: 0 libsystem_kernel.dylib 0x00000001e965649c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001fd098590 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 KeepTruckin 0x00000001018f9ce4 Worker::waitForQueueLocked(long long, long long*) + 440 3 KeepTruckin 0x00000001018f9074 (anonymous namespace)::workerRoutine(void*) + 340 4 libsystem_pthread.dylib 0x00000001fd099a90 _pthread_start + 136 (pthread.c:927) 5 libsystem_pthread.dylib 0x00000001fd098fcc thread_start + 8 (:-1) Thread 9 name: Thread 9: 0 libsystem_kernel.dylib 0x00000001e965649c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001fd098590 _pthread_cond_wait + 1228 (pthread_cond.c:862) 2 libc++.1.dylib 0x00000001b153a504 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (condition_variable.cpp:45) 3 KeepTruckin 0x00000001018e0594 std::__1::invoke_result::type kotlin::ScopedThread::Run(kotlin:... + 212 4 KeepTruckin 0x00000001018e0828 void* std::__1::__thread_proxy >, void (*)(kotlin::ScopedThread::attributes, kotl... + 112 5 libsystem_pthread.dylib 0x00000001fd099a90 _pthread_start + 136 (pthread.c:927) 6 libsystem_pthread.dylib 0x00000001fd098fcc thread_start + 8 (:-1) Thread 10 name: Thread 10: 0 libsystem_kernel.dylib 0x00000001e9662220 __select + 8 (:-1) 1 CoreFoundation 0x00000001a1241bf0 __CFSocketManager + 640 (CFSocket.c:1340) 2 libsystem_pthread.dylib 0x00000001fd099a90 _pthread_start + 136 (pthread.c:927) 3 libsystem_pthread.dylib 0x00000001fd098fcc thread_start + 8 (:-1) Thread 11 name: Thread 11: 0 libsystem_kernel.dylib 0x00000001e9655af8 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001e9655890 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001e96557a8 mach_msg_overwrite + 436 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001e96555e8 mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001a119801c __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624) 5 CoreFoundation 0x00000001a1195f04 __CFRunLoopRun + 1208 (CFRunLoop.c:3007) 6 CoreFoundation 0x00000001a1195968 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420) 7 CoreFoundation 0x00000001a11956cc CFRunLoopRun + 64 (CFRunLoop.c:3446) 8 CoreMotion 0x00000001ae1623c0 CLMotionCore::runMotionThread(void*) + 1292 (CLMotionCore.mm:376) 9 libsystem_pthread.dylib 0x00000001fd099a90 _pthread_start + 136 (pthread.c:927) 10 libsystem_pthread.dylib 0x00000001fd098fcc thread_start + 8 (:-1) Thread 12: 0 libsystem_pthread.dylib 0x00000001fd098fb8 start_wqthread + 0 (:-1) Thread 13: 0 libsystem_pthread.dylib 0x00000001fd098fb8 start_wqthread + 0 (:-1) Thread 14: 0 libsystem_pthread.dylib 0x00000001fd098fb8 start_wqthread + 0 (:-1) Thread 15 name: Thread 15 Crashed: 0 libobjc.A.dylib 0x0000000199101124 cache_t::insert(objc_selector*, void (*)(), objc_object*) + 244 (objc-cache.mm:934) 1 libobjc.A.dylib 0x0000000199100ee0 lookUpImpOrForward + 664 (objc-runtime-new.mm:7503) 2 libobjc.A.dylib 0x00000001990fc0c4 _objc_msgSend_uncached + 68 (:-1) 3 CoreFoundation 0x00000001a11929ec -[__NSArrayM insertObject:atIndex:] + 1288 (NSArrayM.m:164) 4 Foundation 0x000000019fffd4c0 -[NSString componentsSeparatedByString:] + 160 (NSString.m:622) 5 Pendo 0x0000000105d26cb0 +[PNDDiskBufferHelper getObjectsFromData:] + 144 6 Pendo 0x0000000105d2ef7c -[PNDDiskBuffer prepareObjectsForProcessing] + 72 7 Pendo 0x0000000105d85da0 __44-[PNDAnalyticsMessageManager sendAnalytics:]_block_invoke_2 + 36 8 libdispatch.dylib 0x00000001a905edd4 _dispatch_client_callout + 20 (object.m:576) 9 libdispatch.dylib 0x00000001a90622d8 _dispatch_continuation_pop + 600 (queue.c:321) 10 libdispatch.dylib 0x00000001a90761c8 _dispatch_source_latch_and_call + 420 (source.c:596) 11 libdispatch.dylib 0x00000001a9074d8c _dispatch_source_invoke + 832 (source.c:961) 12 libdispatch.dylib 0x00000001a9066284 _dispatch_lane_serial_drain + 368 (queue.c:3900) 13 libdispatch.dylib 0x00000001a9066f30 _dispatch_lane_invoke + 380 (queue.c:3991) 14 libdispatch.dylib 0x00000001a9071cb4 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6998) 15 libdispatch.dylib 0x00000001a9071528 _dispatch_workloop_worker_thread + 404 (queue.c:6592) 16 libsystem_pthread.dylib 0x00000001fd098f20 _pthread_wqthread + 288 (pthread.c:2665) 17 libsystem_pthread.dylib 0x00000001fd098fc0 start_wqthread + 8 (:-1) Thread 16: 0 libsystem_pthread.dylib 0x00000001fd098fb8 start_wqthread + 0 (:-1) Thread 17: 0 libsystem_pthread.dylib 0x00000001fd098fb8 start_wqthread + 0 (:-1) Thread 18: 0 libsystem_pthread.dylib 0x00000001fd098fb8 start_wqthread + 0 (:-1) Thread 19: 0 libsystem_pthread.dylib 0x00000001fd098fb8 start_wqthread + 0 (:-1) Thread 20: 0 libsystem_pthread.dylib 0x00000001fd098fb8 start_wqthread + 0 (:-1) Thread 21: 0 libsystem_pthread.dylib 0x00000001fd098fb8 start_wqthread + 0 (:-1) Thread 15 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x0000000000000002 x2: 0x0000000000000000 x3: 0x0000000000100000 x4: 0x0000000007000001 x5: 0x0000000000000003 x6: 0x0000000000000000 x7: 0x0000000000000000 x8: 0x0000000000000000 x9: 0x0000000000000003 x10: 0x0000000000000001 x11: 0x0000000000000001 x12: 0x0000000000000010 x13: 0xfffffffffffffff8 x14: 0x00000000000007fb x15: 0x00000000879ffffc x16: 0x00000002ab3036d4 x17: 0x00000000000008fd x18: 0x0000000000000000 x19: 0x000000019ba3da94 x20: 0x00000001a12d4164 x21: 0x0000000202653420 x22: 0x0000000202653430 x23: 0x00000002026533f8 x24: 0x0000000000000004 x25: 0x0000000000000004 x26: 0x0000000303d9b9a0 x27: 0x00000000ffd39d50 x28: 0x0000000202644b80 fp: 0x000000035125a340 lr: 0xc933c0019910124c sp: 0x000000035125a2f0 pc: 0x0000000199101124 cpsr: 0x60000000 esr: 0x92000006 (Data Abort) byte read Translation fault Binary Images: 0x100460000 - 0x101d27fff KeepTruckin arm64 <31245bfb96ee3881a1ba8b2d214c2cab> /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/KeepTruckin 0x104c78000 - 0x104ca7fff AFNetworking arm64 <57b4f49b58653c14b285b6bad7b97408> /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/AFNetworking.framework/AFNetworking 0x104d00000 - 0x104d13fff AnyCodable arm64 <48c7224579bd3c2bbc7a3a32b3334dc9> /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/AnyCodable.framework/AnyCodable 0x104d40000 - 0x104d47fff ECPhoneNumberFormatter arm64 /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/ECPhoneNumberFormatter.framework/ECPhoneNumberFormatter 0x104d58000 - 0x104d5ffff FileMD5Hash arm64 /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/FileMD5Hash.framework/FileMD5Hash 0x10520c000 - 0x10524bfff ComplianceSwift arm64 <738483ea019537fcb084f81c862c38d5> /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/ComplianceSwift.framework/ComplianceSwift 0x1052e0000 - 0x1052f3fff Differentiator arm64 /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/Differentiator.framework/Differentiator 0x105324000 - 0x105333fff FBLPromises arm64 /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/FBLPromises.framework/FBLPromises 0x10535c000 - 0x10536ffff FMDB arm64 <1315da3794143b9eafe924634945c28c> /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/FMDB.framework/FMDB 0x105394000 - 0x10539ffff FirebaseABTesting arm64 <2aa94dc1939037baa0217fac030c52ed> /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/FirebaseABTesting.framework/FirebaseABTesting 0x1053b8000 - 0x1053c7fff FirebaseCore arm64 <351416cd66b031a496de2fc0df233420> /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/FirebaseCore.framework/FirebaseCore 0x1053ec000 - 0x105407fff FirebaseCoreInternal arm64 <5cf83d7e6ae13e81b2ddbf494c9cec52> /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/FirebaseCoreInternal.framework/FirebaseCoreInternal 0x105458000 - 0x10546ffff FirebaseInstallations arm64 /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/FirebaseInstallations.framework/FirebaseInstallations 0x1054a0000 - 0x1054c7fff FirebaseRemoteConfig arm64 /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/FirebaseRemoteConfig.framework/FirebaseRemoteConfig 0x105504000 - 0x10551ffff GoogleUtilities arm64 <378534d680f93417ba1326b7d021580d> /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/GoogleUtilities.framework/GoogleUtilities 0x105554000 - 0x105a63fff Instabug arm64 <976b4a22e8603a67a84f3530c102e9f1> /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/Instabug.framework/Instabug 0x105c60000 - 0x105c67fff ObjcExceptionBridging arm64 <688d76cf5a453d8385b0ca56f03e93c7> /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/ObjcExceptionBridging.framework/ObjcExceptionBridging 0x105c78000 - 0x105f3ffff Pendo arm64 <9db3e1c322213da4add719362681cac8> /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/Pendo.framework/Pendo 0x1061bc000 - 0x106213fff PhoneNumberKit arm64 <1ced094b9af433d7baa432f0dcdac06b> /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/PhoneNumberKit.framework/PhoneNumberKit 0x106294000 - 0x1067fbfff Realm arm64 <9e2bdc97a83039ee90f5c7f4883104ec> /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/Realm.framework/Realm 0x106c08000 - 0x106c7bfff RxCocoa arm64 <428e30a90c10394c96eb97ef71d38c4b> /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/RxCocoa.framework/RxCocoa 0x106dd0000 - 0x106de3fff RxDataSources arm64 /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/RxDataSources.framework/RxDataSources 0x106e34000 - 0x106e3bfff RxRelay arm64 /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/RxRelay.framework/RxRelay 0x106e58000 - 0x106f13fff RxSwift arm64 <4fe5a6f0b4343347a04c968aadcf5ced> /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/RxSwift.framework/RxSwift 0x10710c000 - 0x10713ffff RxSwiftExt arm64 <4d262d2a70f83929b52585eeb499ef1f> /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/RxSwiftExt.framework/RxSwiftExt 0x10719c000 - 0x1071affff SVProgressHUD arm64 <606749ac34e83a038963a8c5aa3aeebf> /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/SVProgressHUD.framework/SVProgressHUD 0x1071d0000 - 0x10849bfff ScanbotSDK arm64 <81ded5428caf385198476d0223977693> /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/ScanbotSDK.framework/ScanbotSDK 0x109e40000 - 0x10a433fff SendbirdChatSDK arm64 /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/SendbirdChatSDK.framework/SendbirdChatSDK 0x10a6c0000 - 0x10a80bfff SwiftProtobuf arm64 <5ab5c4203b1a391ba561d898f4d857d3> /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/SwiftProtobuf.framework/SwiftProtobuf 0x10ab58000 - 0x10b16bfff TwilioVoice arm64 <9190c312b85a310dbc5b741592026da4> /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/TwilioVoice.framework/TwilioVoice 0x10b654000 - 0x10b67ffff XCGLogger arm64 <2654147f64123b588d730239d734a405> /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/XCGLogger.framework/XCGLogger 0x10b6fc000 - 0x10b703fff nanopb arm64 <5b6dee53e6993014872bf6de34563dc0> /private/var/containers/Bundle/Application/C0BA517E-D2F2-4C2B-8F7C-ED43E9F42C00/KeepTruckin.app/Frameworks/nanopb.framework/nanopb 0x10d72c000 - 0x10d737fff libobjc-trampolines.dylib arm64e <19bc6b58cbf535a583a5fc742451547d> /private/preboot/Cryptexes/OS/usr/lib/libobjc-trampolines.dylib 0x1990f8000 - 0x199145cc3 libobjc.A.dylib arm64e <412fd1f44107344388efb3760778f6a7> /usr/lib/libobjc.A.dylib 0x19fff9000 - 0x1a0b84fff Foundation arm64e /System/Library/Frameworks/Foundation.framework/Foundation 0x1a1162000 - 0x1a168ffff CoreFoundation arm64e <3a5f992ad1cd312ebd2ef7c66343a417> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x1a229a000 - 0x1a2676fff CFNetwork arm64e /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x1a33de000 - 0x1a4eeefff UIKitCore arm64e <7bf01cfc23f1326aafd8ad967ffece28> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x1a905b000 - 0x1a90a1fff libdispatch.dylib arm64e /usr/lib/system/libdispatch.dylib 0x1a90a2000 - 0x1a911ffff libsystem_c.dylib arm64e <3b5201c515d0335fa91d0c63e1f6c6dc> /usr/lib/system/libsystem_c.dylib 0x1ade79000 - 0x1ae342fff CoreMotion arm64e <1e51658a881b3bbb95c26c7c9701e878> /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x1b152d000 - 0x1b15b6fff libc++.1.dylib arm64e <0682656017af331a8255de4246279bca> /usr/lib/libc++.1.dylib 0x1c46b1000 - 0x1c473dbe3 dyld arm64e <7be2b7573b3d3e918cb774f3887660c7> /usr/lib/dyld 0x1c78fa000 - 0x1c791effb libdyld.dylib arm64e <85f7dbb5e31f383a84e733d8fb5278a7> /usr/lib/system/libdyld.dylib 0x1e5488000 - 0x1e5490fff GraphicsServices arm64e <4cb7e98636bf38018f495d8c3c4a2127> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x1e9654000 - 0x1e968dfef libsystem_kernel.dylib arm64e /usr/lib/system/libsystem_kernel.dylib 0x1fd097000 - 0x1fd0a3fff libsystem_pthread.dylib arm64e /usr/lib/system/libsystem_pthread.dylib EOF
Incident Identifier: FA87CAC1-3BDC-4865-87BE-90961D136B37 Hardware Model: iPad12,2 Process: KeepTruckin [7170] Path: /private/var/containers/Bundle/Application/59491C3F-99EF-485F-ACF7-1D7F3CEA2609/KeepTruckin.app/KeepTruckin Identifier: com.keeptruckin.ios Version: 74.1 (1434) AppStoreTools: 15E204 AppVariant: 1:iPad12,2:15 Code Type: ARM-64 (Native) Role: unknown Parent Process: launchd [1] Coalition: com.keeptruckin.ios [1641] Date/Time: 2024-05-05 10:49:40.5969 -0700 Launch Time: 2024-04-25 11:34:46.3318 -0700 OS Version: iPhone OS 16.1.1 (20B101) Release Type: User Baseband Version: 5.01.01 Report Version: 104 Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000001, 0x0000000193717ae0 Termination Reason: SIGNAL 5 Trace/BPT trap: 5 Terminating Process: exc handler [7170] Triggered by Thread: 13 Thread 0 name: Thread 0: 0 libsystem_pthread.dylib 0x00000001dfc50318 pthread_mutex_unlock + 172 (pthread_mutex.c:1566) 1 RxSwift 0x000000010acf84ac BehaviorSubject.value() + 316 (BehaviorSubject.swift:0) 2 RxRelay 0x000000010acc96c8 BehaviorRelay.value.getter + 32 (BehaviorRelay.swift:25) 3 KeepTruckin 0x0000000104a7d20c CycleStatusVM.updateAndSendModel(status:vehicle:sdsMode:clockDisplay:eldStatus:) + 428 (CycleStatusVM.swift:85) 4 KeepTruckin 0x0000000104a7defc closure #2 in CycleStatusVM.setUpSubscribers() + 344 (CycleStatusVM.swift:139) 5 RxSwift 0x000000010ad3bebc closure #1 in ObservableType.subscribe(_:) + 4 (ObservableType+Extensions.swift:22) 6 RxSwift 0x000000010ad3bebc partial apply for closure #1 in ObservableType.subscribe(_:) + 20 (:0) 7 RxSwift 0x000000010acf1268 AnonymousObserver.onCore(_:) + 20 (AnonymousObserver.swift:22) 8 RxSwift 0x000000010ad3e7fc ObserverBase.on(_:) + 288 (ObserverBase.swift:16) 9 RxSwift 0x000000010ad3e940 protocol witness for ObserverType.on(_:) in conformance ObserverBase<a> + 20 (:0) 10 RxSwift 0x000000010ad5cfe4 Sink.forwardOn(_:) + 112 (Sink.swift:34) 11 RxSwift 0x000000010ad6a8b4 closure #1 in closure #1 in TimerSink.run() + 320 (Timer.swift:66) 12 RxSwift 0x000000010ad6b43c specialized NSRecursiveLock.performLocked</a><a>(_:) + 32 (Lock.swift:21) 13 RxSwift 0x000000010ad6b43c closure #1 in TimerSink.run() + 44 (Timer.swift:65) 14 RxSwift 0x000000010ad6b43c partial apply for closure #1 in TimerSink.run() + 68 (:0) 15 RxSwift 0x000000010ad1e794 closure #2 in DispatchQueueConfiguration.schedulePeriodic</a><a>(_:startAfter:period:action:) + 228 (DispatchQueueConfiguration.swift:91) 16 RxSwift 0x000000010ad1e54c thunk for @escaping @callee_guaranteed () -> () + 28 (:0) 17 libdispatch.dylib 0x000000019ab41fdc _dispatch_client_callout + 20 (object.m:560) 18 libdispatch.dylib 0x000000019ab4546c _dispatch_continuation_pop + 504 (inline_internal.h:2632) 19 libdispatch.dylib 0x000000019ab58a58 _dispatch_source_invoke + 1588 (source.c:596) 20 libdispatch.dylib 0x000000019ab50748 _dispatch_main_queue_drain + 756 (inline_internal.h:0) 21 libdispatch.dylib 0x000000019ab50444 _dispatch_main_queue_callback_4CF + 44 (queue.c:7887) 22 CoreFoundation 0x00000001936066f8 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16 (CFRunLoop.c:1780) 23 CoreFoundation 0x00000001935e8058 __CFRunLoopRun + 2036 (CFRunLoop.c:3147) 24 CoreFoundation 0x00000001935eced4 CFRunLoopRunSpecific + 612 (CFRunLoop.c:3418) 25 GraphicsServices 0x00000001cc045368 GSEventRunModal + 164 (GSEvent.c:2196) 26 UIKitCore 0x0000000195acb3d0 -[UIApplication _run] + 888 (UIApplication.m:3745) 27 UIKitCore 0x0000000195acb034 UIApplicationMain + 340 (UIApplication.m:5335) 28 KeepTruckin 0x00000001048e168c runApplication(appDelegateClassString:) + 52 (main.swift:20) 29 KeepTruckin 0x00000001048e168c main + 432 (main.swift:52) 30 dyld 0x00000001b1c44960 start + 2528 (dyldMain.cpp:1170) Thread 1 name: Thread 1: 0 libsystem_kernel.dylib 0x00000001cf8ac41c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001dfc5606c _pthread_cond_wait + 1232 (pthread_cond.c:636) 2 libc++.1.dylib 0x00000001a1b27b68 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock&, std::__1::chrono::time_point::Run::GCSchedulerDataWithTimer(kotlin::gc::GCSchedulerConfig&, std::__1::functi... + 224 4 KeepTruckin 0x0000000105b3bc54 void* std::__1::__thread_proxy >, void (*)(kotlin::ScopedThread::attributes, void... + 120 5 libsystem_pthread.dylib 0x00000001dfc4f6cc _pthread_start + 148 (pthread.c:893) 6 libsystem_pthread.dylib 0x00000001dfc4eba4 thread_start + 8 (:-1) Thread 2 name: Thread 2: 0 libsystem_kernel.dylib 0x00000001cf8ac41c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001dfc5606c _pthread_cond_wait + 1232 (pthread_cond.c:636) 2 libc++.1.dylib 0x00000001a1b27acc std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (__threading_support:380) 3 KeepTruckin 0x0000000105b3ea54 std::__1::invoke_result&, kotlin::gc::GCScheduler&)::$_2>::type kotlin::Scop... + 248 4 KeepTruckin 0x0000000105b3fe04 void* std::__1::__thread_proxy >, void (*)(kotlin::ScopedThread::attributes, kotl... + 112 5 libsystem_pthread.dylib 0x00000001dfc4f6cc _pthread_start + 148 (pthread.c:893) 6 libsystem_pthread.dylib 0x00000001dfc4eba4 thread_start + 8 (:-1) Thread 3 name: Thread 3: 0 libsystem_kernel.dylib 0x00000001cf8abb48 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001cf8be008 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001cf8be248 mach_msg_overwrite + 388 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001cf8ac08c mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001935e6af0 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2622) 5 CoreFoundation 0x00000001935e7d34 __CFRunLoopRun + 1232 (CFRunLoop.c:3005) 6 CoreFoundation 0x00000001935eced4 CFRunLoopRunSpecific + 612 (CFRunLoop.c:3418) 7 Foundation 0x000000018da0a334 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373) 8 Foundation 0x000000018da0a21c -[NSRunLoop(NSRunLoop) runUntilDate:] + 64 (NSRunLoop.m:420) 9 UIKitCore 0x0000000195c0033c -[UIEventFetcher threadMain] + 436 (UIEventFetcher.m:1377) 10 Foundation 0x000000018da23808 __NSThread__start__ + 716 (NSThread.m:963) 11 libsystem_pthread.dylib 0x00000001dfc4f6cc _pthread_start + 148 (pthread.c:893) 12 libsystem_pthread.dylib 0x00000001dfc4eba4 thread_start + 8 (:-1) Thread 4: 0 libsystem_kernel.dylib 0x00000001cf8abb48 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001cf8be008 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001cf8be248 mach_msg_overwrite + 388 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001cf8ac08c mach_msg + 24 (mach_msg.c:323) 4 Instabug 0x000000010978098c exception_server_thread + 188 5 libsystem_pthread.dylib 0x00000001dfc4f6cc _pthread_start + 148 (pthread.c:893) 6 libsystem_pthread.dylib 0x00000001dfc4eba4 thread_start + 8 (:-1) Thread 5 name: Thread 5: 0 libsystem_kernel.dylib 0x00000001cf8abb48 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001cf8be008 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001cf8be248 mach_msg_overwrite + 388 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001cf8ac08c mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001935e6af0 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2622) 5 CoreFoundation 0x00000001935e7d34 __CFRunLoopRun + 1232 (CFRunLoop.c:3005) 6 CoreFoundation 0x00000001935eced4 CFRunLoopRunSpecific + 612 (CFRunLoop.c:3418) 7 Foundation 0x000000018da0a334 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373) 8 SendbirdChatSDK 0x000000010df0be54 SBRunloopThread.main() + 376 (Runloop+SBTimer.swift:61) 9 SendbirdChatSDK 0x000000010df0beb4 @objc SBRunloopThread.main() + 28 (:0) 10 Foundation 0x000000018da23808 __NSThread__start__ + 716 (NSThread.m:963) 11 libsystem_pthread.dylib 0x00000001dfc4f6cc _pthread_start + 148 (pthread.c:893) 12 libsystem_pthread.dylib 0x00000001dfc4eba4 thread_start + 8 (:-1) Thread 6 name: Thread 6: 0 libsystem_kernel.dylib 0x00000001cf8ad480 kevent + 8 (:-1) 1 Realm 0x000000010a4c22d0 realm::_impl::ExternalCommitHelper::listen() + 156 2 Realm 0x000000010a4c242c void* std::__1::__thread_proxy >, realm::_impl::ExternalCommitHelper::ExternalCom... + 52 3 libsystem_pthread.dylib 0x00000001dfc4f6cc _pthread_start + 148 (pthread.c:893) 4 libsystem_pthread.dylib 0x00000001dfc4eba4 thread_start + 8 (:-1) Thread 7: 0 libsystem_kernel.dylib 0x00000001cf8ac41c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001dfc5606c _pthread_cond_wait + 1232 (pthread_cond.c:636) 2 KeepTruckin 0x0000000105b59ce4 Worker::waitForQueueLocked(long long, long long*) + 440 3 KeepTruckin 0x0000000105b59074 (anonymous namespace)::workerRoutine(void*) + 340 4 libsystem_pthread.dylib 0x00000001dfc4f6cc _pthread_start + 148 (pthread.c:893) 5 libsystem_pthread.dylib 0x00000001dfc4eba4 thread_start + 8 (:-1) Thread 8 name: Thread 8: 0 libsystem_kernel.dylib 0x00000001cf8ac6ac select$DARWIN_EXTSN + 8 (:-1) 1 CoreFoundation 0x00000001936376c4 __CFSocketManager + 636 (CFSocket.c:1340) 2 libsystem_pthread.dylib 0x00000001dfc4f6cc _pthread_start + 148 (pthread.c:893) 3 libsystem_pthread.dylib 0x00000001dfc4eba4 thread_start + 8 (:-1) Thread 9 name: Thread 9: 0 libsystem_kernel.dylib 0x00000001cf8ac41c __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x00000001dfc5606c _pthread_cond_wait + 1232 (pthread_cond.c:636) 2 libc++.1.dylib 0x00000001a1b27acc std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (__threading_support:380) 3 KeepTruckin 0x0000000105b40594 std::__1::invoke_result::type kotlin::ScopedThread::Run(kotlin:... + 212 4 KeepTruckin 0x0000000105b40828 void* std::__1::__thread_proxy >, void (*)(kotlin::ScopedThread::attributes, kotl... + 112 5 libsystem_pthread.dylib 0x00000001dfc4f6cc _pthread_start + 148 (pthread.c:893) 6 libsystem_pthread.dylib 0x00000001dfc4eba4 thread_start + 8 (:-1) Thread 10 name: Thread 10: 0 libsystem_kernel.dylib 0x00000001cf8abb48 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001cf8be008 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001cf8be248 mach_msg_overwrite + 388 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001cf8ac08c mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001935e6af0 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2622) 5 CoreFoundation 0x00000001935e7d34 __CFRunLoopRun + 1232 (CFRunLoop.c:3005) 6 CoreFoundation 0x00000001935eced4 CFRunLoopRunSpecific + 612 (CFRunLoop.c:3418) 7 CFNetwork 0x00000001949445a8 +[__CFN_CoreSchedulingSetRunnable _run:] + 392 (CoreSchedulingSet.mm:1372) 8 Foundation 0x000000018da23808 __NSThread__start__ + 716 (NSThread.m:963) 9 libsystem_pthread.dylib 0x00000001dfc4f6cc _pthread_start + 148 (pthread.c:893) 10 libsystem_pthread.dylib 0x00000001dfc4eba4 thread_start + 8 (:-1) Thread 11 name: Thread 11: 0 libsystem_kernel.dylib 0x00000001cf8abb48 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001cf8be008 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001cf8be248 mach_msg_overwrite + 388 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001cf8ac08c mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001935e6af0 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2622) 5 CoreFoundation 0x00000001935e7d34 __CFRunLoopRun + 1232 (CFRunLoop.c:3005) 6 CoreFoundation 0x00000001935eced4 CFRunLoopRunSpecific + 612 (CFRunLoop.c:3418) 7 CoreFoundation 0x0000000193630d04 CFRunLoopRun + 64 (CFRunLoop.c:3444) 8 CoreMotion 0x000000019eb0cec0 CLMotionCore::runMotionThread(void*) + 1208 (CLMotionCore.mm:376) 9 libsystem_pthread.dylib 0x00000001dfc4f6cc _pthread_start + 148 (pthread.c:893) 10 libsystem_pthread.dylib 0x00000001dfc4eba4 thread_start + 8 (:-1) Thread 12 name: Thread 12: 0 libsystem_kernel.dylib 0x00000001cf8abb48 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001cf8be008 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001cf8be248 mach_msg_overwrite + 388 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001cf8ac08c mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x00000001935e6af0 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2622) 5 CoreFoundation 0x00000001935e7d34 __CFRunLoopRun + 1232 (CFRunLoop.c:3005) 6 CoreFoundation 0x00000001935eced4 CFRunLoopRunSpecific + 612 (CFRunLoop.c:3418) 7 Foundation 0x000000018da0a334 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373) 8 Foundation 0x000000018da0a1c8 -[NSRunLoop(NSRunLoop) run] + 64 (NSRunLoop.m:398) 9 KeepTruckin 0x00000001047039f0 __35-[ELDEventManager initializeSocket]_block_invoke + 260 (ELDEventManager.m:1437) 10 libdispatch.dylib 0x000000019ab404b4 _dispatch_call_block_and_release + 32 (init.c:1518) 11 libdispatch.dylib 0x000000019ab41fdc _dispatch_client_callout + 20 (object.m:560) 12 libdispatch.dylib 0x000000019ab53b8c _dispatch_root_queue_drain + 684 (inline_internal.h:2632) 13 libdispatch.dylib 0x000000019ab54284 _dispatch_worker_thread2 + 164 (queue.c:7052) 14 libsystem_pthread.dylib 0x00000001dfc4edbc _pthread_wqthread + 228 (pthread.c:2631) 15 libsystem_pthread.dylib 0x00000001dfc4eb98 start_wqthread + 8 (:-1) Thread 13 name: Thread 13 Crashed: 0 CoreFoundation 0x0000000193717ae0 -[__NSArrayM insertObject:atIndex:].cold.2 + 16 (NSArrayM.m:254) 1 CoreFoundation 0x000000019357ffe0 -[__NSArrayM insertObject:atIndex:] + 988 (NSArrayM_Common.h:254) 2 Foundation 0x000000018d9cb5fc -[NSString componentsSeparatedByString:] + 160 (NSString.m:599) 3 Pendo 0x0000000109bb6cb0 +[PNDDiskBufferHelper getObjectsFromData:] + 144 4 Pendo 0x0000000109bbef7c -[PNDDiskBuffer prepareObjectsForProcessing] + 72 5 Pendo 0x0000000109c15da0 __44-[PNDAnalyticsMessageManager sendAnalytics:]_block_invoke_2 + 36 6 libdispatch.dylib 0x000000019ab41fdc _dispatch_client_callout + 20 (object.m:560) 7 libdispatch.dylib 0x000000019ab4546c _dispatch_continuation_pop + 504 (inline_internal.h:2632) 8 libdispatch.dylib 0x000000019ab58a58 _dispatch_source_invoke + 1588 (source.c:596) 9 libdispatch.dylib 0x000000019ab4956c _dispatch_lane_serial_drain + 376 (inline_internal.h:0) 10 libdispatch.dylib 0x000000019ab4a1e0 _dispatch_lane_invoke + 384 (queue.c:3940) 11 libdispatch.dylib 0x000000019ab54e10 _dispatch_workloop_worker_thread + 652 (queue.c:6846) 12 libsystem_pthread.dylib 0x00000001dfc4edf8 _pthread_wqthread + 288 (pthread.c:2618) 13 libsystem_pthread.dylib 0x00000001dfc4eb98 start_wqthread + 8 (:-1) Thread 14: 0 libsystem_pthread.dylib 0x00000001dfc4eb90 start_wqthread + 0 (:-1) Thread 15: 0 libsystem_pthread.dylib 0x00000001dfc4eb90 start_wqthread + 0 (:-1) Thread 16: 0 libsystem_pthread.dylib 0x00000001dfc4eb90 start_wqthread + 0 (:-1) Thread 17: 0 libsystem_pthread.dylib 0x00000001dfc4eb90 start_wqthread + 0 (:-1) Thread 18: 0 libsystem_pthread.dylib 0x00000001dfc4eb90 start_wqthread + 0 (:-1) Thread 13 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x0000000000000003 x2: 0x0000000000000000 x3: 0x0000000000800000 x4: 0x0000000002000001 x5: 0x0000000000000003 x6: 0x0000000000000000 x7: 0x0000000000000000 x8: 0x00000001ea419000 x9: 0x0000000193880ee4 x10: 0x000000001e000000 x11: 0x0000000000000000 x12: 0x00000000ffffffff x13: 0x0000000000000001 x14: 0x0000000000000000 x15: 0x00000001e9ae3a10 x16: 0xfffffffffffffff1 x17: 0x00000001eaedefe8 x18: 0x0000000000000000 x19: 0x00000000000003c0 x20: 0x0000000294771840 x21: 0x000000010f843c00 x22: 0x0000000000000000 x23: 0x00000000000003c1 x24: 0x000000029961c4c0 x25: 0x00000000000003c0 x26: 0x00000000000003c0 x27: 0x0000000000037b7a x28: 0x00000001e9ad4b40 fp: 0x000000016bcb25e0 lr: 0x000000019357ffe0 sp: 0x000000016bcb2570 pc: 0x0000000193717ae0 cpsr: 0x60000000 esr: 0xf2000001 (Breakpoint) brk 1 Binary Images: 0x1046c0000 - 0x105f87fff KeepTruckin arm64 <31245bfb96ee3881a1ba8b2d214c2cab> /private/var/containers/Bundle/Application/59491C3F-99EF-485F-ACF7-1D7F3CEA2609/KeepTruckin.app/KeepTruckin 0x1093e4000 - 0x1098f3fff Instabug arm64 <976b4a22e8603a67a84f3530c102e9f1> /private/var/containers/Bundle/Application/59491C3F-99EF-485F-ACF7-1D7F3CEA2609/KeepTruckin.app/Frameworks/Instabug.framework/Instabug 0x109b08000 - 0x109dcffff Pendo arm64 <9db3e1c322213da4add719362681cac8> /private/var/containers/Bundle/Application/59491C3F-99EF-485F-ACF7-1D7F3CEA2609/KeepTruckin.app/Frameworks/Pendo.framework/Pendo 0x10a124000 - 0x10a68bfff Realm arm64 <9e2bdc97a83039ee90f5c7f4883104ec> /private/var/containers/Bundle/Application/59491C3F-99EF-485F-ACF7-1D7F3CEA2609/KeepTruckin.app/Frameworks/Realm.framework/Realm 0x10acc4000 - 0x10accbfff RxRelay arm64 /private/var/containers/Bundle/Application/59491C3F-99EF-485F-ACF7-1D7F3CEA2609/KeepTruckin.app/Frameworks/RxRelay.framework/RxRelay 0x10ace8000 - 0x10ada3fff RxSwift arm64 <4fe5a6f0b4343347a04c968aadcf5ced> /private/var/containers/Bundle/Application/59491C3F-99EF-485F-ACF7-1D7F3CEA2609/KeepTruckin.app/Frameworks/RxSwift.framework/RxSwift 0x10dcd0000 - 0x10e2c3fff SendbirdChatSDK arm64 /private/var/containers/Bundle/Application/59491C3F-99EF-485F-ACF7-1D7F3CEA2609/KeepTruckin.app/Frameworks/SendbirdChatSDK.framework/SendbirdChatSDK 0x18d9c8000 - 0x18e311fff Foundation arm64e /System/Library/Frameworks/Foundation.framework/Foundation 0x19356c000 - 0x193951fff CoreFoundation arm64e <5cdc5d9ae5063740b64ebb30867b4f1b> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x1946ee000 - 0x194ab5fff CFNetwork arm64e /System/Library/Frameworks/CFNetwork.framework/CFNetwork 0x195729000 - 0x196f06fff UIKitCore arm64e <179501b60fc2344ab969b4e3961ebe10> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x19ab3e000 - 0x19ab84fff libdispatch.dylib arm64e /usr/lib/system/libdispatch.dylib 0x19eaf9000 - 0x19eee5fff CoreMotion arm64e <84a0807ecd293c3cacb846549fef12f2> /System/Library/Frameworks/CoreMotion.framework/CoreMotion 0x1a1b1b000 - 0x1a1b81ff3 libc++.1.dylib arm64e <64c24b16049731bb8db53b5f6c74ec6b> /usr/lib/libc++.1.dylib 0x1b1c2f000 - 0x1b1cb200f dyld arm64e /usr/lib/dyld 0x1cc044000 - 0x1cc04cfff GraphicsServices arm64e /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x1cf8ab000 - 0x1cf8e1ffb libsystem_kernel.dylib arm64e /usr/lib/system/libsystem_kernel.dylib 0x1dfc4e000 - 0x1dfc59fff libsystem_pthread.dylib arm64e <1aa3a4b6f9e730568c8b4e4dd81312a4> /usr/lib/system/libsystem_pthread.dylib EOF </a>
Replies
15
Boosts
0
Views
1.3k
Participants
3