Hi,
I'm working on a game for the past few years using first Unreal Engine 4, and now Unreal Engine 5.4.4. I'm experiencingan unusual crash on startup on some devices . The crash is so fast that I'm barely able to see the launching screen sometimes because the app closes itself before that.
I got a EXC_CRASH (SIGABRT) so I know that it's a null pointer reference, but I can't quite wrap my head about the cause, I think that's something messed up in the packaging of the app, but here is where I'm blocked, I'm not that accustomed with apple devices.
If someone has some advise to give, please, any help will be very valuable. Many thanks.
Log :
Incident Identifier: 07E2F8C8-C7FE-4324-B54F-F889A7CAA5D4 Distributor ID: com.apple.TestFlight Hardware Model: iPad13,17 Process: TheBirders-IOS-Shipping [927] Path: /private/var/containers/Bundle/Application/FD0C7481-BC8D-450B-AAC3-5A8A0F492FC6/TheBirders-IOS-Shipping.app/TheBirders-IOS-Shipping Identifier: com.2FGamesNew.TheBirders Version: 2.60.0 (0.7) AppStoreTools: 16C5031b AppVariant: 1:iPad13,17:18 Beta: YES Code Type: ARM-64 (Native) Role: Foreground Parent Process: launchd [1] Coalition: com.2FGamesNew.TheBirders [818] Date/Time: 2025-02-17 16:58:03.7624 +0100 Launch Time: 2025-02-17 16:58:03.4002 +0100 OS Version: iPhone OS 18.3.1 (22D72) Release Type: User Baseband Version: 4.20.03 Report Version: 104 Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Termination Reason: SIGNAL 6 Abort trap: 6 Terminating Process: TheBirders-IOS-Shipping [927] Triggered by Thread: 11 Thread 0 name: Thread 0: 0 libsystem_kernel.dylib 0x00000001dc630788 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001dc633e98 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001dc633db0 mach_msg_overwrite + 424 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001dc633bfc mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x000000018af83804 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2637) 5 CoreFoundation 0x000000018af82eb0 __CFRunLoopRun + 1212 (CFRunLoop.c:3021) 6 CoreFoundation 0x000000018afd5284 CFRunLoopRunSpecific + 588 (CFRunLoop.c:3434) 7 GraphicsServices 0x00000001d82114c0 GSEventRunModal + 164 (GSEvent.c:2196) 8 UIKitCore 0x000000018db1a674 -[UIApplication _run] + 816 (UIApplication.m:3846) 9 UIKitCore 0x000000018d740e88 UIApplicationMain + 340 (UIApplication.m:5503) 10 TheBirders-IOS-Shipping 0x000000010873a8ac main + 440 11 dyld 0x00000001b1215de8 start + 2724 (dyldMain.cpp:1338) Thread 1: 0 libsystem_pthread.dylib 0x0000000215b7646c start_wqthread + 0 (:-1) Thread 2: 0 libsystem_pthread.dylib 0x0000000215b7646c start_wqthread + 0 (:-1) Thread 3: 0 libsystem_pthread.dylib 0x0000000215b7646c start_wqthread + 0 (:-1) Thread 4: 0 libsystem_pthread.dylib 0x0000000215b7646c start_wqthread + 0 (:-1) Thread 5: 0 libsystem_pthread.dylib 0x0000000215b7646c start_wqthread + 0 (:-1) Thread 6: 0 libsystem_pthread.dylib 0x0000000215b7646c start_wqthread + 0 (:-1) Thread 7 name: Thread 7: 0 libsystem_kernel.dylib 0x00000001dc630788 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001dc633e98 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001dc633db0 mach_msg_overwrite + 424 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001dc633bfc mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x000000018af83804 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2637) 5 CoreFoundation 0x000000018af82eb0 __CFRunLoopRun + 1212 (CFRunLoop.c:3021) 6 CoreFoundation 0x000000018afd5284 CFRunLoopRunSpecific + 588 (CFRunLoop.c:3434) 7 Foundation 0x0000000189b3b0e8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373) 8 Foundation 0x0000000189c97bb0 -[NSRunLoop(NSRunLoop) runUntilDate:] + 64 (NSRunLoop.m:420) 9 UIKitCore 0x000000018dbada78 -[UIEventFetcher threadMain] + 420 (UIEventFetcher.m:1351) 10 Foundation 0x0000000189c26f30 __NSThread__start__ + 724 (NSThread.m:991) 11 libsystem_pthread.dylib 0x0000000215b767d0 _pthread_start + 136 (pthread.c:931) 12 libsystem_pthread.dylib 0x0000000215b76480 thread_start + 8 (:-1) Thread 8: 0 libsystem_pthread.dylib 0x0000000215b7646c start_wqthread + 0 (:-1) Thread 9: 0 libsystem_pthread.dylib 0x0000000215b7646c start_wqthread + 0 (:-1) Thread 10: 0 libsystem_pthread.dylib 0x0000000215b7646c start_wqthread + 0 (:-1) Thread 11 Crashed: 0 libsystem_kernel.dylib 0x00000001dc63b2d4 __pthread_kill + 8 (:-1) 1 libsystem_pthread.dylib 0x0000000215b7d59c pthread_kill + 268 (pthread.c:1721) 2 libsystem_c.dylib 0x0000000192d84b9c __abort + 136 (abort.c:163) 3 libsystem_c.dylib 0x0000000192d84b14 abort + 140 (abort.c:130) 4 TheBirders-IOS-Shipping 0x0000000105172cdc FGenericPlatformMisc::RequestExit(bool, char16_t const*) + 28 5 TheBirders-IOS-Shipping 0x0000000105236e90 FIOSErrorOutputDevice::Serialize(char16_t const*, ELogVerbosity::Type, FName const&) + 172 6 TheBirders-IOS-Shipping 0x00000001052c8b60 FOutputDevice::LogfImpl(char16_t const*, ...) + 224 7 TheBirders-IOS-Shipping 0x00000001052753ec LowLevelFatalErrorHandler(char const*, int, char16_t const*, ...) + 124 8 TheBirders-IOS-Shipping 0x0000000107fb3518 FMaterial::CacheShaders(FMaterialShaderMapId const&, EShaderPlatform, EMaterialShaderPrecompileMode, ITargetPlatform const*) + 560 9 TheBirders-IOS-Shipping 0x0000000107fb32bc FMaterial::CacheShaders(EShaderPlatform, EMaterialShaderPrecompileMode, ITargetPlatform const*) + 104 10 TheBirders-IOS-Shipping 0x0000000107f54230 UMaterial::CacheResourceShadersForRendering(bool, EMaterialShaderPrecompileMode) + 332 11 TheBirders-IOS-Shipping 0x0000000107f554b4 UMaterial::PostLoad() + 708 12 TheBirders-IOS-Shipping 0x00000001053c8988 FAsyncPackage::PostLoadDeferredObjects(double, bool, double) + 540 13 TheBirders-IOS-Shipping 0x00000001053c7d24 FAsyncLoadingThread::ProcessLoadedPackages(bool, bool, double, bool&, FFlushRequest const&) + 1000 14 TheBirders-IOS-Shipping 0x00000001053c957c FAsyncLoadingThread::TickAsyncLoading(bool, bool, double, FFlushRequest) + 204 15 TheBirders-IOS-Shipping 0x00000001053d1f44 FAsyncLoadingThread::FlushLoading(TArrayView) + 760 16 TheBirders-IOS-Shipping 0x00000001053f2368 FlushAsyncLoading(int) + 56 17 TheBirders-IOS-Shipping 0x00000001055ad568 LoadPackageInternal(UPackage*, FPackagePath const&, unsigned int, FLinkerLoad*, FArchive*, FLinkerInstancingContext const*, FPackagePath const*) + 2104 18 TheBirders-IOS-Shipping 0x00000001055aba70 LoadPackage(UPackage*, char16_t const*, unsigned int, FArchive*, FLinkerInstancingContext const*) + 520 19 TheBirders-IOS-Shipping 0x00000001055aa258 ResolveName(UObject*&, FString&, bool, bool, unsigned int, FLinkerInstancingContext const*) + 744 20 TheBirders-IOS-Shipping 0x00000001055abe1c StaticLoadObjectInternal(UClass*, UObject*, char16_t const*, char16_t const*, unsigned int, UPackageMap*, bool, FLinkerInstancingContext const*) + 172 21 TheBirders-IOS-Shipping 0x00000001055ac378 StaticLoadObject(UClass*, UObject*, char16_t const*, char16_t const*, unsigned int, UPackageMap*, bool, FLinkerInstancingContext const*) + 64 22 TheBirders-IOS-Shipping 0x0000000107f517d8 UMaterialInterface::InitDefaultMaterials() + 588 23 TheBirders-IOS-Shipping 0x0000000107f51af4 UMaterialInterface::PostCDOContruct() + 40 24 TheBirders-IOS-Shipping 0x0000000105411774 UClass::CreateDefaultObject() + 732 25 TheBirders-IOS-Shipping 0x0000000107f51b90 UMaterialInterface::PostCDOContruct() + 196 26 TheBirders-IOS-Shipping 0x0000000105411774 UClass::CreateDefaultObject() + 732 27 TheBirders-IOS-Shipping 0x00000001055a3f3c ProcessNewlyLoadedUObjects(FName, bool) + 2084 28 TheBirders-IOS-Shipping 0x000000010873ff98 FEngineLoop::PreInitPostStartupScreen(char16_t const*) + 3008 29 TheBirders-IOS-Shipping 0x00000001087373a4 FEngineLoop::PreInit(char16_t const*) + 120 30 TheBirders-IOS-Shipping 0x0000000108737210 FAppEntry::Init() + 56 31 TheBirders-IOS-Shipping 0x0000000105613d90 -[IOSAppDelegate MainAppThread:] + 220 32 Foundation 0x0000000189c26f30 __NSThread__start__ + 724 (NSThread.m:991) 33 libsystem_pthread.dylib 0x0000000215b767d0 _pthread_start + 136 (pthread.c:931) 34 libsystem_pthread.dylib 0x0000000215b76480 thread_start + 8 (:-1) Thread 12 name: Thread 12: 0 libsystem_kernel.dylib 0x00000001dc636090 __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x0000000215b78f98 _pthread_cond_wait + 1204 (pthread_cond.c:862) 2 TheBirders-IOS-Shipping 0x0000000105174d28 FPThreadEvent::Wait(unsigned int, bool) + 144 3 TheBirders-IOS-Shipping 0x0000000105124c08 LowLevelTasks::Private::FWaitingQueue::CommitWait(LowLevelTasks::Private::FWaitEvent*, LowLevelTasks::Private::FOutOfWork&, int, int) + 432 4 TheBirders-IOS-Shipping 0x0000000105124034 LowLevelTasks::FScheduler::WorkerMain(LowLevelTasks::Private::FWaitEvent*, LowLevelTasks::Private::TLocalQueueRegistry<1024u>::TLocalQueue*, unsigned int, bool) + 224 5 TheBirders-IOS-Shipping 0x00000001051d60b4 FThreadImpl::Run() + 48 6 TheBirders-IOS-Shipping 0x00000001051a94b4 FRunnableThreadPThread::Run() + 112 7 TheBirders-IOS-Shipping 0x00000001051853b0 FRunnableThreadPThread::_ThreadProc(void*) + 76 8 libsystem_pthread.dylib 0x0000000215b767d0 _pthread_start + 136 (pthread.c:931) 9 libsystem_pthread.dylib 0x0000000215b76480 thread_start + 8 (:-1) Thread 13 name: Thread 13: 0 libsystem_kernel.dylib 0x00000001dc636090 __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x0000000215b78f98 _pthread_cond_wait + 1204 (pthread_cond.c:862) 2 TheBirders-IOS-Shipping 0x0000000105174d28 FPThreadEvent::Wait(unsigned int, bool) + 144 3 TheBirders-IOS-Shipping 0x0000000105124c08 LowLevelTasks::Private::FWaitingQueue::CommitWait(LowLevelTasks::Private::FWaitEvent*, LowLevelTasks::Private::FOutOfWork&, int, int) + 432 4 TheBirders-IOS-Shipping 0x0000000105124034 LowLevelTasks::FScheduler::WorkerMain(LowLevelTasks::Private::FWaitEvent*, LowLevelTasks::Private::TLocalQueueRegistry<1024u>::TLocalQueue*, unsigned int, bool) + 224 5 TheBirders-IOS-Shipping 0x00000001051d60b4 FThreadImpl::Run() + 48 6 TheBirders-IOS-Shipping 0x00000001051a94b4 FRunnableThreadPThread::Run() + 112 7 TheBirders-IOS-Shipping 0x00000001051853b0 FRunnableThreadPThread::_ThreadProc(void*) + 76 8 libsystem_pthread.dylib 0x0000000215b767d0 _pthread_start + 136 (pthread.c:931) 9 libsystem_pthread.dylib 0x0000000215b76480 thread_start + 8 (:-1) Thread 14 name: Thread 14: 0 libsystem_kernel.dylib 0x00000001dc636090 __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x0000000215b78f98 _pthread_cond_wait + 1204 (pthread_cond.c:862) 2 TheBirders-IOS-Shipping 0x0000000105174d28 FPThreadEvent::Wait(unsigned int, bool) + 144 3 TheBirders-IOS-Shipping 0x0000000105124c08 LowLevelTasks::Private::FWaitingQueue::CommitWait(LowLevelTasks::Private::FWaitEvent*, LowLevelTasks::Private::FOutOfWork&, int, int) + 432 4 TheBirders-IOS-Shipping 0x0000000105124034 LowLevelTasks::FScheduler::WorkerMain(LowLevelTasks::Private::FWaitEvent*, LowLevelTasks::Private::TLocalQueueRegistry<1024u>::TLocalQueue*, unsigned int, bool) + 224 5 TheBirders-IOS-Shipping 0x00000001051d60b4 FThreadImpl::Run() + 48 6 TheBirders-IOS-Shipping 0x00000001051a94b4 FRunnableThreadPThread::Run() + 112 7 TheBirders-IOS-Shipping 0x00000001051853b0 FRunnableThreadPThread::_ThreadProc(void*) + 76 8 libsystem_pthread.dylib 0x0000000215b767d0 _pthread_start + 136 (pthread.c:931) 9 libsystem_pthread.dylib 0x0000000215b76480 thread_start + 8 (:-1) Thread 15 name: Thread 15: 0 libsystem_kernel.dylib 0x00000001dc636090 __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x0000000215b78f98 _pthread_cond_wait + 1204 (pthread_cond.c:862) 2 TheBirders-IOS-Shipping 0x0000000105174d28 FPThreadEvent::Wait(unsigned int, bool) + 144 3 TheBirders-IOS-Shipping 0x0000000105124c08 LowLevelTasks::Private::FWaitingQueue::CommitWait(LowLevelTasks::Private::FWaitEvent*, LowLevelTasks::Private::FOutOfWork&, int, int) + 432 4 TheBirders-IOS-Shipping 0x0000000105124034 LowLevelTasks::FScheduler::WorkerMain(LowLevelTasks::Private::FWaitEvent*, LowLevelTasks::Private::TLocalQueueRegistry<1024u>::TLocalQueue*, unsigned int, bool) + 224 5 TheBirders-IOS-Shipping 0x00000001051d60b4 FThreadImpl::Run() + 48 6 TheBirders-IOS-Shipping 0x00000001051a94b4 FRunnableThreadPThread::Run() + 112 7 TheBirders-IOS-Shipping 0x00000001051853b0 FRunnableThreadPThread::_ThreadProc(void*) + 76 8 libsystem_pthread.dylib 0x0000000215b767d0 _pthread_start + 136 (pthread.c:931) 9 libsystem_pthread.dylib 0x0000000215b76480 thread_start + 8 (:-1) Thread 16 name: Thread 16: 0 libsystem_kernel.dylib 0x00000001dc636090 __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x0000000215b78f98 _pthread_cond_wait + 1204 (pthread_cond.c:862) 2 TheBirders-IOS-Shipping 0x0000000105174d28 FPThreadEvent::Wait(unsigned int, bool) + 144 3 TheBirders-IOS-Shipping 0x00000001051ae3a8 FQueuedThread::Run() + 60 4 TheBirders-IOS-Shipping 0x00000001051a94b4 FRunnableThreadPThread::Run() + 112 5 TheBirders-IOS-Shipping 0x00000001051853b0 FRunnableThreadPThread::_ThreadProc(void*) + 76 6 libsystem_pthread.dylib 0x0000000215b767d0 _pthread_start + 136 (pthread.c:931) 7 libsystem_pthread.dylib 0x0000000215b76480 thread_start + 8 (:-1) Thread 17 name: Thread 17: 0 libsystem_kernel.dylib 0x00000001dc636090 __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x0000000215b78f98 _pthread_cond_wait + 1204 (pthread_cond.c:862) 2 TheBirders-IOS-Shipping 0x0000000105174d28 FPThreadEvent::Wait(unsigned int, bool) + 144 3 TheBirders-IOS-Shipping 0x00000001051ae3a8 FQueuedThread::Run() + 60 4 TheBirders-IOS-Shipping 0x00000001051a94b4 FRunnableThreadPThread::Run() + 112 5 TheBirders-IOS-Shipping 0x00000001051853b0 FRunnableThreadPThread::_ThreadProc(void*) + 76 6 libsystem_pthread.dylib 0x0000000215b767d0 _pthread_start + 136 (pthread.c:931) 7 libsystem_pthread.dylib 0x0000000215b76480 thread_start + 8 (:-1) Thread 18 name: Thread 18: 0 libsystem_kernel.dylib 0x00000001dc63071c semaphore_timedwait_trap + 8 (:-1) 1 libdispatch.dylib 0x0000000192ccb5c0 _dispatch_sema4_timedwait + 64 (lock.c:154) 2 libdispatch.dylib 0x0000000192ccbbc0 _dispatch_semaphore_wait_slow + 76 (semaphore.c:116) 3 libdispatch.dylib 0x0000000192cdcc94 _dispatch_worker_thread + 324 (queue.c:7509) 4 libsystem_pthread.dylib 0x0000000215b767d0 _pthread_start + 136 (pthread.c:931) 5 libsystem_pthread.dylib 0x0000000215b76480 thread_start + 8 (:-1) Thread 19 name: Thread 19: 0 libsystem_kernel.dylib 0x00000001dc636090 __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x0000000215b78f98 _pthread_cond_wait + 1204 (pthread_cond.c:862) 2 libc++.1.dylib 0x000000019b7c3618 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock&, std::__1::chrono::time_point const&, TFunctionRef const&, UE::FMonotonicTimePoint) + 848 5 TheBirders-IOS-Shipping 0x0000000105400248 UE::FManualResetEvent::WaitFor(UE::FMonotonicTimeSpan) + 232 6 TheBirders-IOS-Shipping 0x00000001061e13f8 UE::EventLoop::TEventLoop::RunOnce(FTimespan) + 212 7 TheBirders-IOS-Shipping 0x00000001061e1314 UE::EventLoop::TEventLoop::Run() + 36 8 TheBirders-IOS-Shipping 0x00000001061d10b8 FEventLoopHttpThread::Run() + 32 9 TheBirders-IOS-Shipping 0x00000001051a94b4 FRunnableThreadPThread::Run() + 112 10 TheBirders-IOS-Shipping 0x00000001051853b0 FRunnableThreadPThread::_ThreadProc(void*) + 76 11 libsystem_pthread.dylib 0x0000000215b767d0 _pthread_start + 136 (pthread.c:931) 12 libsystem_pthread.dylib 0x0000000215b76480 thread_start + 8 (:-1) Thread 20 name: Thread 20: 0 libsystem_kernel.dylib 0x00000001dc636090 __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x0000000215b78f98 _pthread_cond_wait + 1204 (pthread_cond.c:862) 2 TheBirders-IOS-Shipping 0x0000000105174dac FPThreadEvent::Wait(unsigned int, bool) + 276 3 TheBirders-IOS-Shipping 0x0000000109bed5fc FOnlineAsyncTaskManager::Run() + 92 4 TheBirders-IOS-Shipping 0x00000001051a94b4 FRunnableThreadPThread::Run() + 112 5 TheBirders-IOS-Shipping 0x00000001051853b0 FRunnableThreadPThread::_ThreadProc(void*) + 76 6 libsystem_pthread.dylib 0x0000000215b767d0 _pthread_start + 136 (pthread.c:931) 7 libsystem_pthread.dylib 0x0000000215b76480 thread_start + 8 (:-1) Thread 21 name: Thread 21: 0 libsystem_kernel.dylib 0x00000001dc636090 __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x0000000215b78f98 _pthread_cond_wait + 1204 (pthread_cond.c:862) 2 libc++.1.dylib 0x000000019b7c3584 std::__1::condition_variable::wait(std::__1::unique_lock&) + 28 (condition_variable.cpp:30) 3 TheBirders-IOS-Shipping 0x0000000105127c24 UE::HAL::Private::FGenericPlatformManualResetEvent::WaitUntil(UE::FMonotonicTimePoint) + 100 4 TheBirders-IOS-Shipping 0x00000001051277c4 UE::ParkingLot::Private::WaitUntil(void const*, TFunctionRef const&, TFunctionRef const&, UE::FMonotonicTimePoint) + 848 5 TheBirders-IOS-Shipping 0x00000001052c9bf4 UE::Private::FOutputDeviceRedirectorState::ThreadLoop() + 528 6 TheBirders-IOS-Shipping 0x00000001051d60b4 FThreadImpl::Run() + 48 7 TheBirders-IOS-Shipping 0x00000001051a94b4 FRunnableThreadPThread::Run() + 112 8 TheBirders-IOS-Shipping 0x00000001051853b0 FRunnableThreadPThread::_ThreadProc(void*) + 76 9 libsystem_pthread.dylib 0x0000000215b767d0 _pthread_start + 136 (pthread.c:931) 10 libsystem_pthread.dylib 0x0000000215b76480 thread_start + 8 (:-1) Thread 22 name: Thread 22: 0 libsystem_kernel.dylib 0x00000001dc636090 __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x0000000215b78f98 _pthread_cond_wait + 1204 (pthread_cond.c:862) 2 TheBirders-IOS-Shipping 0x0000000105174d28 FPThreadEvent::Wait(unsigned int, bool) + 144 3 TheBirders-IOS-Shipping 0x00000001051ae3a8 FQueuedThread::Run() + 60 4 TheBirders-IOS-Shipping 0x00000001051a94b4 FRunnableThreadPThread::Run() + 112 5 TheBirders-IOS-Shipping 0x00000001051853b0 FRunnableThreadPThread::_ThreadProc(void*) + 76 6 libsystem_pthread.dylib 0x0000000215b767d0 _pthread_start + 136 (pthread.c:931) 7 libsystem_pthread.dylib 0x0000000215b76480 thread_start + 8 (:-1) Thread 23 name: Thread 23: 0 libsystem_kernel.dylib 0x00000001dc636090 __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x0000000215b78f98 _pthread_cond_wait + 1204 (pthread_cond.c:862) 2 TheBirders-IOS-Shipping 0x0000000105174d28 FPThreadEvent::Wait(unsigned int, bool) + 144 3 TheBirders-IOS-Shipping 0x00000001051ae3a8 FQueuedThread::Run() + 60 4 TheBirders-IOS-Shipping 0x00000001051a94b4 FRunnableThreadPThread::Run() + 112 5 TheBirders-IOS-Shipping 0x00000001051853b0 FRunnableThreadPThread::_ThreadProc(void*) + 76 6 libsystem_pthread.dylib 0x0000000215b767d0 _pthread_start + 136 (pthread.c:931) 7 libsystem_pthread.dylib 0x0000000215b76480 thread_start + 8 (:-1) Thread 24 name: Thread 24: 0 libsystem_kernel.dylib 0x00000001dc636090 __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x0000000215b78f98 _pthread_cond_wait + 1204 (pthread_cond.c:862) 2 TheBirders-IOS-Shipping 0x0000000105174d28 FPThreadEvent::Wait(unsigned int, bool) + 144 3 TheBirders-IOS-Shipping 0x00000001051ae3a8 FQueuedThread::Run() + 60 4 TheBirders-IOS-Shipping 0x00000001051a94b4 FRunnableThreadPThread::Run() + 112 5 TheBirders-IOS-Shipping 0x00000001051853b0 FRunnableThreadPThread::_ThreadProc(void*) + 76 6 libsystem_pthread.dylib 0x0000000215b767d0 _pthread_start + 136 (pthread.c:931) 7 libsystem_pthread.dylib 0x0000000215b76480 thread_start + 8 (:-1) Thread 25 name: Thread 25: 0 libsystem_kernel.dylib 0x00000001dc636090 __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x0000000215b78f98 _pthread_cond_wait + 1204 (pthread_cond.c:862) 2 TheBirders-IOS-Shipping 0x0000000105174d28 FPThreadEvent::Wait(unsigned int, bool) + 144 3 TheBirders-IOS-Shipping 0x00000001051ae3a8 FQueuedThread::Run() + 60 4 TheBirders-IOS-Shipping 0x00000001051a94b4 FRunnableThreadPThread::Run() + 112 5 TheBirders-IOS-Shipping 0x00000001051853b0 FRunnableThreadPThread::_ThreadProc(void*) + 76 6 libsystem_pthread.dylib 0x0000000215b767d0 _pthread_start + 136 (pthread.c:931) 7 libsystem_pthread.dylib 0x0000000215b76480 thread_start + 8 (:-1) Thread 26: 0 libsystem_kernel.dylib 0x00000001dc630788 mach_msg2_trap + 8 (:-1) 1 libsystem_kernel.dylib 0x00000001dc633e98 mach_msg2_internal + 80 (mach_msg.c:201) 2 libsystem_kernel.dylib 0x00000001dc633db0 mach_msg_overwrite + 424 (mach_msg.c:0) 3 libsystem_kernel.dylib 0x00000001dc633bfc mach_msg + 24 (mach_msg.c:323) 4 CoreFoundation 0x000000018af83804 __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2637) 5 CoreFoundation 0x000000018af82eb0 __CFRunLoopRun + 1212 (CFRunLoop.c:3021) 6 CoreFoundation 0x000000018afd5284 CFRunLoopRunSpecific + 588 (CFRunLoop.c:3434) 7 Foundation 0x0000000189b3b0e8 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373) 8 Foundation 0x0000000189b372b0 -[NSRunLoop(NSRunLoop) run] + 64 (NSRunLoop.m:398) 9 Foundation 0x0000000189c26f30 __NSThread__start__ + 724 (NSThread.m:991) 10 libsystem_pthread.dylib 0x0000000215b767d0 _pthread_start + 136 (pthread.c:931) 11 libsystem_pthread.dylib 0x0000000215b76480 thread_start + 8 (:-1) Thread 27 name: Thread 27: 0 libsystem_kernel.dylib 0x00000001dc636090 __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x0000000215b78f98 _pthread_cond_wait + 1204 (pthread_cond.c:862) 2 TheBirders-IOS-Shipping 0x0000000105174d28 FPThreadEvent::Wait(unsigned int, bool) + 144 3 TheBirders-IOS-Shipping 0x0000000105132f28 FNamedTaskThread::ProcessTasksNamedThread(int, bool) + 464 4 TheBirders-IOS-Shipping 0x000000010513287c FNamedTaskThread::ProcessTasksUntilQuit(int) + 132 5 TheBirders-IOS-Shipping 0x0000000105b7d974 RenderingThreadMain(FEvent*) + 408 6 TheBirders-IOS-Shipping 0x0000000105b8af28 FRenderingThread::Run() + 60 7 TheBirders-IOS-Shipping 0x00000001051a94b4 FRunnableThreadPThread::Run() + 112 8 TheBirders-IOS-Shipping 0x00000001051853b0 FRunnableThreadPThread::_ThreadProc(void*) + 76 9 libsystem_pthread.dylib 0x0000000215b767d0 _pthread_start + 136 (pthread.c:931) 10 libsystem_pthread.dylib 0x0000000215b76480 thread_start + 8 (:-1) Thread 28 name: Thread 28: 0 libsystem_kernel.dylib 0x00000001dc6362b0 __semwait_signal + 8 (:-1) 1 libsystem_c.dylib 0x0000000192d255cc nanosleep + 220 (nanosleep.c:104) 2 libsystem_c.dylib 0x0000000192d254e4 usleep + 68 (usleep.c:52) 3 TheBirders-IOS-Shipping 0x0000000105174adc FGenericPlatformProcess::Sleep(float) + 68 4 TheBirders-IOS-Shipping 0x0000000105b8d598 FRenderingThreadTickHeartbeat::Run() + 236 5 TheBirders-IOS-Shipping 0x00000001051a94b4 FRunnableThreadPThread::Run() + 112 6 TheBirders-IOS-Shipping 0x00000001051853b0 FRunnableThreadPThread::_ThreadProc(void*) + 76 7 libsystem_pthread.dylib 0x0000000215b767d0 _pthread_start + 136 (pthread.c:931) 8 libsystem_pthread.dylib 0x0000000215b76480 thread_start + 8 (:-1) Thread 29 name: Thread 29: 0 libsystem_kernel.dylib 0x00000001dc636090 __psynch_cvwait + 8 (:-1) 1 libsystem_pthread.dylib 0x0000000215b78f98 _pthread_cond_wait + 1204 (pthread_cond.c:862) 2 TheBirders-IOS-Shipping 0x0000000105174d28 FPThreadEvent::Wait(unsigned int, bool) + 144 3 TheBirders-IOS-Shipping 0x000000010524d330 FIoDispatcherImpl::Run() + 56 4 TheBirders-IOS-Shipping 0x00000001051a94b4 FRunnableThreadPThread::Run() + 112 5 TheBirders-IOS-Shipping 0x00000001051853b0 FRunnableThreadPThread::_ThreadProc(void*) + 76 6 libsystem_pthread.dylib 0x0000000215b767d0 _pthread_start + 136 (pthread.c:931) 7 libsystem_pthread.dylib 0x0000000215b76480 thread_start + 8 (:-1) Thread 11 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000 x4: 0x0000000000000000 x5: 0x0000000000989680 x6: 0x00000401000004c0 x7: 0x0000000000000400 x8: 0xfa268d148f2bb7cf x9: 0xfa268d15e4e007cf x10: 0x00000000000003e8 x11: 0x0000000000000400 x12: 0x00000000000004c0 x13: 0x0000000000000401 x14: 0x0000000000000483 x15: 0x0000000000000090 x16: 0x0000000000000148 x17: 0x000000016bcbb000 x18: 0x0000000000000000 x19: 0x0000000000000006 x20: 0x0000000000005e07 x21: 0x000000016bcbb0e0 x22: 0x000000016bcb5898 x23: 0x000000016bcb5cf0 x24: 0x000000000000000b x25: 0x0000000000000000 x26: 0x0000000000000000 x27: 0x000000010b63cd70 x28: 0x0000000000000002 fp: 0x000000016bcb57b0 lr: 0x0000000215b7d59c sp: 0x000000016bcb5790 pc: 0x00000001dc63b2d4 cpsr: 0x40001000 esr: 0x56000080 Address size fault Binary Images: 0x1048c4000 - 0x10a74ffff TheBirders-IOS-Shipping arm64 /private/var/containers/Bundle/Application/FD0C7481-BC8D-450B-AAC3-5A8A0F492FC6/TheBirders-IOS-Shipping.app/TheBirders-IOS-Shipping 0x10be78000 - 0x10be83fff libobjc-trampolines.dylib arm64e <4aba9420e4d03c989d62c653b259eab4> /private/preboot/Cryptexes/OS/usr/lib/libobjc-trampolines.dylib 0x189b11000 - 0x18a841fff Foundation arm64e /System/Library/Frameworks/Foundation.framework/Foundation 0x18af0d000 - 0x18b450fff CoreFoundation arm64e <0013a8b125243534b5ba681aaf18c798> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation 0x18d72c000 - 0x18f644fff UIKitCore arm64e <8cc54497f7ec3903ae5aa274047c0cf1> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore 0x192cc7000 - 0x192d0cfff libdispatch.dylib arm64e /usr/lib/system/libdispatch.dylib 0x192d0d000 - 0x192d8cffb libsystem_c.dylib arm64e <400d888f854833fc802ff29678681197> /usr/lib/system/libsystem_c.dylib 0x19b7a2000 - 0x19b82fffb libc++.1.dylib arm64e <09bdee26e6c335458cc96f215deafb43> /usr/lib/libc++.1.dylib 0x1b11e6000 - 0x1b1269137 dyld arm64e /usr/lib/dyld 0x1d8210000 - 0x1d8218fff GraphicsServices arm64e <3eca7962867b3029adc8bbe100f85ba5> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices 0x1dc62f000 - 0x1dc668fe3 libsystem_kernel.dylib arm64e <881fe934759c3089b98660344cb843e3> /usr/lib/system/libsystem_kernel.dylib 0x215b75000 - 0x215b81ff3 libsystem_pthread.dylib arm64e <6f6e49251fb43a0b99d26bd8b7b1a148> /usr/lib/system/libsystem_pthread.dylib EOF
Replies
0
Boosts
0
Views
157
Participants
1