]> git.lizzy.rs Git - rust.git/commit
auto merge of #16952 : alexcrichton/rust/windows-large-console-write, r=brson
authorbors <bors@rust-lang.org>
Mon, 8 Sep 2014 20:51:14 +0000 (20:51 +0000)
committerbors <bors@rust-lang.org>
Mon, 8 Sep 2014 20:51:14 +0000 (20:51 +0000)
commit325808a33d5bde39c88f4ed3b70e0706b38a3cef
tree4445a2256791866690300a6ed9180f85627218ee
parent0c73e5fc5f212d30bb46b96cb45b51251217a199
parent198030fadfbc3849f004deb8bb9108d0a0fad19a
auto merge of #16952 : alexcrichton/rust/windows-large-console-write, r=brson

I've found that 64k is still too much and continue to see the errors as reported
in #14940. I've locally found that 32k fails, and 24k succeeds, so I've trimmed
the size down to 10000 which the included links in the added comment end up
recommending.

It sounds like the limit can still be hit with many threads in play, but I have
yet to reproduce this, so I figure we can wait until that's hit (if it's
possible) and then take action.
src/libstd/io/stdio.rs