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
To reproduce, try: taskset -c 0 bash -c "rm userland/test-fork/output.txt; while true; do make test/test-fork || break; rm userland/test-fork/output.txt; done"
There is a non-deterministic bug in test-fork.
To reproduce, try:
taskset -c 0 bash -c "rm userland/test-fork/output.txt; while true; do make test/test-fork || break; rm userland/test-fork/output.txt; done"
The failure will look something like:
This is pretty obviously some kind of race condition
The text was updated successfully, but these errors were encountered: