-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
FirebaseApp.configure is hanging on SDK 10.24.0 and 10.25.0 #12913
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
We're also seeing lot of remote config crash reports when trying to access variables.
|
Also experiencing this on 10.25.0. Thread 9 name: |
We are also seeing this on 10.24 |
Hey folks, thank you for reporting this issue. I'm going to work on a fix to the hang. For @jruston and @jonameson, I was wondering what type of crash are you getting from this? Is it just timing out due to the hang, or is there something else happening associated with the crash event? Just want to double check the hang is the root cause. @jonameson, the crash from #12913 (comment) seems to be a different root cause. Would you be able to open another separate issue for that crash? |
@samedson It would appear that what I am seeing is not a hang, though the stacktrace looks the same as the report mentioned by @jonameson. In my case at least, it is a SIGSEGV KERN_INVALID_ADDRESS crash. |
We see almost an additional second in the app start, on version that changed from 10.23.0 to 10.24.0 and 10.25.0 Firebase SDK. This really affects our user experience. We observe slow app start both in Firebase Performance "_app_start" and in Apple XCode Organizer. |
To me they seemed like the same because both are waiting for the queue to clear up causing a hang crash. Just different times when it happens. It might be at app start or a few seconds after the app starts. I can create a new issue... if you want. |
@jonameson we're going to ship #12977 in the next release that will solve the original issue. Maybe after you try out that change, you can see if the other issue you are reporting also goes away. If it doesn't, I'd recommend making a new issue. The only reason I didn't think it's the same issue is I don't see anything related to Rollouts in the stacktrace, but they may still be related like you said. |
Do we happen to have a TL for the next release, it seems Firebase does not work to well with ios 17.4 regarding remoteConfig hanging and AppCheck issues @samedson |
@samedson I am still seeing crashes in 10.27.0 similar to this. It is possible that the number of crashes is reduced, but I can't say for sure because I have only had 10.27.0 live in my apps for a few days. The crashes in 10.27.0 look like this: Exception Type: EXC_BAD_ACCESS (SIGSEGV) |
Hey folks, Sorry about the trouble, I was going for a long vacation, will take a look for the issue. |
Hey all, it looks like the fix for this issue has already been included in Firebase 10.28.0. I'll now be closing this ticket but let us know if the issue persists. |
Description
We released the app with 10.24.0 and noticed a large number of crash reports caused by FirebaseApp.configure causing a hang. Not sure how to reproduce. It is random on device that this happens.
Reproducing the issue
No response
Firebase SDK Version
10.25.0
Xcode Version
15.2
Installation Method
Swift Package Manager
Firebase Product(s)
AB Testing, Analytics, Authentication, Crashlytics, DynamicLinks, Firestore, Functions, In-App Messaging, Performance, Remote Config, Storage
Targeted Platforms
iOS
Relevant Log Output
If using Swift Package Manager, the project's Package.resolved
Expand
Package.resolved
snippetIf using CocoaPods, the project's Podfile.lock
Expand
Podfile.lock
snippetReplace this line with the contents of your Podfile.lock!
The text was updated successfully, but these errors were encountered: