Page MenuHomeFreeBSD

Fix pipe handling in unrelated debugger test.
ClosedPublic

Authored by jhb on May 30 2015, 6:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jun 26, 1:30 PM
Unknown Object (File)
Tue, Jun 25, 12:08 AM
Unknown Object (File)
Mon, Jun 17, 12:51 PM
Unknown Object (File)
Sun, Jun 9, 10:45 AM
Unknown Object (File)
Sun, Jun 9, 8:21 AM
Unknown Object (File)
Jan 15 2024, 12:31 PM
Unknown Object (File)
Jan 8 2024, 9:58 AM
Unknown Object (File)
Dec 22 2023, 9:08 PM
Subscribers

Details

Summary

Consistently only use one end of the pipe in the parent and debugger
processes and do not rely on EOF due to a close() in the debugger.

PR: 200489

Test Plan
  • Run the unrelated debugger test in a loop. It used to fail in a few iterations. It has no run in a constant loop for several minutes without failing.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb retitled this revision from to Fix pipe handling in unrelated debugger test..
jhb updated this object.
jhb edited the test plan for this revision. (Show Details)
jhb added reviewers: kib, ngie.
kib edited edge metadata.
This revision is now accepted and ready to land.May 30 2015, 7:23 PM
ngie edited edge metadata.

Thanks :)!

This revision was automatically updated to reflect the committed changes.