-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Data race in FBSDKLogger #2201
Labels
Comments
After I updated Facebook SDK to
|
#2182 would be same issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist before submitting a bug report
Xcode version
14.3
Facebook iOS SDK version
16.0.0
Dependency Manager
SPM
SDK Framework
Core
Goals
I don't want my app to crash because of the Facebook SDK.
Expected results
I don't want my app to crash because of the Facebook SDK.
Actual results
Data races are being warned against by Thread Sanitizer.
This makes me a little anxious; since it introduces a potential crash source under which I have no control. Would you be able to investigate this please?
Steps to reproduce
Code samples & details
After calling
FacebookCore.ApplicationDelegate.shared.application(UIApplication.shared, didFinishLaunchingWithOptions: launchOptions)
after SceneDelegate sceneDidBecomeActive:The text was updated successfully, but these errors were encountered: