This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients gregory.p.smith, loewis, pitrou
Date 2011-01-26.10:48:09
SpamBayes Score 7.904418e-05
Marked as misclassified No
Message-id <1296038886.3684.5.camel@localhost.localdomain>
In-reply-to <1296038478.44.0.445705009156.issue10826@psf.upfronthosting.co.za>
Content
> 'D' denotes a door file. There are several of them in the system; the
> following ones (from /var/run) match the time stamp:

Thanks for the explanation!

> It's common for library routines to open a door and keep it open for
> the entire process lifetime.
> 
> If this was somehow reproducible, I could try to find out what
> specific door gets opened.

test_subprocess fails quite often on your buildbot, so with a bit of
patience you can probably reproduce it for sure. If you use "-r
--randseed 2463396" it will schedule test_subprocess quite early, so you
can stop the test run as soon as that test is finished.

Also, debug output has been added in branches/test_subprocess_10826 :

http://www.python.org/dev/buildbot/all/builders/sparc%20solaris10%20gcc%203.x/builds/2574/steps/test/logs/stdio
History
Date User Action Args
2011-01-26 10:48:10pitrousetrecipients: + pitrou, loewis, gregory.p.smith
2011-01-26 10:48:09pitroulinkissue10826 messages
2011-01-26 10:48:09pitroucreate