Question

RevenueCat Purchases.configure crashes my Xcode app after 2 minutes in TestFlight

  • 30 June 2022
  • 3 replies
  • 261 views

Badge +3

My Xcode app has RevenueCat Purchases.configure(withAPIKey: "myApiKey") which runs fine in a device from Xcode. The same app crashes in TestFlight after 2 minutes even if left alone. I commented out Purchases.configure and it stopped crashing in TestFlight. I need help.


3 replies

Userlevel 5
Badge +9

Hey @tomtrex!

I went ahead and created a support ticket for this since it sounds like something specific to your application - we’ll be happy to help you out there! Would you be able to attach the full debug log output to that ticket I just created: https://docs.revenuecat.com/docs/debugging

Thanks! 

Badge +3

Hello Ryan:

Thanks for your response.

I moved the Purchases.configure from the home screen which had a lot of processes to another screen and it stopped crashing within 2 minutes. Everything works fine except Purchases. Purchases work fine on a device from Xcode but crash the app in TestFlight after a long wait for Apple purchase option display. This display comes up after the crash. The full debug log is below:

Date/Time:           2022-08-01 00:55:15.7571 -0700
Launch Time:         2022-08-01 00:53:43.0410 -0700
OS Version:          iPhone OS 15.5 (19F77)
Release Type:        User
Baseband Version:    7.61.00
Report Version:      104

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Triggered by Thread:  0

Application Specific Information:
abort() called


Last Exception Backtrace:
0   CoreFoundation                           0x180687d0c __exceptionPreprocess + 216
1   libobjc.A.dylib                          0x197e78ee4 objc_exception_throw + 56
2   CoreFoundation                           0x1807826a8 -[__NSCFString characterAtIndex:].cold.1 + 0
3   CoreFoundation                           0x18078ca30 -[__NSDictionaryM setObject:forKeyedSubscript:].cold.2 + 0
4   CoreFoundation                           0x18061faa4 -[__NSDictionaryM setObject:forKeyedSubscript:] + 968
5   Purchases                                0x10310cfd4 0x103104000 + 36820
6   Purchases                                0x10310d3e8 0x103104000 + 37864
7   Purchases                                0x103129680 0x103104000 + 153216
8   PurchasesCoreSwift                       0x103466638 0x10344c000 + 108088
9   PurchasesCoreSwift                       0x103465cc0 0x10344c000 + 105664
10  Purchases                                0x10312219c 0x103104000 + 123292
11  Purchases                                0x103129314 0x103104000 + 152340
12  Purchases                                0x103129198 0x103104000 + 151960
13  Purchases                                0x103127e64 0x103104000 + 147044
14  Purchases                                0x103129128 0x103104000 + 151848
15  Purchases                                0x103128790 0x103104000 + 149392
16  Purchases                                0x10312d078 0x103104000 + 168056
17  StoreKit                                 0x1a8e5bd94 __48-[SKPaymentQueue _updatedTransactions:restored:]_block_invoke_2 + 64
18  libdispatch.dylib                        0x180347094 _dispatch_call_block_and_release + 24
19  libdispatch.dylib                        0x180348094 _dispatch_client_callout + 16
20  libdispatch.dylib                        0x180329858 _dispatch_main_queue_drain + 888
21  libdispatch.dylib                        0x1803294d0 _dispatch_main_queue_callback_4CF$VARIANT$armv81 + 36
22  CoreFoundation                           0x1806430c4 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
23  CoreFoundation                           0x1806005e8 __CFRunLoopRun + 2544
24  CoreFoundation                           0x180613240 CFRunLoopRunSpecific + 572
25  GraphicsServices                         0x1a1115988 GSEventRunModal + 160
26  UIKitCore                                0x182e1341c -[UIApplication _run] + 1080
27  UIKitCore                                0x182bacb88 UIApplicationMain + 336
28  libswiftUIKit.dylib                      0x196f62ee4 UIApplicationMain(_:_:_:_:) + 100
29  VGravesite                               0x102409294 0x102404000 + 21140
30  dyld                                     0x1029b83d0 start + 444

Kernel Triage:
VM - Compressor failed a blocking pager_get
VM - Compressor failed a blocking pager_get
VM - Compressor failed a blocking pager_get
VM - Compressor failed a blocking pager_get
VM - Compressor failed a blocking pager_get


Thread 0 name:   Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0   libsystem_kernel.dylib                   0x1bae77bbc __pthread_kill + 8
1   libsystem_pthread.dylib                  0x1db8cb854 pthread_kill + 208
2   libsystem_c.dylib                        0x18ad686ac abort + 124
3   libc++abi.dylib                          0x197f70dd8 abort_message + 128
4   libc++abi.dylib                          0x197f6155c demangling_terminate_handler() + 300
5   libobjc.A.dylib                          0x197e7e8f8 _objc_terminate() + 124
6   libc++abi.dylib                          0x197f70274 std::__terminate(void (*)()) + 16
7   libc++abi.dylib                          0x197f7021c std::terminate() + 60
8   libdispatch.dylib                        0x1803480a8 _dispatch_client_callout + 36
9   libdispatch.dylib                        0x180329858 _dispatch_main_queue_drain + 888
10  libdispatch.dylib                        0x1803294d0 _dispatch_main_queue_callback_4CF$VARIANT$armv81 + 36
11  CoreFoundation                           0x1806430c4 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
12  CoreFoundation                           0x1806005e8 __CFRunLoopRun + 2544
13  CoreFoundation                           0x180613240 CFRunLoopRunSpecific + 572
14  GraphicsServices                         0x1a1115988 GSEventRunModal + 160
15  UIKitCore                                0x182e1341c -[UIApplication _run] + 1080
16  UIKitCore                                0x182bacb88 UIApplicationMain + 336
17  libswiftUIKit.dylib                      0x196f62ee4 UIApplicationMain(_:_:_:_:) + 100
18  VGravesite                               0x102409294 0x102404000 + 21140
19  dyld                                     0x1029b83d0 start + 444

Thread 1 name:   Dispatch queue: com.google.firebase.firestore.rpc
Thread 1:
0   libsystem_kernel.dylib                   0x1bae74e30 poll + 8
1   grpc                                     0x103b16bb8 0x103a90000 + 551864
2   grpc                                     0x103b18a30 0x103a90000 + 559664
3   grpc                                     0x103afbdc0 0x103a90000 + 441792
4   grpcpp                                   0x103705e1c grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) + 60
5   FirebaseFirestore                        0x1031c81b8 firebase::firestore::remote::Datastore::PollGrpcQueue() + 104
6   FirebaseFirestore                        0x1032e1140 firebase::firestore::util::Task::ExecuteAndRelease() + 184
7   libdispatch.dylib                        0x180348094 _dispatch_client_callout + 16
8   libdispatch.dylib                        0x1803234a4 _dispatch_lane_serial_drain$VARIANT$armv81 + 600
9   libdispatch.dylib                        0x180323f44 _dispatch_lane_invoke$VARIANT$armv81 + 388
10  libdispatch.dylib                        0x18032d8e0 _dispatch_workloop_worker_thread + 608
11  libsystem_pthread.dylib                  0x1db8bfe10 _pthread_wqthread + 284
12  libsystem_pthread.dylib                  0x1db8bf93c start_wqthread + 8

Thread 2 name:  com.apple.uikit.eventfetch-thread
Thread 2:
0   libsystem_kernel.dylib                   0x1bae71aac mach_msg_trap + 8
1   libsystem_kernel.dylib                   0x1bae7207c mach_msg + 72
2   CoreFoundation                           0x1805fbd78 __CFRunLoopServiceMachPort + 368
3   CoreFoundation                           0x180600080 __CFRunLoopRun + 1160
4   CoreFoundation                           0x180613240 CFRunLoopRunSpecific + 572
5   Foundation                               0x181d20efc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232
6   Foundation                               0x181d60010 -[NSRunLoop(NSRunLoop) runUntilDate:] + 88
7   UIKitCore                                0x182d9286c -[UIEventFetcher threadMain] + 512
8   Foundation                               0x181d6dc0c __NSThread__start__ + 792
9   libsystem_pthread.dylib                  0x1db8c1348 _pthread_start + 116
10  libsystem_pthread.dylib                  0x1db8bf948 thread_start + 8

Thread 3:
0   libsystem_kernel.dylib                   0x1bae72484 __psynch_cvwait + 8
1   libsystem_pthread.dylib                  0x1db8c0860 _pthread_cond_wait$VARIANT$armv81 + 1224
2   libc++.1.dylib                           0x197f108e0 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3   leveldb                                  0x1034b6000 0x1034a0000 + 90112
4   leveldb                                  0x1034b5fb0 0x1034a0000 + 90032
5   leveldb                                  0x1034b6094 0x1034a0000 + 90260
6   libsystem_pthread.dylib                  0x1db8c1348 _pthread_start + 116
7   libsystem_pthread.dylib                  0x1db8bf948 thread_start + 8

Thread 4:
0   libsystem_kernel.dylib                   0x1bae72484 __psynch_cvwait + 8
1   libsystem_pthread.dylib                  0x1db8c0860 _pthread_cond_wait$VARIANT$armv81 + 1224
2   grpc                                     0x103c03eb8 gpr_cv_wait + 124
3   grpc                                     0x103b1adf8 grpc_core::Executor::ThreadMain(void*) + 180
4   grpc                                     0x103c0ee2c 0x103a90000 + 1568300
5   libsystem_pthread.dylib                  0x1db8c1348 _pthread_start + 116
6   libsystem_pthread.dylib                  0x1db8bf948 thread_start + 8

Thread 5:
0   libsystem_kernel.dylib                   0x1bae72484 __psynch_cvwait + 8
1   libsystem_pthread.dylib                  0x1db8c0860 _pthread_cond_wait$VARIANT$armv81 + 1224
2   grpc                                     0x103c03eb8 gpr_cv_wait + 124
3   grpc                                     0x103b1adf8 grpc_core::Executor::ThreadMain(void*) + 180
4   grpc                                     0x103c0ee2c 0x103a90000 + 1568300
5   libsystem_pthread.dylib                  0x1db8c1348 _pthread_start + 116
6   libsystem_pthread.dylib                  0x1db8bf948 thread_start + 8

Thread 6:
0   libsystem_kernel.dylib                   0x1bae72484 __psynch_cvwait + 8
1   libsystem_pthread.dylib                  0x1db8c0860 _pthread_cond_wait$VARIANT$armv81 + 1224
2   grpc                                     0x103c03ea8 gpr_cv_wait + 108
3   grpc                                     0x103c12d50 0x103a90000 + 1584464
4   grpc                                     0x103c0ee2c 0x103a90000 + 1568300
5   libsystem_pthread.dylib                  0x1db8c1348 _pthread_start + 116
6   libsystem_pthread.dylib                  0x1db8bf948 thread_start + 8

Thread 7 name:  com.apple.coremedia.rootQueue.47
Thread 7:
0   libsystem_kernel.dylib                   0x1bae71b00 semaphore_timedwait_trap + 8
1   libdispatch.dylib                        0x180317b90 _dispatch_sema4_timedwait$VARIANT$armv81 + 60
2   libdispatch.dylib                        0x180318110 _dispatch_semaphore_wait_slow + 72
3   libdispatch.dylib                        0x18032c448 _dispatch_worker_thread + 304
4   libsystem_pthread.dylib                  0x1db8c1348 _pthread_start + 116
5   libsystem_pthread.dylib                  0x1db8bf948 thread_start + 8

Thread 8 name:  com.apple.NSURLConnectionLoader
Thread 8:
0   libsystem_kernel.dylib                   0x1bae71aac mach_msg_trap + 8
1   libsystem_kernel.dylib                   0x1bae7207c mach_msg + 72
2   CoreFoundation                           0x1805fbd78 __CFRunLoopServiceMachPort + 368
3   CoreFoundation                           0x180600080 __CFRunLoopRun + 1160
4   CoreFoundation                           0x180613240 CFRunLoopRunSpecific + 572
5   CFNetwork                                0x181018b08 0x180dd1000 + 2390792
6   Foundation                               0x181d6dc0c __NSThread__start__ + 792
7   libsystem_pthread.dylib                  0x1db8c1348 _pthread_start + 116
8   libsystem_pthread.dylib                  0x1db8bf948 thread_start + 8

Thread 9:
0   libsystem_kernel.dylib                   0x1bae72484 __psynch_cvwait + 8
1   libsystem_pthread.dylib                  0x1db8c0860 _pthread_cond_wait$VARIANT$armv81 + 1224
2   grpc                                     0x103c03eb8 gpr_cv_wait + 124
3   grpc                                     0x103c12d50 0x103a90000 + 1584464
4   grpc                                     0x103c0ee2c 0x103a90000 + 1568300
5   libsystem_pthread.dylib                  0x1db8c1348 _pthread_start + 116
6   libsystem_pthread.dylib                  0x1db8bf948 thread_start + 8

Thread 10 name:  AVAudioSession Notify Thread
Thread 10:
0   libsystem_kernel.dylib                   0x1bae71aac mach_msg_trap + 8
1   libsystem_kernel.dylib                   0x1bae7207c mach_msg + 72
2   CoreFoundation                           0x1805fbd78 __CFRunLoopServiceMachPort + 368
3   CoreFoundation                           0x180600080 __CFRunLoopRun + 1160
4   CoreFoundation                           0x180613240 CFRunLoopRunSpecific + 572
5   AudioSession                             0x1893b5478 CADeprecated::GenericRunLoopThread::Entry(void*) + 156
6   AudioSession                             0x1893be7c8 CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*) + 88
7   libsystem_pthread.dylib                  0x1db8c1348 _pthread_start + 116
8   libsystem_pthread.dylib                  0x1db8bf948 thread_start + 8

Thread 11:
0   libsystem_pthread.dylib                  0x1db8bf934 start_wqthread + 0

Thread 12 name:   Dispatch queue: com.google.fira.worker
Thread 12:
0   libsystem_kernel.dylib                   0x1bae738f0 fsync + 8
1   libsqlite3.dylib                         0x1a3af0ff4 0x1a3a84000 + 446452
2   libsqlite3.dylib                         0x1a3af0ba4 0x1a3a84000 + 445348
3   libsqlite3.dylib                         0x1a3adc524 0x1a3a84000 + 361764
4   libsqlite3.dylib                         0x1a3aa8318 0x1a3a84000 + 148248
5   libsqlite3.dylib                         0x1a3ad6230 0x1a3a84000 + 336432
6   libsqlite3.dylib                         0x1a3ac78f8 sqlite3_step + 304
7   VGravesite                               0x102633d28 0x102404000 + 2293032
8   VGravesite                               0x1026322a4 0x102404000 + 2286244
9   VGravesite                               0x1025aacf8 0x102404000 + 1731832
10  VGravesite                               0x1025dc380 0x102404000 + 1934208
11  VGravesite                               0x102628bec 0x102404000 + 2247660
12  libdispatch.dylib                        0x180347094 _dispatch_call_block_and_release + 24
13  libdispatch.dylib                        0x180348094 _dispatch_client_callout + 16
14  libdispatch.dylib                        0x1803234a4 _dispatch_lane_serial_drain$VARIANT$armv81 + 600
15  libdispatch.dylib                        0x180323f44 _dispatch_lane_invoke$VARIANT$armv81 + 388
16  libdispatch.dylib                        0x18032d8e0 _dispatch_workloop_worker_thread + 608
17  libsystem_pthread.dylib                  0x1db8bfe10 _pthread_wqthread + 284
18  libsystem_pthread.dylib                  0x1db8bf93c start_wqthread + 8

Thread 13:
0   libsystem_pthread.dylib                  0x1db8bf934 start_wqthread + 0

Thread 14:
0   libsystem_pthread.dylib                  0x1db8bf934 start_wqthread + 0

Thread 15:
0   libsystem_pthread.dylib                  0x1db8bf934 start_wqthread + 0

Thread 16 name:   Dispatch queue: com.apple.root.default-qos
Thread 16:
0   libsystem_malloc.dylib                   0x191868650 small_free_list_remove_ptr + 136
1   libsystem_malloc.dylib                   0x191865b2c small_malloc_from_free_list + 340
2   libsystem_malloc.dylib                   0x19186386c small_malloc_should_clear + 192
3   libsystem_malloc.dylib                   0x191867cbc szone_malloc_should_clear + 116
4   libsystem_malloc.dylib                   0x191865eb8 _malloc_zone_calloc + 80
5   CoreFoundation                           0x18065ae88 mdict_rehashd + 84
6   CoreFoundation                           0x180603e58 -[__NSDictionaryM __setObject:forKey:] + 896
7   CoreFoundation                           0x18063b910 -[__NSFrozenDictionaryM __apply:context:] + 124
8   CoreFoundation                           0x1806dc24c -[CFPrefsSource mergeIntoDictionary:sourceDictionary:cloudKeyEvaluator:] + 148
9   CoreFoundation                           0x180628b50 -[CFPrefsSearchListSource alreadylocked_getDictionary:] + 708
10  CoreFoundation                           0x18068545c -[CFPrefsSearchListSource alreadylocked_copyValueForKey:] + 144
11  CoreFoundation                           0x1806e78bc -[CFPrefsSource copyValueForKey:] + 56
12  CoreFoundation                           0x18062a9ec __76-[_CFXPreferences copyAppValueForKey:identifier:container:configurationURL:]_block_invoke + 40
13  CoreFoundation                           0x180648168 __108-[_CFXPreferences(SearchListAdditions) withSearchListForIdentifier:container:cloudConfigurationURL:perform:]_block_invoke + 352
14  CoreFoundation                           0x1806222e0 normalizeQuintuplet + 348
15  CoreFoundation                           0x18061bc80 -[_CFXPreferences withSearchListForIdentifier:container:cloudConfigurationURL:perform:] + 124
16  CoreFoundation                           0x180675348 -[_CFXPreferences copyAppValueForKey:identifier:container:configurationURL:] + 140
17  CoreFoundation                           0x18063dc98 _CFPreferencesCopyAppValueWithContainerAndConfiguration + 124
18  Foundation                               0x181d2cdc4 -[NSUserDefaults(NSUserDefaults) objectForKey:] + 72
19  Foundation                               0x181d395b4 -[NSUserDefaults(NSUserDefaults) stringForKey:] + 24
20  Purchases                                0x103110ab8 0x103104000 + 51896
21  Purchases                                0x103110994 0x103104000 + 51604
22  CoreFoundation                           0x18061e2d8 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 20
23  CoreFoundation                           0x1806b38d4 ___CFXRegistrationPost_block_invoke + 48
24  CoreFoundation                           0x180688bf4 _CFXRegistrationPost + 416
25  CoreFoundation                           0x180633060 _CFXNotificationPost + 708
26  Foundation                               0x181d2305c -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
27  FBSDKCoreKit                             0x102cf6058 0x102c98000 + 385112
28  FBSDKCoreKit                             0x102cf6a30 0x102c98000 + 387632
29  FBSDKCoreKit                             0x102cf5768 0x102c98000 + 382824
30  FBSDKCoreKit                             0x102cf678c 0x102c98000 + 386956
31  StoreKit                                 0x1a8e4a4b4 __27-[SKProductsRequest _start]_block_invoke_2 + 184
32  libdispatch.dylib                        0x180347094 _dispatch_call_block_and_release + 24
33  libdispatch.dylib                        0x180348094 _dispatch_client_callout + 16
34  libdispatch.dylib                        0x18031f764 _dispatch_queue_override_invoke + 704
35  libdispatch.dylib                        0x18032c630 _dispatch_root_queue_drain + 328
36  libdispatch.dylib                        0x18032cdec _dispatch_worker_thread2 + 160
37  libsystem_pthread.dylib                  0x1db8bfdd4 _pthread_wqthread + 224
38  libsystem_pthread.dylib                  0x1db8bf93c start_wqthread + 8

Thread 17 name:  JavaScriptCore libpas scavenger
Thread 17:
0   libsystem_kernel.dylib                   0x1bae72484 __psynch_cvwait + 8
1   libsystem_pthread.dylib                  0x1db8c0860 _pthread_cond_wait$VARIANT$armv81 + 1224
2   JavaScriptCore                           0x18aef8ef8 scavenger_thread_main + 960
3   libsystem_pthread.dylib                  0x1db8c1348 _pthread_start + 116
4   libsystem_pthread.dylib                  0x1db8bf948 thread_start + 8

Thread 18 name:  com.apple.coremedia.rootQueue.47
Thread 18:
0   libsystem_kernel.dylib                   0x1bae71b00 semaphore_timedwait_trap + 8
1   libdispatch.dylib                        0x180317b90 _dispatch_sema4_timedwait$VARIANT$armv81 + 60
2   libdispatch.dylib                        0x180318110 _dispatch_semaphore_wait_slow + 72
3   libdispatch.dylib                        0x18032c448 _dispatch_worker_thread + 304
4   libsystem_pthread.dylib                  0x1db8c1348 _pthread_start + 116
5   libsystem_pthread.dylib                  0x1db8bf948 thread_start + 8

Thread 19:
0   libsystem_pthread.dylib                  0x1db8bf934 start_wqthread + 0

Thread 20:
0   libsystem_pthread.dylib                  0x1db8bf934 start_wqthread + 0

Thread 21:
0   libsystem_pthread.dylib                  0x1db8bf934 start_wqthread + 0

Thread 22:
0   libsystem_pthread.dylib                  0x1db8bf934 start_wqthread + 0

Thread 23:
0   libsystem_pthread.dylib                  0x1db8bf934 start_wqthread + 0

Thread 24:
0   libsystem_pthread.dylib                  0x1db8bf934 start_wqthread + 0

Thread 25:
0   libsystem_pthread.dylib                  0x1db8bf934 start_wqthread + 0

Thread 26:
0   libsystem_pthread.dylib                  0x1db8bf934 start_wqthread + 0

Thread 27:
0   libsystem_pthread.dylib                  0x1db8bf934 start_wqthread + 0

Thread 28:
0   libsystem_pthread.dylib                  0x1db8bf934 start_wqthread + 0

Thread 29:
0   libsystem_pthread.dylib                  0x1db8bf934 start_wqthread + 0

Thread 30:
0   libsystem_pthread.dylib                  0x1db8bf934 start_wqthread + 0

Thread 31:
0   libsystem_pthread.dylib                  0x1db8bf934 start_wqthread + 0


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x0000000197f73ea1   x5: 0x000000016d9fa390   x6: 0x000000000000006e   x7: 0x000000000000006e
    x8: 0x0000000102a08580   x9: 0xb517290a2a4b6dad  x10: 0x0000000000000200  x11: 0x000000000000000b
   x12: 0x0000000000000000  x13: 0x000000007f9ff800  x14: 0x0000000000000010  x15: 0x0000000000000000
   x16: 0x0000000000000148  x17: 0x0000000000000002  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x0000000000000103  x21: 0x0000000102a08660  x22: 0x0000000000000000  x23: 0x0000000000000000
   x24: 0x0000000002ffffff  x25: 0x0000000102a08660  x26: 0x000000000000000f  x27: 0x0000000000000000
   x28: 0x000000028103cb40   fp: 0x000000016d9fa300   lr: 0x00000001db8cb854
    sp: 0x000000016d9fa2e0   pc: 0x00000001bae77bbc cpsr: 0x40000000
   far: 0x00000001f6ff7948  esr: 0x56000080  Address size fault

Binary Images:
       0x1bae71000 -        0x1baea4fff libsystem_kernel.dylib arm64  <09e1dcdbe2c93f7ebbfc96dec6c161da> /usr/lib/system/libsystem_kernel.dylib
       0x1db8be000 -        0x1db8cefff libsystem_pthread.dylib arm64  <5190be2141d433619249bfdc03b71e36> /usr/lib/system/libsystem_pthread.dylib
       0x18ad49000 -        0x18adc4fff libsystem_c.dylib arm64  <929b8c7cb9523971a688c9c4aaf0f2b6> /usr/lib/system/libsystem_c.dylib
       0x197f60000 -        0x197f76fff libc++abi.dylib arm64  <f886a31d5e493b6aa361a07fedecec59> /usr/lib/libc++abi.dylib
       0x197e64000 -        0x197e9bfff libobjc.A.dylib arm64  <57ca31b758ea36d6a442728888f336ec> /usr/lib/libobjc.A.dylib
       0x1802e4000 -        0x180366fff libdispatch.dylib arm64  <f87efead673b3a09b7ab9c69b55a18a8> /usr/lib/system/libdispatch.dylib
       0x1805f5000 -        0x180a32fff CoreFoundation arm64  <48cd0a807a9234ebb1408c475d135808> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
       0x1a1114000 -        0x1a111cfff GraphicsServices arm64  <996d6fdae7883abeb6d6ad8e0f4cc881> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
       0x18292e000 -        0x1840c7fff UIKitCore arm64  <a84e395e0b003162b1fdb861ce41349c> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
       0x196f3b000 -        0x196f9afff libswiftUIKit.dylib arm64  <ade66154967a329d839ca3a65912d3b9> /usr/lib/swift/libswiftUIKit.dylib
       0x102404000 -        0x1026a7fff VGravesite arm64  <471a2c79778a347e9f65c6186008b827> /private/var/containers/Bundle/Application/4C77F180-EA2C-45F8-B242-55916C4F9D07/VGravesite.app/VGravesite
       0x1029a0000 -        0x1029f3fff dyld arm64  <0912a37c959234f1938ffdbcfcd1cf2f> /usr/lib/dyld
       0x103a90000 -        0x103d4ffff grpc arm64  <4166794e3f8a3445b8a6854e1b9e91f1> /private/var/containers/Bundle/Application/4C77F180-EA2C-45F8-B242-55916C4F9D07/VGravesite.app/Frameworks/grpc.framework/grpc
       0x1036ec000 -        0x10374bfff grpcpp arm64  <8cb489cc0fc238268cb094b5414b36f7> /private/var/containers/Bundle/Application/4C77F180-EA2C-45F8-B242-55916C4F9D07/VGravesite.app/Frameworks/grpcpp.framework/grpcpp
       0x10319c000 -        0x1033affff FirebaseFirestore arm64  <3da2191e07c1379a975bbf62dc575786> /private/var/containers/Bundle/Application/4C77F180-EA2C-45F8-B242-55916C4F9D07/VGravesite.app/Frameworks/FirebaseFirestore.framework/FirebaseFirestore
       0x181d09000 -        0x181fedfff Foundation arm64  <3cb1645d719b332f9a3a9c33a9bb4b6d> /System/Library/Frameworks/Foundation.framework/Foundation
       0x197f04000 -        0x197f5ffff libc++.1.dylib arm64  <bd13501341583905bf98a18834af8337> /usr/lib/libc++.1.dylib
       0x1034a0000 -        0x1034d3fff leveldb arm64  <e97c3070f0c237a3aca85a8e5a6422c1> /private/var/containers/Bundle/Application/4C77F180-EA2C-45F8-B242-55916C4F9D07/VGravesite.app/Frameworks/leveldb.framework/leveldb
       0x180dd1000 -        0x181261fff CFNetwork arm64  <f154f6f6f7693743a48fc4828dca4e3c> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
       0x1893af000 -        0x1893d7fff AudioSession arm64  <0cb523d9d1e6352a9512e9cb7c28edf7> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession
       0x1a3a84000 -        0x1a3c15fff libsqlite3.dylib arm64  <6f3dc782836e316b9b9deca61ec3cc92> /usr/lib/libsqlite3.dylib
       0x191861000 -        0x191881fff libsystem_malloc.dylib arm64  <c057c65b639931408b4d20cca598a2aa> /usr/lib/system/libsystem_malloc.dylib
       0x103104000 -        0x10313bfff Purchases arm64  <4135ec0d36ac3c12907bc595d3199806> /private/var/containers/Bundle/Application/4C77F180-EA2C-45F8-B242-55916C4F9D07/VGravesite.app/Frameworks/Purchases.framework/Purchases
       0x102c98000 -        0x102d5ffff FBSDKCoreKit arm64  <56b9e21213163cfca2b82156e0769de4> /private/var/containers/Bundle/Application/4C77F180-EA2C-45F8-B242-55916C4F9D07/VGravesite.app/Frameworks/FBSDKCoreKit.framework/FBSDKCoreKit
       0x1a8e47000 -        0x1a8f01fff StoreKit arm64  <7581de22bce035dfad5da64518e99165> /System/Library/Frameworks/StoreKit.framework/StoreKit
       0x18ae18000 -        0x18c196fff JavaScriptCore arm64  <5ef96f4e7d1a3a3992765b9ca7222be1> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
       0x10344c000 -        0x10347ffff PurchasesCoreSwift arm64  <75acf663b85a399cab6e08426da1fd98> /private/var/containers/Bundle/Application/4C77F180-EA2C-45F8-B242-55916C4F9D07/VGravesite.app/Frameworks/PurchasesCoreSwift.framework/PurchasesCoreSwift

EOF
 

Badge +3

Hello Ryan:

I got this additional report from my iPhone.

Please help.

Event:            cpu usage
Action taken:     none
CPU:              144 seconds cpu time over 150 seconds (96% cpu average), exceeding limit of 80% cpu over 180 seconds
CPU limit:        144s
Limit duration:   180s
CPU used:         144s
CPU duration:     150s
Duration:         150.02s
Duration Sampled: 148.74s
Steps:            132

Hardware model:   iPhone10,3
Active cpus:      6
HW page size:     16384
VM page size:     16384

Advisory levels:  Battery -> 3, User -> 3, ThermalPressure -> 0, Combined -> 3
Free disk space:  19.94 GB/59.51 GB, low space threshold 150 MB

Heaviest stack for the target process:
  132  ??? (libsystem_pthread.dylib + 6460) [0x1db8bf93c]
  129  ??? (libsystem_pthread.dylib + 7636) [0x1db8bfdd4]
  129  ??? (libdispatch.dylib + 298476) [0x18032cdec]
  129  ??? (libdispatch.dylib + 296496) [0x18032c630]
  129  ??? (libdispatch.dylib + 243556) [0x18031f764]
  129  ??? (libdispatch.dylib + 409748) [0x180348094]
  129  ??? (libdispatch.dylib + 405652) [0x180347094]
  129  ??? (VGravesite + 1875644) [0x104df1ebc]
  128  ??? (VGravesite + 1873908) [0x104df17f4]
  121  ??? (VGravesite + 1866256) [0x104defa10]
  107  ??? (VGravesite + 1864176) [0x104def1f0]
  107  ??? (Foundation + 740680) [0x181dbdd48]
  107  ??? (Foundation + 629580) [0x181da2b4c]
  106  ??? (Foundation + 113764) [0x181d24c64]
  106  ??? (CoreFoundation + 879160) [0x1806cba38]
  66   ??? (CoreFoundation + 795304) [0x1806b72a8]
  66   ??? (libicucore.A.dylib + 2058708) [0x1805689d4]
  62   ??? (libicucore.A.dylib + 1875024) [0x18053bc50]
  28   ??? (libicucore.A.dylib + 1878008) [0x18053c7f8]
  28   ??? (libicucore.A.dylib + 1888092) [0x18053ef5c]
  28   ??? (libicucore.A.dylib + 1135872) [0x180487500]
  20   ??? (libicucore.A.dylib + 1465912) [0x1804d7e38]
  17   ??? (libicucore.A.dylib + 1468892) [0x1804d89dc]
  8    ??? (libicucore.A.dylib + 1471628) [0x1804d948c]
  8    ??? (libicucore.A.dylib + 1475540) [0x1804da3d4]
  5    ??? (libicucore.A.dylib + 1475732) [0x1804da494]
  2    ??? (libicucore.A.dylib + 736180) [0x180425bb4]
  2    ??? (libicucore.A.dylib + 603452) [0x18040553c]
  1    ??? (libicucore.A.dylib + 603096) [0x1804053d8]

Reply