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
SR-5871: TestThread.test_threadStart failing sporadically on Ubuntu 14.04
- Lock the NSCondition variable before creating the thread,
otherwise the thread could broadcast on the condition variable
before the parent has waited on it.
0 commit comments