google/GoogleUtilities

iOS 15 start app crash

yingnierxiao opened this issue · 1 comments

build Xcode 13.2

Version:             1.0.380 (77)
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.fourxfun.ios.cyber [12505]

Date/Time:           2021-12-17 13:49:19.1418 +0800
Launch Time:         2021-12-17 13:49:16.2291 +0800
OS Version:          iPhone OS 15.1 (19B74)
Release Type:        User
Baseband Version:    7.02.00
Report Version:      104

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000010
Exception Codes: 0x0000000000000001, 0x0000000000000010
VM Region Info: 0x10 is not in any region.  Bytes before following region: 4362944496
      REGION TYPE                 START - END      [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      UNUSED SPACE AT START
--->  
      __TEXT                   1040d4000-1040dc000 [   32K] r-x/r-x SM=COW  ...berpunkMobile
Exception Note:  EXC_CORPSE_NOTIFY
Termination Reason: SIGNAL; [11]
Terminating Process: exc handler [65269]

Terminating Process: exc handler [65269]
Triggered by Thread:  0

Thread 0 name:   Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   UnityFramework                	       0x10c4a38d4 0x10c21c000 + 2652372
1   UnityFramework                	       0x10c4a38cc 0x10c21c000 + 2652364
2   CoreFoundation                	       0x1851c0c4c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 20
3   CoreFoundation                	       0x185255554 ___CFXRegistrationPost_block_invoke + 48
4   CoreFoundation                	       0x18522ab34 _CFXRegistrationPost + 416
5   CoreFoundation                	       0x1851d5754 _CFXNotificationPost + 696
6   Foundation                    	       0x1868f0138 -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
7   UnityFramework                	       0x10c230cd0 0x10c21c000 + 85200
8   UnityFramework                	       0x10c230dac 0x10c21c000 + 85420
9   UnityFramework                	       0x10dad507c 0x10c21c000 + 25923708
10  GoogleUtilities               	       0x1068ebb68 -[GULAppDelegateSwizzler application:donor_didRegisterForRemoteNotificationsWithDeviceToken:] + 264
11  UIKitCore                     	       0x18839c43c __63-[UIApplication pushRegistry:didUpdatePushCredentials:forType:]_block_invoke + 108
12  libdispatch.dylib             	       0x184ef5194 _dispatch_call_block_and_release + 24
13  libdispatch.dylib             	       0x184ef6198 _dispatch_client_callout + 16
14  libdispatch.dylib             	       0x184ed74a8 _dispatch_main_queue_callback_4CF$VARIANT$armv81 + 908
15  CoreFoundation                	       0x1851e57e8 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
16  CoreFoundation                	       0x1851a30e8 __CFRunLoopRun + 2528
17  CoreFoundation                	       0x1851b5d7c CFRunLoopRunSpecific + 572
18  GraphicsServices              	       0x19f42a9a0 GSEventRunModal + 160
19  UIKitCore                     	       0x1879e805c -[UIApplication _run] + 1080
20  UIKitCore                     	       0x18777dce0 UIApplicationMain + 2028
21  UnityFramework                	       0x10c235c34 0x10c21c000 + 105524
22  CyberpunkMobile               	       0x1040dbe00 0x1040d4000 + 32256
23  dyld                          	       0x1043b4190 start + 444

ref:
https://giters.com/Unity-Technologies/com.unity.mobile.notifications/issues/121

@yingnierxiao this appears to be a Unity issue. There are no GoogleUtilities or Firebase symbols in the crashing thread.