Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIRCLSBinaryImageRecordLibraryFrameworkInfo Crash #14043

Open
jruston opened this issue Nov 7, 2024 · 3 comments
Open

FIRCLSBinaryImageRecordLibraryFrameworkInfo Crash #14043

jruston opened this issue Nov 7, 2024 · 3 comments

Comments

@jruston
Copy link

jruston commented Nov 7, 2024

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
Copy link

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

@rizafran
Copy link
Contributor

rizafran commented Nov 8, 2024

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

@jruston
Copy link
Author

jruston commented Nov 8, 2024

@rizafran
stacktrace.txt

It is attached.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants