-
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
Crashes on - [APMIdentity updateIdentifiers] #2575
Comments
This comment has been minimized.
This comment has been minimized.
Crashing in a system call (in this case |
Ok I will try to reproduce it on my end, and If i find something i will update it here |
Receiving the same crash with the latest Firebase SDK
|
@hamedh @mirsatmurutoglu Can I ask you a bit more details on the issue:
|
@maksymmalyhin Sure, here is one full crash log. I can email more info if you like |
@hamedh Thank you for the log. Unfortunately, it is not accessible for me for some reason. Will it be possible just to attach the file to a GitHub comment? |
Yes, sorry about that com.radiojavan.rj_issue_crash_6b9f9efa443f411e909c4d8da3bf8cc2_DNE_0_v2.txt.zip |
@hamedh Thanks for the log! Unfortunately, it doesn't contain the exception either. It may be at the tail of the app log if you have access to it. Do you think you can also share other app dependencies (e.g. a |
@mirsatmurutoglu Hmm, here's another log file. It's from Crashlytics which sometimes truncates the log if it's too long. com.radiojavan.rj_issue_crash_9d1affcf768741829ff54f67f00c6b92_DNE_0_v2.txt.zip Here's the Podfile dependencies (all the latest version)
|
Thanks for the new report. Internally tracked at b/78059673. Previously reported at #1059. |
I have this exact same crash ever after I integrated Firebase. |
We've identified the cause of this bug and should have a fix in review soon. |
@morganchen12 Has this issue been fixed and published by now? |
No, we're having trouble generating test cases for this issue. I'll update this thread when it's merged and pending release. If anyone is able to create a reproducible test case, that would help us greatly. The bug is somewhat non-deterministic so any reproducible example will probably involve some repetition. |
I just started having this issue as well. This is the source of most of my crashes on Crashlytics. I do NOT integrate the Firebase SDK. This happened when I updated to the latest version of AdMob Google-Mobile-Ads-SDK 7.47.0 from 7.31.0. This also installed new pods GoogleAppMeasurement (6.1.0) and GoogleUtilities (6.2.4). Please put out a fix soon OP! |
According to crashlytics this crash happends when device has small amount of free RAM. |
What does mean small amount of free RAM? My crashes occurring on devices having around 140MB. This is my stack I can see:
My Podfile installs following:
|
Yes my crashes on crashlytics show varying amounts of RAM as well. I don't think it is directly related to a memory issue but am not 100% positive. I cannot replicate the crash. |
The fix is planned for our next milestone release - M56 - due in the next few weeks - likely to be Firebase 6.9.0 |
Thanks @paulb777 . This issue is also in the Google Mobile Ads SDK which involve these 3 SDKS: I just want to make sure the fix will be made in both the firebase SDK users and the Google Mobile Ads SDK users. |
@nvrtdfrst The fix is in the GoogleAppMeasurement pod which is a dependency of both FirebaseAnalytics and Google-Mobile-Ads-SDK |
@paulb777 Thanks for the clarification. Much appreciated. |
@paulb777 The Google-Mobile-Ads-SDK has not been updated yet, so it is not using the latest version of GoogleAppMeasurement v6.1.2 which I assume is the version that has the fix for this APMIdentity bug. Do you know when the Google-Mobile-Ads-SDK will be patched to fix this bug? |
Google-Mobile-Ads's dependency on GoogleAppMeasurement allows minor version updates. See https://github.com/CocoaPods/Specs/blob/master/Specs/5/9/a/Google-Mobile-Ads-SDK/7.50.0/Google-Mobile-Ads-SDK.podspec.json#L4. So a |
@paulb777 Ah yes thank you again |
After updating the SDK to latest version which is 5.18.0, We got some crash logs on Crashlytics.
Crash Log:
The text was updated successfully, but these errors were encountered: