"Can't write stdout (Broken pipe);" ???

Post Reply
bmacfarland
Posts: 2
Joined: Wed Oct 10, 2001 10:47 am

"Can't write stdout (Broken pipe);" ???

Post by bmacfarland »

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.
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

"Can't write stdout (Broken pipe);" ???

Post by John »

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
Post Reply