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
What steps will reproduce the problem?
1. re-enable the test in os/exec/exec_test.go, in the "read3" helper process
Or, to see more:
2. instead of failing there, do: for { time.Sleep(1e9) }
3. lsof -p on the parent & child.
4. observe both the parent and child have stuff open like lp_test.go, which the child
should've never had opened.
Oddly, this passes on Mac 10.7.
It's fine on Linux, too.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: