On Sat, 7 Feb 2004, Evren Yurtesen wrote: > This is a bit of a lame question I guess, but how can I get the stack > trace because squid process doesnt exit? I checked from the FAQ, it > says
The easiest way is to attach gdb to the running process. gdb /path/to/squid pid_of_running_squid backtrace Many OS:es also have tools for printing a stack trace of a running process. Regards Henrik
