-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
Description
Hi Firebase team,
I’ve encountered crash in my app after updating to Firebase 11.2.0 and GoogleSignIn 8.0.0. The crash is reported by Crashlytics and has occurred on user devices running iOS 17.6.1. I’m using Xcode 15.4 for development and publishing the app. I can't reproduce it locally.
We discussed this crash in this GitHub thread but I was advised to open a new issue here.
There are two "different crashes" so far:
Crash Details:
• Exception Type: EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000003
• Thread: com.apple.root.user-initiated-qos.cooperative
• Affected File: AuthBackend.swift - Line 143
• Function: specialized AuthBackendRPCImplementation.callInternal(with:) + 143
The first crash stack trace:
app_issue_466ae93783cfc5e3010951fc92f6e334_crash_session_c89332271f904df98a543d8daf437162_DNE_0_v2_stacktrace.txt
second.crash_issue_466ae93783cfc5e3010951fc92f6e334_crash_session_449ef354ab5e4450b4e53a2fde399be3_DNE_0_v2_stacktrace.txt
A different stack trace:
crash.type2.txt
I'd appreciate any guidance on how to mitigate this crash. Please let me know if you need any additional information to help diagnose this issue.
Thank you for your assistance.
Best regards,
Ondrej
Reproducing the issue
No response
Firebase SDK Version
11.2
Xcode Version
15.4
Installation Method
Swift Package Manager
Firebase Product(s)
Authentication, Crashlytics, Firestore, Messaging
Targeted Platforms
iOS
Relevant Log Output
No response
If using Swift Package Manager, the project's Package.resolved
No response
If using CocoaPods, the project's Podfile.lock
No response