-
Notifications
You must be signed in to change notification settings - Fork 1.6k
crash on com.google.fira.worker thread in apmpb_encode_repeated_user_attribute #2252
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
Is this being worked on? We see the same crashes in Crashlytics. |
This bug is unrelated to #2070; this one's caused by protobuf and there's no sqlite3 calls in the stack. @hansemannn @RamblinWreck77 does this issue still occur on Firebase 6+? |
Closing since there haven't been any responses on this issue. |
@morganchen12 we've just seen the same crash in Crashyltics with Firebase 6.0: Xcode version: 10.2.1
Let me know if there's any more info you need, thanks! |
This comment has been minimized.
This comment has been minimized.
@dhiren92 your crash is not the same as the one reported in this issue. Please file a new issue. |
Hey all, we still haven't been able to reproduce this crash, but we recently (in 6.12.0) updated the version of nanopb that Firebase is using. Please update your dependencies and let us know if the issue is still reproducible. |
Hey @RamblinWreck77. We need more information to resolve this issue but there hasn't been an update in 7 days. I'm marking the issue as stale and if there are no new updates in the next 3 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @RamblinWreck77 if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
Describe your environment
Describe the problem
Rare-ish crash in production, seems to only happen when the app is launched in the background from a significant location change event. Crash occurs essentially right at app launch so there's little/no logging.
Steps to reproduce:
Currently not reproducible, seems to take out 0.5-1% of sessions after millions of background wake up events.
Relevant Code:
The text was updated successfully, but these errors were encountered: