Message4343

Author pekka.klarck
Recipients fwierzbicki, pekka.klarck, zyasoft
Date 2009-03-23.14:14:11
SpamBayes Score 1.9063067e-07
Marked as misclassified No
Message-id <1237817652.1.0.398527556244.issue1124@psf.upfronthosting.co.za>
In-reply-to
Content
The magic number is definitely system dependent. I just now tried this
on Jython 2.2/Java 1.6.0_03/WinXP, and only 511 was enough to hang the
script. Are you Jim possibly running on OS X like I've done before?

Notice that because the script automatically writes \n, the real number
of chars written to stderr is actually one more than the given number.
It's probably not just a coincident that pow(2, 9) == 512 and pow(2, 14)
== 16384.
History
Date User Action Args
2009-03-23 14:14:12pekka.klarcksetmessageid: <1237817652.1.0.398527556244.issue1124@psf.upfronthosting.co.za>
2009-03-23 14:14:12pekka.klarcksetrecipients: + pekka.klarck, fwierzbicki, zyasoft
2009-03-23 14:14:11pekka.klarcklinkissue1124 messages
2009-03-23 14:14:11pekka.klarckcreate