On Fri, 30 Jul 1999, Andrew Howell wrote:

> Attached is strace output of the http sub process.
> 
> It just gets stuck in a loop of
> 
> _newselect(0x1, 0xefffeb48, 0, 0, 0)    = 1
> read(0, "", 4000)                       = 0

Ah, this is a different bug, the HTTP method was ignoring the signs of a
close FD (woops) It's fixed in CVS now - it would be nice to see straces
of the code leading up to the failure. Whatever is causing that FD to
close is the real culprit here.

Jason

Reply via email to