[In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]
Synopsis: Spontaniously Starts up new top level HTTPD processes which eats up CPU time & never ends Comment-Added-By: dgaudet Comment-Added-When: Tue Apr 20 21:29:08 PDT 1999 Comment-Added: I've seen similar problems under solaris 2.6 when the system is really low on swap -- try "swap -s". When this happens, can you kill off one of the rogue children, and will another rogue be spawned? If so, attach "truss -f" to the parent, use -o to put the output somewhere. Then kill off a rogue child, wait for another to spawn. Let it be a rogue for a few seconds, then kill off the truss. Put the output on a web page and send us the URL... thanks. Dean