-
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
Firebase 6.27.0 crashes on FIRCLSFileWriteString #6048
Comments
Example of such crashlog here: |
any comments about this issue? |
Looks like the crash is happening in Crashlytics' context recording code, which is very not good. Are you able to reproduce this crash consistently? |
we cannot reproduce it, but we see many such crashes in production code. Also we see related crashes with__FIRCLSContextInitialize_block_invoke.27 + 52 (FIRCLSContext.m:191) 2020-07-14_18-34-51.2768_-0700-7875ced1d0d1aa41a579af3b9731bc2eaff8845c.crash.zip |
I've added a patch that fixes a crash in this area. I suspect it is the same crash you're describing, but without a repro I cannot confirm. The patch should go out in the next release, after which I'll update this thread and you can update your Crashlytics dependency. |
ok, we will update our application with updated crashlytics and check if this crash still reproduced in production or not. |
Closing since this should be fixed by #6083 in the upcoming 6.29.0. |
[REQUIRED] Step 1: Describe your environment
[REQUIRED] Step 2: Describe the problem
Steps to reproduce:
We see crashes on user devices related to Firebase components in our application in production mode. It's strange that these crashes appear only in Xcode organizer. Crashed thread looks like this:
Relevant Code:
The text was updated successfully, but these errors were encountered: