Wari Wahab wrote:
>
> How do I get a stack trace?
gdb /usr/local/squid/bin/squid /usr/local/squid/cache/core
Then type "where" on the gdb prompt.
If you cannot find any core file, then start Squid under direct control
of gdb
gdb /usr/local/squid/bin/squid
Then start squid by typing "run -DNYCd3" at the gdb prompt
When it crashes, type "where" to find out where.
-- Henrik Nordstrom Squid hackerReceived on Fri Jun 16 2000 - 15:44:44 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:12:30 MST