NetBSD-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: some apache processes running away with cpu
On Mar 31, 6:27pm, al%familysafeinternet.com@localhost (Al Zick) wrote:
-- Subject: Re: some apache processes running away with cpu
| > So it is looping without calling system calls (if this output is
| > correct).
| > Attach with gdb to the running process and get a stack trace from
| > there.
|
| Could you give me an example of how to use gdb?
ps -ax # find a runaway pid of an apache process
gdb apache pid
(gdb) where
christos
Home |
Main Index |
Thread Index |
Old Index