-
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
Crashed at com.google.FPRCCLogger when FIRTrace calls dealloc #4060
Comments
This comment has been minimized.
This comment has been minimized.
Also happening to us, and only on iOS 12 this is the stacktrace: Crashed: com.google.perf.FPREventsQueue |
@pot8os @dbaroncelli We fixed issues related to accessing remote config values. Can you try updating to the recent version of Firebase (6.10.0) and see if this issue is occurring? |
Also, if you still see it in 6.10.0, would be nice to get information of all threads in the crash. |
@visumickey @dmandar Thank you. I think I'll be able to let you know how the new version of my app that includes Firebase 6.10.0 works next week. |
6.10.0 also have this problem |
v. 6.10.0
|
@dmandar
|
This issue is fixed and will be rolled out in the upcoming release of Firebase Performance. |
Firebase 6.13.0 was just released and should address this issue. Please update and re-open if you're still seeing the issue, thanks! |
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
Although I can't repro so far, a few users got the following crash at
FPRCCLogger
thread.Stack trace of the FPRCCLogger thread
State of the main thread at this moment
Relevant Code:
Regarding
AppDelegate.swift
, I wrote a basic code to initialize Firebase and I think it's been worked well for years before I saw the issue.For now, 95% of crash reports come from iOS 12, and never seen from iOS 13 but I'm not sure if it's never happening on iOS 13.
Thanks!
The text was updated successfully, but these errors were encountered: