Description
Description
Crashed: com.google.fira.worker
0 **** 0x3327a80 apmpb_free_runtime_entity_field + 29535016
1 **** 0x3327b68 apmpb_free_runtime_entity + 29535248
2 **** 0x3327a88 apmpb_free_runtime_entity_field + 29535024
3 **** 0x3327b68 apmpb_free_runtime_entity + 29535248
4 **** 0x3327a88 apmpb_free_runtime_entity_field + 29535024
5 **** 0x3327b68 apmpb_free_runtime_entity + 29535248
6 **** 0x3327a88 apmpb_free_runtime_entity_field + 29535024
7 **** 0x3327b68 apmpb_free_runtime_entity + 29535248
8 **** 0x3327a88 apmpb_free_runtime_entity_field + 29535024
9 **** 0x3327b68 apmpb_free_runtime_entity + 29535248
10 **** 0x3325404 apmpb_free_program_field + 29525164
11 **** 0x3325484 apmpb_free_program + 29525292
12 **** 0x33232c4 apmpb_free_measurement_config_field + 29516652
13 **** 0x33234a4 apmpb_free_measurement_config + 29517132
14 **** 0x3330440 -[APMPBMeasurementConfig initWithBuffer:] + 29570280
15 **** 0x32d4cd0 -[APMDatabase queryMeasurementConfigWithError:] + 29195640
16 **** 0x334d070 -[APMRemoteConfig measurementConfigFromDatabase] + 29688088
17 **** 0x3349f44 -[APMRemoteConfig initWithAppID:database:measurementConfig:experimentManager:] + 29675500
18 **** 0x3349b6c -[APMRemoteConfig initWithAppID:database:experimentManager:] + 29674516
19 **** 0x32f63a4 __47-[APMMeasurement startMeasurementOnWorkerQueue]_block_invoke + 29332556
20 **** 0x32f602c -[APMMeasurement startMeasurementOnWorkerQueue] + 29331668
21 **** 0x32f5870 -[APMMeasurement setEnabledOnWorkerQueue:] + 29329688
22 **** 0x32f5788 __29-[APMMeasurement setEnabled:]_block_invoke + 29329456
23 **** 0x334dc98 __51-[APMScheduler scheduleOnWorkerQueueBlockID:block:]_block_invoke + 29691200
24 libdispatch.dylib 0x2248 _dispatch_call_block_and_release + 32
25 libdispatch.dylib 0x3fa8 _dispatch_client_callout + 20
26 libdispatch.dylib 0xb5cc _dispatch_lane_serial_drain + 768
27 libdispatch.dylib 0xc124 _dispatch_lane_invoke + 380
28 libdispatch.dylib 0x1738c _dispatch_root_queue_drain_deferred_wlh + 288
29 libdispatch.dylib 0x16bd8 _dispatch_workloop_worker_thread + 540
30 libsystem_pthread.dylib 0x3680 _pthread_wqthread + 288
31 libsystem_pthread.dylib 0x1474 start_wqthread + 8
Reproducing the issue
No response
Firebase SDK Version
10.23.0
Xcode Version
16.2
Installation Method
CocoaPods
Firebase Product(s)
AB Testing, Analytics, Crashlytics, Messaging, Performance, Remote Config
Targeted Platforms
iOS
Relevant Log Output
If using Swift Package Manager, the project's Package.resolved
Expand Package.resolved
snippet
Replace this line with the contents of your Package.resolved.
If using CocoaPods, the project's Podfile.lock
Expand Podfile.lock
snippet
FirebaseABTesting (10.23.0):
- FirebaseCore (~> 10.0)
- FirebaseAnalytics/WithoutAdIdSupport (10.23.0):
- FirebaseCore (~> 10.0)
- FirebaseInstallations (~> 10.0)
- GoogleAppMeasurement/WithoutAdIdSupport (= 10.23.0)
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
- GoogleUtilities/MethodSwizzler (~> 7.11)
- GoogleUtilities/Network (~> 7.11)
- "GoogleUtilities/NSData+zlib (~> 7.11)"
- nanopb (< 2.30911.0, >= 2.30908.0)
- FirebaseCore (10.23.0):
- FirebaseCoreInternal (~> 10.0)
- GoogleUtilities/Environment (~> 7.12)
- GoogleUtilities/Logger (~> 7.12)
- FirebaseCoreExtension (10.23.0):
- FirebaseCore (~> 10.0)
- FirebaseCoreInternal (10.23.0):
- "GoogleUtilities/NSData+zlib (~> 7.8)"
- FirebaseCrashlytics (10.23.0):
- FirebaseCore (~> 10.5)
- FirebaseInstallations (~> 10.0)
- FirebaseRemoteConfigInterop (~> 10.23)
- FirebaseSessions (~> 10.5)
- GoogleDataTransport (~> 9.2)
- GoogleUtilities/Environment (~> 7.8)
- nanopb (< 2.30911.0, >= 2.30908.0)
- PromisesObjC (~> 2.1)
- FirebaseInstallations (10.23.0):
- FirebaseCore (~> 10.0)
- GoogleUtilities/Environment (~> 7.8)
- GoogleUtilities/UserDefaults (~> 7.8)
- PromisesObjC (~> 2.1)
- FirebaseMessaging (10.23.0):
- FirebaseCore (~> 10.0)
- FirebaseInstallations (~> 10.0)
- GoogleDataTransport (~> 9.3)
- GoogleUtilities/AppDelegateSwizzler (~> 7.8)
- GoogleUtilities/Environment (~> 7.8)
- GoogleUtilities/Reachability (~> 7.8)
- GoogleUtilities/UserDefaults (~> 7.8)
- nanopb (< 2.30911.0, >= 2.30908.0)
- FirebasePerformance (10.23.0):
- FirebaseCore (~> 10.5)
- FirebaseInstallations (~> 10.0)
- FirebaseRemoteConfig (~> 10.0)
- FirebaseSessions (~> 10.5)
- GoogleDataTransport (~> 9.2)
- GoogleUtilities/Environment (~> 7.8)
- GoogleUtilities/ISASwizzler (~> 7.8)
- GoogleUtilities/MethodSwizzler (~> 7.8)
- nanopb (< 2.30911.0, >= 2.30908.0)
- FirebaseRemoteConfig (10.23.0):
- FirebaseABTesting (~> 10.0)
- FirebaseCore (~> 10.0)
- FirebaseInstallations (~> 10.0)
- FirebaseRemoteConfigInterop (~> 10.23)
- FirebaseSharedSwift (~> 10.0)
- GoogleUtilities/Environment (~> 7.8)
- "GoogleUtilities/NSData+zlib (~> 7.8)"
- FirebaseRemoteConfigInterop (10.23.0)
- FirebaseSessions (10.23.0):
- FirebaseCore (~> 10.5)
- FirebaseCoreExtension (~> 10.0)
- FirebaseInstallations (~> 10.0)
- GoogleDataTransport (~> 9.2)
- GoogleUtilities/Environment (~> 7.10)
- nanopb (< 2.30911.0, >= 2.30908.0)
- PromisesSwift (~> 2.1)
- FirebaseSharedSwift (10.23.0)
GoogleAppMeasurement/WithoutAdIdSupport (10.23.0):
- GoogleUtilities/AppDelegateSwizzler (~> 7.11)
- GoogleUtilities/MethodSwizzler (~> 7.11)
- GoogleUtilities/Network (~> 7.11)
- "GoogleUtilities/NSData+zlib (~> 7.11)"
- nanopb (< 2.30911.0, >= 2.30908.0)
- GoogleDataTransport (9.4.1):
- GoogleUtilities/Environment (~> 7.7)
- nanopb (< 2.30911.0, >= 2.30908.0)
- PromisesObjC (< 3.0, >= 1.2)
GoogleUtilities (7.13.0):
- GoogleUtilities/AppDelegateSwizzler (= 7.13.0)
- GoogleUtilities/Environment (= 7.13.0)
- GoogleUtilities/ISASwizzler (= 7.13.0)
- GoogleUtilities/Logger (= 7.13.0)
- GoogleUtilities/MethodSwizzler (= 7.13.0)
- GoogleUtilities/Network (= 7.13.0)
- "GoogleUtilities/NSData+zlib (= 7.13.0)"
- GoogleUtilities/Privacy (= 7.13.0)
- GoogleUtilities/Reachability (= 7.13.0)
- GoogleUtilities/SwizzlerTestHelpers (= 7.13.0)
- GoogleUtilities/UserDefaults (= 7.13.0)
- GoogleUtilities/AppDelegateSwizzler (7.13.0):
- GoogleUtilities/Environment
- GoogleUtilities/Logger
- GoogleUtilities/Network
- GoogleUtilities/Privacy
- GoogleUtilities/Environment (7.13.0):
- GoogleUtilities/Privacy
- PromisesObjC (< 3.0, >= 1.2)
- GoogleUtilities/ISASwizzler (7.13.0):
- GoogleUtilities/Privacy
- GoogleUtilities/Logger (7.13.0):
- GoogleUtilities/Environment
- GoogleUtilities/Privacy
- GoogleUtilities/MethodSwizzler (7.13.0):
- GoogleUtilities/Logger
- GoogleUtilities/Privacy
- GoogleUtilities/Network (7.13.0):
- GoogleUtilities/Logger
- "GoogleUtilities/NSData+zlib"
- GoogleUtilities/Privacy
- GoogleUtilities/Reachability
- "GoogleUtilities/NSData+zlib (7.13.0)":
- GoogleUtilities/Privacy
- GoogleUtilities/Privacy (7.13.0)
- GoogleUtilities/Reachability (7.13.0):
- GoogleUtilities/Logger
- GoogleUtilities/Privacy
- GoogleUtilities/SwizzlerTestHelpers (7.13.0):
- GoogleUtilities/MethodSwizzler
- GoogleUtilities/UserDefaults (7.13.0):
- GoogleUtilities/Logger
- GoogleUtilities/Privacy
- GoogleUtilitiesComponents (1.1.0):
- GoogleUtilities/Logger