Hopefully Jesse's looking. This bug is a side-effect of his fix for bug 24918; since all forked Java programs receive stdin whether they want it or not. I get the impression that the bug relates to the blocked read from pumping stdin to the forked process, and that stdin (I'm running on XP) returns from the read before filling the buffer whenever an eol is encountered. Unfortunately, as I have discovered documented in many places, stdin apparently never returns anything but 0 from available(), so we can't even resort to cheap polling tricks here. Can anyone see any possibilities? Do we have to do some kind of conditionally-compiled NIO stuff and live with the problem on 1.2 and 1.3?
-Matt __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]