Open tamv-ika opened 1 year ago
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
Hi @tamv-ika, is this issue also reproducible on the latest SDK version?
HI @rizafran, this issue is reported from firebase crashlytics. The version shipped with our products is 8.15.0, I haven't updated the SDK to the lastest, so I don't know does this crash happen on the lastest one. Do you have any suggestion?
Thanks for letting me know, @tamv-ika. For now, what I may suggest is to check if the issue is reproducible with any memory debugging tools (like zombies, asan) to isolate it.
@rizafran for now, I can't reproduce this crash in our enviroment, none of this crash has been reported when we were developing or testing. This crash happen to the published application. Do you have any guess?
@rizafran are you at work today? Please help me or suggest me some solutions to this issue. Thank you so much.
@tamv-ika See https://developer.apple.com/forums/thread/92102
@tamv-ika Thanks for sharing the stack trace. Can you share the other threads for this crash? I'm looking at a potential race condition that could happen and it would be helpful to see if we are able to see other thread to validate that theory.
@visumickey Thanks for investigating. The crash that I grabbed is from Crashlytics, it's unable to get all threads' stack trace at the time of crash. If your theory is right, it's still very difficult to verify or reproduce this crash because we are running in a multithreaded environment. I think we should dig down into the code and found the potential race condition, and keep tracing further to validate your theory.
Description
Hi, I got a crash happen with Firebase SDK This related to this issue #8139 and mark fixed #8189, but on the version I'm using 8.15.0 this crash still happen. I cannot reproduce this crash
Reproducing the issue
Cannot reproduce this crash, this crash is show in the Firebase crash analytics
Firebase SDK Version
8.15.0
Xcode Version
14.1
Installation Method
Swift Package Manager
Firebase Product(s)
Analytics, Crashlytics, Performance
Targeted Platforms
iOS
Relevant Log Output
If using Swift Package Manager, the project's Package.resolved
No response
If using CocoaPods, the project's Podfile.lock
No response