-
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
Crash in FIRAIdentity updateIdentifiers #1059
Comments
This suggests something weird going on in your app and may not be caused by Firebase, since We won't be able to effectively debug this crash without repro steps. |
Track internal bug at b/78059673 |
I have managed to find someone else reporting this exact stack trace on the Internet, which gives me certain amount of confidence that they may not necessarily be something weird going on with our app https://gist.github.com/plu/8eae8472fa458b8fc52ed032139b4ce8#file-gistfile6-md. Furthermore, this crash seems to be represented as 4+ different crashes based on fabric and some traces look like this
So pointing to I'd suggest looking for something like calling UIKit methods on a background thread, because it looks kind of similar to this other Firebase analytics crash we're seeing http://crashes.to/s/ab0ceee4b0a (will report as a separate issue). |
Thanks for more information, @petrpavlik. It could be but from the stack trace and the Fabric link you provided, I think they could be different issues. The crash occurred on different queues. Regarding the UIKit methods, we have determined that it is a bug from Apple but we also have a potential work around for it (see #431). |
Closing this issue since it's staled and seen no new reports. |
We've seen some internal reports of this issue from a partner; reopening to investigate. |
Hi, did you have some clues for this issue.This crash now rank first in our crash list. |
@CheneyZJ this crash seemingly only appears in older versions of Firebase. Have you tried upgrading? |
Still facing this crash with lastest version(5.16.0). |
Can you share a stack trace? |
#0Crashed: com.google.fira.workerEXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000c8da06f18 Raw Text0 | libobjc.A.dylib | objc_msgSend + 16 @morganchen12 ,Hi, see the log above. Thank you in advance. |
The crash in |
@morganchen12 Hi, thank you for ur reply. we can't reproduce this crash in our end. But we notice that this crash's count of crash session nearly equal to count fo crash user, means a user only suffered once this crash. So, I think it just happened on first app's launch after upgrading app or installing app.. Even though, we just can't reproduces this crash and hope this clue is helpful for investigating. Thank you again. |
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
there is a crashlytics report here http://crashes.to/s/bb80f189760
The text was updated successfully, but these errors were encountered: