On Mar 31, 6:27pm, [email protected] (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
