You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Issue Fix: facebook#13485
Yet another race condition that was found by XCode's Thread Sanitizer.
Happens because wasBatchActive is read/write from multiple threads at the same time
- opened UIExplorer and see it works
- npm run test pass
- tested on own project as well
Signed CLA
Closesfacebook#13505
Differential Revision: D4906096
Pulled By: javache
fbshipit-source-id: 5d4329aafcfe9491ce0188fa1e2dd71e09b31031
thotegowda
pushed a commit
to thotegowda/react-native
that referenced
this issue
May 7, 2017
Summary:
Issue Fix: facebook#13485
Yet another race condition that was found by XCode's Thread Sanitizer.
Happens because wasBatchActive is read/write from multiple threads at the same time
- opened UIExplorer and see it works
- npm run test pass
- tested on own project as well
Signed CLA
Closesfacebook#13505
Differential Revision: D4906096
Pulled By: javache
fbshipit-source-id: 5d4329aafcfe9491ce0188fa1e2dd71e09b31031
facebook
locked as resolved and limited conversation to collaborators
May 24, 2018
On last react-native 0.43.2 Xcode find data race. This can affect layout performance
Explain what you did, what you expected to happen, and what actually happens.
Reproduction Steps and Sample Code
Run RN project with on ThreadSanitizer in Xcode. Display any view with a bridge.
Get next console log
Thread info:
Solution
Lock write of this variable
Additional Information
The text was updated successfully, but these errors were encountered: