Re: Broken Pipe?



On Thu, Apr 19, 2001 at 03:37:18PM -0500, Michael P. Jarreau wrote:
> I am working on a client/server app.  The server app works fine in the
> background.  It accepts and processes new clients all day long.
> 
> The client side appears to work fine.  But after about 15 minutes of
> apparently normal processing, it unpleasantly dies complaining about a
> "Broken pipe".  The client and server apps write all error messages to logs.
> All (not just some)network functions have their return status checked and
> error messages then logged.  There are no errors listed in any of my logs.
> 
> Any thoughts?

For all my vision I can't really see the relevance to gtk-list ;) but anyway
It happens because your client is writing to a pipe/socket that has closed by the server. I can't really help more without seeing the code.

> Thanks,
> Mike




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]