- 
                Notifications
    
You must be signed in to change notification settings  - Fork 1.7k
 
Description
Description
Crash at the startup of our app.
crash_info_entry_0:-
BUG IN CLIENT OF LIBPLATFORM: Unlock of an os_unfair_lock not owned by current thread
Reproducing the issue
This is the stack trace:
Crashed: com.google.GoogleConfigService.database
0  libsystem_platform.dylib       0x3f10 _os_unfair_lock_unowned_abort + 36
1  libsystem_platform.dylib       0x3530 _os_unfair_lock_unlock_slow + 92
2  libsqlite3.dylib               0x54f70 sqlite3_randomness + 2472
3  libsqlite3.dylib               0x3cbe4 sqlite3_value_text + 22416
4  libsqlite3.dylib               0x3c714 sqlite3_value_text + 21184
5  libsqlite3.dylib               0x3bf0c sqlite3_value_text + 19128
6  libsqlite3.dylib               0x15050 sqlite3_finalize + 1820
7  libsqlite3.dylib               0x35f50 sqlite3_step + 45152
8  libsqlite3.dylib               0x2b29c sqlite3_step + 940
9  FirebaseRemoteConfig           0xb2c4 -[RCNConfigDBManager insertMainTableWithValues:fromSource:] + 332
10 FirebaseRemoteConfig           0xb0e8 __77-[RCNConfigDBManager insertMainTableWithValues:fromSource:completionHandler:]_block_invoke + 48
11 libdispatch.dylib              0x1aac _dispatch_call_block_and_release + 32
12 libdispatch.dylib              0x1b584 _dispatch_client_callout + 16
13 libdispatch.dylib              0xa2d0 _dispatch_lane_serial_drain + 740
14 libdispatch.dylib              0xadac _dispatch_lane_invoke + 388
15 libdispatch.dylib              0x151dc _dispatch_root_queue_drain_deferred_wlh + 292
16 libdispatch.dylib              0x14a60 _dispatch_workloop_worker_thread + 540
17 libsystem_pthread.dylib        0xa0c _pthread_wqthread + 292
18 libsystem_pthread.dylib        0xaac start_wqthread + 8
Firebase SDK Version
v12.0.0 and v10.5.0
Xcode Version
16.4 or below
Installation Method
CocoaPods
Firebase Product(s)
Crashlytics, Performance
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
Replace this line with the contents of your Podfile.lock!