-
Notifications
You must be signed in to change notification settings - Fork 1.6k
GDTStorage encodeWithCoder crash on firebase 6.6.0 #3623
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
This comment has been minimized.
This comment has been minimized.
I can see that around 80% of the crashes happen when the app is in the background state. so while there are relative high amount of crashes, I assume it's not causing such a hassle for actual users. I reverted to 6.5.0 for a little while just to be sure. |
I'll close, since we expect this to be addressed with #3525 along with this week's 6.7.0 release. |
We've reproduced and it is a different bug. We're investigating and will try to get the fix into 6.7.0. |
This bug should be addressed by #3627, it was closely associated with another bug report, and as both were symptoms of the same bug (threading issues whilst backgrounding in GDTStorage). Feel free to reopen if it is still occurring after 6.7.0. |
@paulb777 Hey! When will you bump version in coocapods to 6.7.0 without this crash? |
when update firebase for 6.7.0 ? |
Firebase 6.7.0 has been released. |
Yet, the website is still not updated:
https://firebase.google.com/support/release-notes/ios
…On Wed, Aug 21, 2019 at 11:11 PM Michael Haney ***@***.***> wrote:
Firebase 6.7.0 has been released.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3623?email_source=notifications&email_token=AAZDVTK52IDLQCKLJO33JY3QFWOOBA5CNFSM4IMTUX22YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD427F2Y#issuecomment-523629291>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAZDVTM2U6ZVWIIBSF7RIFDQFWOOBANCNFSM4IMTUX2Q>
.
--
*David Liu*
+1 650-549-5777
|
@wimbledon Thanks, we're investigating the why the website didn't update. In the meantime, 6.7.0 is available on CocoaPods and by zip at https://github.com/firebase/firebase-ios-sdk/releases/tag/6.7.0 |
@wimbledon the website has been updated. If you see any more stale files, please let us know. |
Xcode version: 10.3
Firebase SDK version: 6.6.0
Firebase Component:
Using FirebaseAnalytics (6.1.0)
Using FirebaseAuth (6.2.2)
Using FirebaseCore (6.2.0)
Using FirebaseCoreDiagnostics (1.0.1)
Using FirebaseCoreDiagnosticsInterop (1.0.0)
Using Google-Mobile-Ads-SDK (7.48.0)
Using GoogleAppMeasurement (6.1.0)
Using GoogleDataTransport (1.1.1)
Using GoogleDataTransportCCTSupport (1.0.1)
Using GoogleUtilities (6.2.5)
Problem:
multiple crashes from fabric reporting. this does not happens on firebase 6.5.0
GDTStorage.m line 268
-[GDTStorage encodeWithCoder:]
probably related to #3547
seen the same crashes happening with GoogleDataTransport 1.0.0 as well
crash.txt
The text was updated successfully, but these errors were encountered: