I'm getting lots of "[program]:[linenumber] Can't write stdout (Broken pipe);" errors, which I would recognize for the C stdout library, but it doesn't look like the script should be writing to the stdout at that point (it's a loop statement). Any ideas on how to fix something so basic? I've also seen it in a block of javascript which I think should be free of Texis processing.
"Can't write stdout (Broken pipe);" ???
"Can't write stdout (Broken pipe);" ???
Stdout is the connection back to the browser through the web server. The Broken pipe usually indicates that the browser disconnected, e.g. pressed stop, chose another URL, hit refresh etc. Usually the best thing is to make sure that the script isn't taking too long.
John Turnbull
Thunderstone Software
Thunderstone Software