Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Ios TestFlight app random crash after eas update #2098

Open
berkansivri opened this issue Oct 23, 2023 · 1 comment
Open

Ios TestFlight app random crash after eas update #2098

berkansivri opened this issue Oct 23, 2023 · 1 comment
Labels
eas update needs review Issue is ready to be reviewed by a maintainer

Comments

@berkansivri
Copy link

berkansivri commented Oct 23, 2023

Build/Submit details page URL

No response

Summary

I'm testing eas update on my expo app with TestFlight in ios.

I see that after doing a small text change on my app and publishing it via eas update, it can crash for some reason. It does not always, but I'm testing almost with no change.

Change a text, update it, everything fine
Change the same text, update it, app crashes,
Change, update, crash healed
Change, update, fine

I mean, it's so random. For the same code, it can crash or not. I will include the crash report from the ios device.

Re-installing fixes crash. It keeps crashing until re-install or new update. I'm using everything with the latest version.

What could be wrong?

Managed or bare?

Managed

Environment

✔ Check Expo config for common issues
✔ Check package.json for common issues
✔ Check dependencies for packages that should not be installed directly
✔ Check for common project setup issues
✔ Check Expo config (app.json/ app.config.js) schema
✔ Check npm/ yarn versions
✔ Check that native modules do not use incompatible support packages
✔ Check for legacy global CLI installed locally
✔ Check that native modules use compatible support package versions for installed Expo SDK
✔ Check that packages match versions required by installed Expo SDK

Didn't find any issues with the project!

Error output

Incident Identifier: 6A3314D4-4754-4F1A-A6A7-9C41CF6FE93D
Hardware Model:      iPhone14,5
Process:             Phess [9670]
Path:                /private/var/containers/Bundle/Application/1E2470E4-E551-4F89-BE03-9CE17E6EB366/Phess.app/Phess
Identifier:          com.brkn.phess
Version:             1.0.0 (8)
AppStoreTools:       15A240a
AppVariant:          1:iPhone14,5:17
Beta:                YES
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.brkn.phess [1296]

Date/Time:           2023-10-23 23:20:57.4597 +0300
Launch Time:         2023-10-23 23:20:47.4394 +0300
OS Version:          iPhone OS 17.0.3 (21A360)
Release Type:        User
Baseband Version:    3.06.01
Report Version:      104

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Reason: SIGNAL 6 Abort trap: 6
Terminating Process: Phess [9670]

Triggered by Thread:  8

Last Exception Backtrace:
0   CoreFoundation                	0x1b652e5e0 __exceptionPreprocess + 164 (NSException.m:249)
1   libobjc.A.dylib               	0x1ae863c00 objc_exception_throw + 60 (objc-exception.mm:356)
2   CoreFoundation                	0x1b65b3248 -[NSException raise] + 16 (NSException.m:129)
3   Phess                         	0x102dcd2a8 ErrorRecovery.crash() + 2660 (ErrorRecovery.swift:286)
4   Phess                         	0x102dcbf70 ErrorRecovery.runNextTask() + 824 (ErrorRecovery.swift:199)
5   Phess                         	0x102dcc69c ErrorRecovery.waitForRemoteLoaderToFinish() + 1224 (ErrorRecovery.swift:227)
6   Phess                         	0x102dcbdd0 ErrorRecovery.runNextTask() + 408 (ErrorRecovery.swift:190)
7   Phess                         	0x102dcc174 closure #1 in ErrorRecovery.startPipeline(withEncounteredError:) + 408 (ErrorRecovery.swift:177)
8   Phess                         	0x102d9c90c thunk for @escaping @callee_guaranteed () -> () + 28 (<compiler-generated>:0)
9   libdispatch.dylib             	0x1be36d6a8 _dispatch_call_block_and_release + 32 (init.c:1530)
10  libdispatch.dylib             	0x1be36f300 _dispatch_client_callout + 20 (object.m:561)
11  libdispatch.dylib             	0x1be376894 _dispatch_lane_serial_drain + 748 (queue.c:3885)
12  libdispatch.dylib             	0x1be3773c4 _dispatch_lane_invoke + 380 (queue.c:3976)
13  libdispatch.dylib             	0x1be382004 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6913)
14  libdispatch.dylib             	0x1be381878 _dispatch_workloop_worker_thread + 404 (queue.c:6507)
15  libsystem_pthread.dylib       	0x21f62e964 _pthread_wqthread + 288 (pthread.c:2629)
16  libsystem_pthread.dylib       	0x21f62ea04 start_wqthread + 8

Thread 0 name:
Thread 0:
0   CoreGraphics                  	0x00000001b82c01b0 argb32_shade_axial_RGB + 444 (blt_shading.h:388)
1   CoreGraphics                  	0x00000001b7fbe2f0 argb32_image_mark + 852 (blt_image.h:736)
2   CoreGraphics                  	0x00000001b82bdc58 argb32_shade + 596 (blt_shade.h:330)
3   CoreGraphics                  	0x00000001b7fbdc60 RIPLayerBltShade + 996 (RIPLayer.c:2982)
4   CoreGraphics                  	0x00000001b7fe7aa8 ripc_DrawShading + 6536 (RIPContext.c:2425)
5   CoreGraphics                  	0x00000001b7fe6098 CG::DisplayList::executeEntries(std::__1::__wrap_iter<std::__1::shared_ptr<CG::DisplayListEntry const>*>, std::__1::__wrap_iter<std::__1::shared_ptr<CG::DisplayListEntry const>*>, CGContextDelegate... + 5872 (DisplayList.cpp:1733)
6   CoreGraphics                  	0x00000001b7fe47d4 CGDisplayListDrawInContextDelegate + 268 (DisplayList.cpp:2216)
7   QuartzCore                    	0x00000001b7aa0f30 CABackingStoreUpdate_ + 472 (CABackingStore.cpp:1347)
8   QuartzCore                    	0x00000001b7aa0d4c invocation function for block in CA::Layer::display_() + 64 (CALayer.mm:10179)
9   QuartzCore                    	0x00000001b7aa0204 -[CALayer _display] + 1636 (CALayer.mm:10232)
10  QuartzCore                    	0x00000001b7a9f51c CA::Layer::layout_and_display_if_needed(CA::Transaction*) + 412 (CALayer.mm:2596)
11  QuartzCore                    	0x00000001b7aa594c CA::Context::commit_transaction(CA::Transaction*, double, double*) + 464 (CAContextInternal.mm:2792)
12  QuartzCore                    	0x00000001b7a9ec3c CA::Transaction::commit() + 648 (CATransactionInternal.mm:432)
13  QuartzCore                    	0x00000001b7a9e8e4 CA::Transaction::flush_as_runloop_observer(bool) + 88 (CATransactionInternal.mm:942)
14  UIKitCore                     	0x00000001b86ff228 _UIApplicationFlushCATransaction + 52 (UIApplication.m:3158)
15  UIKitCore                     	0x00000001b86fed40 _UIUpdateSequenceRun + 84 (_UIUpdateSequence.mm:119)
16  UIKitCore                     	0x00000001b86fe430 schedulerStepScheduledMainSection + 144 (_UIUpdateScheduler.m:1037)
17  UIKitCore                     	0x00000001b86fe4ec runloopSourceCallback + 92 (_UIUpdateScheduler.m:1186)
18  CoreFoundation                	0x00000001b6478acc __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28 (CFRunLoop.c:1957)
19  CoreFoundation                	0x00000001b6477d48 __CFRunLoopDoSource0 + 176 (CFRunLoop.c:2001)
20  CoreFoundation                	0x00000001b64764fc __CFRunLoopDoSources0 + 244 (CFRunLoop.c:2038)
21  CoreFoundation                	0x00000001b6475238 __CFRunLoopRun + 828 (CFRunLoop.c:2955)
22  CoreFoundation                	0x00000001b6474e18 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
23  GraphicsServices              	0x00000001f8f395ec GSEventRunModal + 164 (GSEvent.c:2196)
24  UIKitCore                     	0x00000001b88832fc -[UIApplication _run] + 888 (UIApplication.m:3690)
25  UIKitCore                     	0x00000001b8882938 UIApplicationMain + 340 (UIApplication.m:5275)
26  Phess                         	0x0000000102d4ee98 main + 80 (main.m:7)
27  dyld                          	0x00000001d8c5fd44 start + 2104 (dyldMain.cpp:1269)

Thread 1:
0   libsystem_pthread.dylib       	0x000000021f62e9fc start_wqthread + 0

Thread 2:
0   libsystem_pthread.dylib       	0x000000021f62e9fc start_wqthread + 0

Thread 3:
0   libsystem_pthread.dylib       	0x000000021f62e9fc start_wqthread + 0

Thread 4:
0   libsystem_pthread.dylib       	0x000000021f62e9fc start_wqthread + 0

Thread 5:
0   libsystem_pthread.dylib       	0x000000021f62e9fc start_wqthread + 0

Thread 6 name:
Thread 6:
0   libsystem_kernel.dylib        	0x00000001fd0201d8 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	0x00000001fd01ff70 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001fd01fe88 mach_msg_overwrite + 436 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001fd01fcc8 mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x00000001b64774bc __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624)
5   CoreFoundation                	0x00000001b64753b4 __CFRunLoopRun + 1208 (CFRunLoop.c:3007)
6   CoreFoundation                	0x00000001b6474e18 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
7   Foundation                    	0x00000001b54094cc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212 (NSRunLoop.m:373)
8   Foundation                    	0x00000001b5438234 -[NSRunLoop(NSRunLoop) runUntilDate:] + 64 (NSRunLoop.m:420)
9   UIKitCore                     	0x00000001b87e51b8 -[UIEventFetcher threadMain] + 420 (UIEventFetcher.m:1208)
10  Foundation                    	0x00000001b548f154 __NSThread__start__ + 732 (NSThread.m:991)
11  libsystem_pthread.dylib       	0x000000021f62f4d4 _pthread_start + 136 (pthread.c:904)
12  libsystem_pthread.dylib       	0x000000021f62ea10 thread_start + 8

Thread 7:
0   libsystem_pthread.dylib       	0x000000021f62e9fc start_wqthread + 0

Thread 8 name:
Thread 8 Crashed:
0   libsystem_kernel.dylib        	0x00000001fd02901c __pthread_kill + 8
1   libsystem_pthread.dylib       	0x000000021f632680 pthread_kill + 268 (pthread.c:1681)
2   libsystem_c.dylib             	0x00000001be427c44 __abort + 136 (abort.c:159)
3   libsystem_c.dylib             	0x00000001be427bbc abort + 192 (abort.c:126)
4   libc++abi.dylib               	0x000000021f560660 abort_message + 132 (abort_message.cpp:78)
5   libc++abi.dylib               	0x000000021f55062c demangling_terminate_handler() + 348 (cxa_default_handlers.cpp:77)
6   libobjc.A.dylib               	0x00000001ae866d34 _objc_terminate() + 144 (objc-exception.mm:496)
7   libc++abi.dylib               	0x000000021f55fa24 std::__terminate(void (*)()) + 16 (cxa_handlers.cpp:59)
8   libc++abi.dylib               	0x000000021f55f9c8 std::terminate() + 56 (cxa_handlers.cpp:88)
9   libdispatch.dylib             	0x00000001be36f314 _dispatch_client_callout + 40 (object.m:564)
10  libdispatch.dylib             	0x00000001be376894 _dispatch_lane_serial_drain + 748 (queue.c:3885)
11  libdispatch.dylib             	0x00000001be3773c4 _dispatch_lane_invoke + 380 (queue.c:3976)
12  libdispatch.dylib             	0x00000001be382004 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:6913)
13  libdispatch.dylib             	0x00000001be381878 _dispatch_workloop_worker_thread + 404 (queue.c:6507)
14  libsystem_pthread.dylib       	0x000000021f62e964 _pthread_wqthread + 288 (pthread.c:2629)
15  libsystem_pthread.dylib       	0x000000021f62ea04 start_wqthread + 8

Thread 9:
0   libsystem_pthread.dylib       	0x000000021f62e9fc start_wqthread + 0

Thread 10 name:
Thread 10:
0   libsystem_kernel.dylib        	0x00000001fd0201d8 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	0x00000001fd01ff70 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001fd01fe88 mach_msg_overwrite + 436 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001fd01fcc8 mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x00000001b64774bc __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624)
5   CoreFoundation                	0x00000001b64753b4 __CFRunLoopRun + 1208 (CFRunLoop.c:3007)
6   CoreFoundation                	0x00000001b6474e18 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
7   CFNetwork                     	0x00000001b775e798 +[__CFN_CoreSchedulingSetRunnable _run:] + 384 (CoreSchedulingSet.mm:1479)
8   Foundation                    	0x00000001b548f154 __NSThread__start__ + 732 (NSThread.m:991)
9   libsystem_pthread.dylib       	0x000000021f62f4d4 _pthread_start + 136 (pthread.c:904)
10  libsystem_pthread.dylib       	0x000000021f62ea10 thread_start + 8

Thread 11 name:
Thread 11:
0   libsystem_kernel.dylib        	0x00000001fd020c58 __ulock_wait + 8
1   libdispatch.dylib             	0x00000001be36fcf0 _dlock_wait + 56 (lock.c:326)
2   libdispatch.dylib             	0x00000001be36f9ec _dispatch_wait_on_address + 140 (lock.c:498)
3   libdispatch.dylib             	0x00000001be37009c _dispatch_group_wait_slow + 56 (semaphore.c:214)
4   Phess                         	0x0000000102f5d4c0 __26-[RCTCxxBridge invalidate]_block_invoke + 652 (RCTCxxBridge.mm:1301)
5   Phess                         	0x0000000102f638b0 std::__1::__function::__value_func<void ()>::operator()[abi:v15006]() const + 20 (function.h:512)
6   Phess                         	0x0000000102f638b0 std::__1::function<void ()>::operator()() const + 20 (function.h:1197)
7   Phess                         	0x0000000102f638b0 facebook::react::tryAndReturnError(std::__1::function<void ()> const&) + 32 (RCTCxxUtils.mm:74)
8   Phess                         	0x0000000102f58e10 -[RCTCxxBridge _tryAndHandleError:] + 108 (RCTCxxBridge.mm:346)
9   Foundation                    	0x00000001b54d2064 __NSThreadPerformPerform + 264 (NSThread.m:1084)
10  CoreFoundation                	0x00000001b6478acc __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28 (CFRunLoop.c:1957)
11  CoreFoundation                	0x00000001b6477d48 __CFRunLoopDoSource0 + 176 (CFRunLoop.c:2001)
12  CoreFoundation                	0x00000001b64764fc __CFRunLoopDoSources0 + 244 (CFRunLoop.c:2038)
13  CoreFoundation                	0x00000001b6475238 __CFRunLoopRun + 828 (CFRunLoop.c:2955)
14  CoreFoundation                	0x00000001b6474e18 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
15  Phess                         	0x0000000102f58d40 +[RCTCxxBridge runRunLoop] + 212 (RCTCxxBridge.mm:337)
16  Foundation                    	0x00000001b548f154 __NSThread__start__ + 732 (NSThread.m:991)
17  libsystem_pthread.dylib       	0x000000021f62f4d4 _pthread_start + 136 (pthread.c:904)
18  libsystem_pthread.dylib       	0x000000021f62ea10 thread_start + 8

Thread 12 name:
Thread 12:
0   libsystem_kernel.dylib        	0x00000001fd020b7c __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x000000021f62dfd4 _pthread_cond_wait + 1228 (pthread_cond.c:862)
2   libc++.1.dylib                	0x00000001c6484ecc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (condition_variable.cpp:46)
3   hermes                        	0x000000010416c3f8 0x104050000 + 1164280
4   hermes                        	0x000000010416c1ac 0x104050000 + 1163692
5   libsystem_pthread.dylib       	0x000000021f62f4d4 _pthread_start + 136 (pthread.c:904)
6   libsystem_pthread.dylib       	0x000000021f62ea10 thread_start + 8

Thread 13 name:
Thread 13:
0   libsystem_kernel.dylib        	0x00000001fd0201d8 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	0x00000001fd01ff70 mach_msg2_internal + 80 (mach_msg.c:201)
2   libsystem_kernel.dylib        	0x00000001fd01fe88 mach_msg_overwrite + 436 (mach_msg.c:0)
3   libsystem_kernel.dylib        	0x00000001fd01fcc8 mach_msg + 24 (mach_msg.c:323)
4   CoreFoundation                	0x00000001b64774bc __CFRunLoopServiceMachPort + 160 (CFRunLoop.c:2624)
5   CoreFoundation                	0x00000001b64753b4 __CFRunLoopRun + 1208 (CFRunLoop.c:3007)
6   CoreFoundation                	0x00000001b6474e18 CFRunLoopRunSpecific + 608 (CFRunLoop.c:3420)
7   Phess                         	0x0000000102f58d40 +[RCTCxxBridge runRunLoop] + 212 (RCTCxxBridge.mm:337)
8   Foundation                    	0x00000001b548f154 __NSThread__start__ + 732 (NSThread.m:991)
9   libsystem_pthread.dylib       	0x000000021f62f4d4 _pthread_start + 136 (pthread.c:904)
10  libsystem_pthread.dylib       	0x000000021f62ea10 thread_start + 8

Thread 14 name:
Thread 14:
0   libsystem_kernel.dylib        	0x00000001fd020b7c __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x000000021f62dfd4 _pthread_cond_wait + 1228 (pthread_cond.c:862)
2   libc++.1.dylib                	0x00000001c6484ecc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (condition_variable.cpp:46)
3   hermes                        	0x000000010416c3f8 0x104050000 + 1164280
4   hermes                        	0x000000010416c1ac 0x104050000 + 1163692
5   libsystem_pthread.dylib       	0x000000021f62f4d4 _pthread_start + 136 (pthread.c:904)
6   libsystem_pthread.dylib       	0x000000021f62ea10 thread_start + 8

Thread 15 name:
Thread 15:
0   libsystem_kernel.dylib        	0x00000001fd020b7c __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x000000021f62dfd4 _pthread_cond_wait + 1228 (pthread_cond.c:862)
2   libc++.1.dylib                	0x00000001c6484ecc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (condition_variable.cpp:46)
3   Phess                         	0x0000000103066350 void std::__1::condition_variable::wait<facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1>(std::__1::unique_lock<std::__1::mutex>&, facebook::hermes::inspector::detail::SerialExec... + 28 (__mutex_base:398)
4   Phess                         	0x0000000103066350 facebook::hermes::inspector::detail::SerialExecutor::runLoop() + 120 (SerialExecutor.cpp:41)
5   Phess                         	0x000000010301fa68 decltype(std::declval<void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::function<void ()>)>()(std::declval<std::__1::basic_string<char, std::... + 52 (invoke.h:394)
6   Phess                         	0x000000010301fa68 void std::__1::__thread_execute[abi:v15006]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(std::__1::basic_string<char, std::__1::ch... + 56 (thread:290)
7   Phess                         	0x000000010301fa68 void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(std::__1::basic_string<cha... + 120 (thread:301)
8   libsystem_pthread.dylib       	0x000000021f62f4d4 _pthread_start + 136 (pthread.c:904)
9   libsystem_pthread.dylib       	0x000000021f62ea10 thread_start + 8

Thread 16 name:
Thread 16:
0   libsystem_kernel.dylib        	0x00000001fd020b7c __psynch_cvwait + 8
1   libsystem_pthread.dylib       	0x000000021f62dfd4 _pthread_cond_wait + 1228 (pthread_cond.c:862)
2   libc++.1.dylib                	0x00000001c6484ecc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (condition_variable.cpp:46)
3   Phess                         	0x0000000103066350 void std::__1::condition_variable::wait<facebook::hermes::inspector::detail::SerialExecutor::runLoop()::$_1>(std::__1::unique_lock<std::__1::mutex>&, facebook::hermes::inspector::detail::SerialExec... + 28 (__mutex_base:398)
4   Phess                         	0x0000000103066350 facebook::hermes::inspector::detail::SerialExecutor::runLoop() + 120 (SerialExecutor.cpp:41)
5   Phess                         	0x000000010301fa68 decltype(std::declval<void (*)(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::function<void ()>)>()(std::declval<std::__1::basic_string<char, std::... + 52 (invoke.h:394)
6   Phess                         	0x000000010301fa68 void std::__1::__thread_execute[abi:v15006]<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(std::__1::basic_string<char, std::__1::ch... + 56 (thread:290)
7   Phess                         	0x000000010301fa68 void* std::__1::__thread_proxy[abi:v15006]<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(std::__1::basic_string<cha... + 120 (thread:301)
8   libsystem_pthread.dylib       	0x000000021f62f4d4 _pthread_start + 136 (pthread.c:904)
9   libsystem_pthread.dylib       	0x000000021f62ea10 thread_start + 8


Thread 8 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000000000000   x5: 0x0000000000989680   x6: 0x000000000000006e   x7: 0x0000000000000000
    x8: 0x53c7cee9ededafd8   x9: 0x53c7cee880bc9fd8  x10: 0x00000000000003e8  x11: 0x000000016d512340
   x12: 0x0000000000000000  x13: 0x00000000ffffffa1  x14: 0x0000000000000010  x15: 0x0000000000000000
   x16: 0x0000000000000148  x17: 0x000000016d513000  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x0000000000004f07  x21: 0x000000016d5130e0  x22: 0x0000000000000114  x23: 0x000000016d5130e0
   x24: 0x000000028236afe8  x25: 0x0000000000000000  x26: 0x0000000000000000  x27: 0x0000000281885b00
   x28: 0x0000000000000000   fp: 0x000000016d512740   lr: 0x000000021f632680
    sp: 0x000000016d512720   pc: 0x00000001fd02901c cpsr: 0x40001000
   esr: 0x56000080  Address size fault


Binary Images:
        0x102d48000 -         0x103713fff Phess arm64  <e3cf6150ae0a3b26bf1f3d129a4b320b> /private/var/containers/Bundle/Application/1E2470E4-E551-4F89-BE03-9CE17E6EB366/Phess.app/Phess
        0x104050000 -         0x10433bfff hermes arm64  <473b6e7473cb3f91943df00d8785d17e> /private/var/containers/Bundle/Application/1E2470E4-E551-4F89-BE03-9CE17E6EB366/Phess.app/Frameworks/hermes.framework/hermes
        0x104410000 -         0x10441bfff libobjc-trampolines.dylib arm64e  <114289d682c73b21b4d6046fccf2af1c> /private/preboot/Cryptexes/OS/usr/lib/libobjc-trampolines.dylib
        0x1ae838000 -         0x1ae885f00 libobjc.A.dylib arm64e  <9ba37a0517b33a91aa2fbca187705a76> /usr/lib/libobjc.A.dylib
        0x1b53dc000 -         0x1b5f46fff Foundation arm64e  <60f744f41345325e8970d37bb5a1a31d> /System/Library/Frameworks/Foundation.framework/Foundation
        0x1b6441000 -         0x1b696dfff CoreFoundation arm64e  <ceb74a0c5ea43f5a9de873f0dad2f4cb> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
        0x1b7506000 -         0x1b78dffff CFNetwork arm64e  <53e3f6cd98863cf6ac53304cbf6a5181> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
        0x1b7a38000 -         0x1b7dd6fff QuartzCore arm64e  <402dcf17f52932e99eafd659f3ed0315> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
        0x1b7fae000 -         0x1b8653fff CoreGraphics arm64e  <43ffc5ef9ae03d6b950f7ca737b02547> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
        0x1b8654000 -         0x1ba0fdfff UIKitCore arm64e  <ec1206d7b4c93257bb6308e26a802416> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
        0x1be36b000 -         0x1be3b1fff libdispatch.dylib arm64e  <149ff9cd3e92321db92fef58717c70b6> /usr/lib/system/libdispatch.dylib
        0x1be3b2000 -         0x1be42fffb libsystem_c.dylib arm64e  <22c9aa2eb4fd3568a6d3e4953c51f6c2> /usr/lib/system/libsystem_c.dylib
        0x1c6472000 -         0x1c64fffff libc++.1.dylib arm64e  <ba03dc6b6b8e363b8504f2d780503646> /usr/lib/libc++.1.dylib
        0x1d8c5a000 -         0x1d8ce109f dyld arm64e  <0d856e729a633b5b879f8d026115a4f0> /usr/lib/dyld
        0x1f8f36000 -         0x1f8f3efff GraphicsServices arm64e  <da1008abff2639eb95bb99b9bfa5fb4a> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
        0x1fd01f000 -         0x1fd057fff libsystem_kernel.dylib arm64e  <53d6b5aec4943b0784356a5a08ea05f4> /usr/lib/system/libsystem_kernel.dylib
        0x21f54f000 -         0x21f566fff libc++abi.dylib arm64e  <f26061f8fa3a3b11adf33b98d17f75f3> /usr/lib/libc++abi.dylib
        0x21f62d000 -         0x21f638ff3 libsystem_pthread.dylib arm64e  <f85e23600ca633d6877e3af18c938fa4> /usr/lib/system/libsystem_pthread.dylib

EOF

Reproducible demo or steps to reproduce from a blank project

I don't have it

@berkansivri berkansivri added the needs review Issue is ready to be reviewed by a maintainer label Oct 23, 2023
@LouisRaine
Copy link

I'm also experiencing this issue

@berkansivri berkansivri changed the title Ios app random crash after eas update Ios TestFlight app random crash after eas update Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
eas update needs review Issue is ready to be reviewed by a maintainer
Projects
None yet
Development

No branches or pull requests

3 participants