-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Memory leaks on [FIRClearcutLogger sendNextPendingRequestWithCompletionHandler:] #1994
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
Comments
Also, it seems the two calls to GoogleUtilities are unsymbolicated. Can you get a fully symbolicated stack trace? |
GoogleUtilities was updated to the latest (5.3.4) version as well.
How to I do that? That's not the crash log, I was browsing through Xcode's Object graph |
I think I'm seeing something similar. I'm using Firebase 5.11 downloaded from firebase.google.com and added to the project manually... so I'm not sure which version of GoogleUtilities is bundled with it, but I assume the latest. If it helps, my calls to GoogleUtilities are symbolicated: 0 libsystem_malloc.dylib malloc_zone_malloc |
Thanks @yonomitt, but the latest GoogleUtilities didn't make Firebase 5.11.0 - see https://github.com/firebase/firebase-ios-sdk/releases. It will be in the next zip download release. |
@paulb777 I have also same issue with latest pod version. |
@Jay-iTechPioneer To confirm, do you still have the issue with the Google Utilities 5.3.5 that released yesterday? |
@paulb777 in 5.3.5 it is fixed and works fine. |
Thanks to @morganchen12 for the fix! |
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
Lots of memory leaks on [FIRClearcutLogger sendNextPendingRequestWithCompletionHandler:]. Is it possible to apply the same fix as here: #1917?
Steps to reproduce:
Happens after calling FirebaseApp.configure()
Here's a typical stack trace:
Get about 100 leaks on each launch.
The text was updated successfully, but these errors were encountered: