Message6815

Author mkz
Recipients halfie, mkz
Date 2012-03-19.09:24:37
SpamBayes Score 7.949302e-11
Marked as misclassified No
Message-id <1332149077.86.0.564235440538.issue1765@psf.upfronthosting.co.za>
In-reply-to
Content
The question is, does subprocess module leaves fd.close() to GC?

If yes it's subprocess problem, either in Jython-specific code, or maybe even generic core subprocess problem, except it only is seen on non-refcounting python implementations.

Not sure why newer JVM makes issue disapper.  More aggressive GC?  But does it guarantee the issue is fixed now?

OTOH, if subprocess closes it's objects properly, but still JVM leaves thing hanging, then it's indeed JVM problem.
History
Date User Action Args
2012-03-19 09:24:37mkzsetmessageid: <1332149077.86.0.564235440538.issue1765@psf.upfronthosting.co.za>
2012-03-19 09:24:37mkzsetrecipients: + mkz, halfie
2012-03-19 09:24:37mkzlinkissue1765 messages
2012-03-19 09:24:37mkzcreate