firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.67k stars 1.49k forks source link

FIRCLSBinaryImageRecordLibraryFrameworkInfo Crash #14043

Open jruston opened 5 days ago

jruston commented 5 days ago

Description

I am seeing some crashes which seem to occur inside FIRCLSBinaryImageRecordLibraryFrameworkInfo. I have been unable to reproduce it myself, but I'm seeing a bunch of these kinds of crashes in Firebase 11.4.2. I believe it occurred in older versions too.

Reproducing the issue

No response

Firebase SDK Version

11.4.2

Xcode Version

16.1

Installation Method

CocoaPods

Firebase Product(s)

Analytics, Crashlytics

Targeted Platforms

iOS

Relevant Log Output

Thread 1 Crashed:
0   libobjc.A.dylib                 0x000000018c9edc78 objc_retain + 16 (:-1)
1   CoreFoundation                  0x000000018f72a944 _copyQueryTable + 140 (CFBundle_Resources.c:831)
2   CoreFoundation                  0x000000018f72a2c8 _copyResourceURLsFromBundle + 376 (CFBundle_Resources.c:948)
3   CoreFoundation                  0x000000018f7299d0 _CFBundleCopyFindResources + 1400 (CFBundle_Resources.c:1280)
4   CoreFoundation                  0x000000018f728bb4 CFBundleCopyResourceURL + 56 (CFBundle_Resources.c:110)
5   CoreFoundation                  0x000000018f7282cc _CFBundleGetStringsSources + 964 (CFBundle_Strings.m:947)
6   CoreFoundation                  0x000000018f751f9c CFBundleGetLocalInfoDictionary + 208 (CFBundle_InfoPlist.c:1416)
7   Foundation                      0x000000018e37325c -[NSBundle localizedInfoDictionary] + 24 (NSBundle.m:1381)
8   Foundation                      0x000000018e373204 -[NSBundle objectForInfoDictionaryKey:] + 28 (NSBundle.m:1385)
9   FirebaseCrashlytics             0x0000000103ace938 FIRCLSBinaryImageRecordLibraryFrameworkInfo + 248 (FIRCLSBinaryImage.m:546)
10  FirebaseCrashlytics             0x0000000103ace938 FIRCLSBinaryImageRecordSlice + 356 (FIRCLSBinaryImage.m:568)
11  FirebaseCrashlytics             0x0000000103ace938 FIRCLSProcessBinaryImageChange + 796 (FIRCLSBinaryImage.m:396)
12  libdispatch.dylib               0x000000019737a0d0 _dispatch_client_callout + 20 (object.m:576)
13  libdispatch.dylib               0x00000001973816d8 _dispatch_lane_serial_drain + 744 (queue.c:3934)
14  libdispatch.dylib               0x00000001973821e0 _dispatch_lane_invoke + 380 (queue.c:4025)
15  libdispatch.dylib               0x000000019738d258 _dispatch_root_queue_drain_deferred_wlh + 288 (queue.c:7193)
16  libdispatch.dylib               0x000000019738caa4 _dispatch_workloop_worker_thread + 540 (queue.c:6787)
17  libsystem_pthread.dylib         0x0000000216a73c7c _pthread_wqthread + 288 (pthread.c:2696)
18  libsystem_pthread.dylib         0x0000000216a70488 start_wqthread + 8 (:-1)

If using Swift Package Manager, the project's Package.resolved

No response

If using CocoaPods, the project's Podfile.lock

No response

google-oss-bot commented 5 days ago

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

rizafran commented 4 days ago

Thanks for reaching out, @jruston. Do you have a full stack trace of the issue?

jruston commented 4 days ago

@rizafran stacktrace.txt

It is attached.