-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Core / ASTextKitAttributes] Thread sanitizers #552
Comments
No Response two months? 😞 |
I also have noticed some race conditions on ASTextKitAttributes. |
I met the exact same problem, but have no idea how it impact on the performance yet. SUMMARY: ThreadSanitizer: data race ASTextKitAttributes.h:124 in ASTextKitAttributes::operator==(ASTextKitAttributes const&) const |
Fixed already. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey team! i know you have been looking at some main-thread access problems. Have you also been able to take a look on sanitizers? It looks like there are some issues with text attributes.
Latest Texture on CocoaPods, latest version of iOS.
The text was updated successfully, but these errors were encountered: