Re: mod_ruby with Apache 1.3
Shugo Maeda <[email protected]>
| Newsgroups | gmane.comp.apache.mod-ruby |
|---|---|
| Message-ID | <[email protected]> |
Hello, Thanks for your report, At Mon, 12 Apr 2004 13:09:43 -0400, Junk Mail <[email protected]> wrote: > On several occasions, an apache process "gets stuck", insofar as it eats > > 95% CPU, and never dies. Apache as a whole can "carry on", serving other HTML requests, etc. Can you attach gdb to that process like this? # gdb /usr/sbin/httpd <process id> <process id> should be the process id of httpd eating CPU. (You can check it by the `top' command.) Then please tell me the result of `bt' command. (gdb) bt .... Regards, Shugo