-
Notifications
You must be signed in to change notification settings - Fork 18k
os/exec: TestPipeLookPathLeak fails randomly on OS X #5593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
FrozenDueToAge
OS-Darwin
Suggested
Issues that may be good for new contributors looking for work to do.
Testing
An issue that has been verified to require only test changes, not just a test failure.
Milestone
Comments
I can confirm this test failure, or more correctly, the underlying leak is present. If I modify the finaliser attached to each os.File to complain if it is being called, ie, if the os.File has fallen out of scope without a call to Close() and stress test this package eventually I find a stray os.File (attached to a tcp connection) which is probably what this test is also discovering. At this point I haven't figured out where we are leaking the os.File (or net.Conn) Labels changed: added priority-soon, removed priority-triage. Owner changed to @davecheney. |
Per #9511, we will not be making any further bug fixes specific to 10.6. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
FrozenDueToAge
OS-Darwin
Suggested
Issues that may be good for new contributors looking for work to do.
Testing
An issue that has been verified to require only test changes, not just a test failure.
The text was updated successfully, but these errors were encountered: