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
Run a script like for i in {1..10000}; do rm tmp/*ok; make check-stage1-core rt || break; done and eventually it will deadlock. This can even be reproduced with the very simplest scheduling test case.
This is preventing me from landing any further scheduler work.