On Sat, Nov 10, 2001 at 09:11:02PM -0500, Dale Ghent wrote: > > I'm running HEAD as of earlier this afternoon on Solaris 8+sendfile, with > the worker mpm. > > I'm seeing two problems: > > one, is that the httpd process (one, sometimes both of the children I have > started) will spin up, eating CPU. A truss of these busy processes shows > that there are some threads stuck in some sort of read() loop on one or > more sockets, and all the read()s are returning 0 bytes. This persists > until I kill the processes.
Can you reproduce this? Would it be possible to attach to this via gdb and get a backtrace? -- justin
