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
The following reproduces the issue after a couple of loops.
for i in `seq 1 5000` ; do export GOMAXPROCS=$[ 1 + $[ RANDOM % 128 ] ]; echo
GOMAXPROCS=$GOMAXPROCS; go test -v -short os/exec; done 2>&1 | tee exec.log
The text was updated successfully, but these errors were encountered: