13 Oct
2004
13 Oct
'04
9:24 a.m.
On OSX 10.3.4, test_subprocess is failing intermittently when run from regrtest: test_subprocess this bit of output is from a test of stdout in a different process ... test test_subprocess failed -- Traceback (most recent call last): File "/Users/anthonybaxter/pyhead/src/Lib/test/test_subprocess.py", line 434, in test_close_fds self.assertEqual(p.stdout.read(), "3") AssertionError: '4' != '3' Running just the test by itself works. I'm guessing it could be part of the test suite leaking a FD or something? Anyone know of a tool on OSX that I can run to examine open FDs for a process? -- Anthony Baxter <anthony@interlink.com.au> It's never too late to have a happy childhood.