DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33899>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33899 ------- Additional Comments From [EMAIL PROTECTED] 2005-09-28 09:32 ------- > When you see a process consuming CPU like, please run as root: > > # strace -p 22589 > > for a while, to see what it is doing, and post the output of the strace > command > here. If there is no output from the strace command, use: > > # gdb /path/to/httpd 22589 > ... > (gdb) backtrace > > and post that information here instead. it was hard to catch such a thread as i have to be logged on when it appears and start the strace. otherwise it's very hard to work on the machine when it has a huge load. anyway here is the strace output: --- strace -p 30610 [...unforutnately it is not from begin on my screen buffer wasn't that huge...] brk(0x35520000) = 0x35520000 brk(0) = 0x35520000 brk(0x35541000) = 0x35541000 brk(0) = 0x35541000 brk(0x35562000) = 0x35562000 brk(0) = 0x35562000 brk(0x35583000) = 0x35583000 brk(0) = 0x35583000 brk(0x355a4000) = 0x355a4000 brk(0) = 0x355a4000 brk(0x355c5000) = 0x355c5000 brk(0) = 0x355c5000 brk(0x355e6000) = 0x355e6000 brk(0) = 0x355e6000 brk(0x35607000) = 0x35607000 brk(0) = 0x35607000 [...and so on many lines...] brk(0) = 0x395f7000 brk(0x39618000) = 0x39618000 brk(0) = 0x39618000 brk(0x39639000) = 0x39639000 brk(0) = 0x39639000 brk(0x3965a000) = 0x3965a000 brk(0) = 0x3965a000 brk(0x3967b000) = 0x3967b000 brk(0) = 0x3967b000 brk(0x3969c000) = 0x3969c000 brk(0) = 0x3969c000 brk(0x396bd000) = 0x396bd000 brk(0) = 0x396bd000 brk(0x396de000) = 0x396de000 brk(0) = 0x396de000 brk(0x396ff000) = 0x396ff000 Process 30610 detached --- to start a gdb i didn't get because the process after i detached from it didn't run anymore... -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
