[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-glpk] write error on <stdout> - output buffer overflow
From: |
Andrew Makhorin |
Subject: |
Re: [Bug-glpk] write error on <stdout> - output buffer overflow |
Date: |
Sun, 8 Nov 2009 09:59:39 +0300 |
> the following model returns an error
> "write error on <stdout> - output buffer overflow"
> for {i in 1..2000}
> printf "%6s", "x";
> end;
> Currently the output buffer is only flushed when reaching a new line.
> For very long output lines the buffer should be flushed instead of
> throwing an error.
Thank you for your suggestion and patch.
I removed the buffering at all. (This was needed due to an old version
of glplib which allowed printing only an entire line.)