Message5325

Author gsnedders
Recipients gsnedders
Date 2009-11-26.18:05:00
SpamBayes Score 8.060498e-09
Marked as misclassified No
Message-id <1259258701.57.0.141140733652.issue1508@psf.upfronthosting.co.za>
In-reply-to
Content
Running the attached file in Jython 2.5.1 causes the following to be 
thrown:

Exception in thread "_CouplerThread-1 (stdout)" Traceback (most recent 
call last):
  File "/usr/local/jython-2.5.1/Lib/subprocess.py", line 679, in run
    self.write_func(buf)
  File "/usr/local/jython-2.5.1/Lib/subprocess.py", line 679, in run
    self.write_func(buf)
ValueError: I/O operation on closed file
History
Date User Action Args
2009-11-26 18:05:01gsnedderssetrecipients: + gsnedders
2009-11-26 18:05:01gsnedderssetmessageid: <1259258701.57.0.141140733652.issue1508@psf.upfronthosting.co.za>
2009-11-26 18:05:01gsnedderslinkissue1508 messages
2009-11-26 18:05:00gsnedderscreate