Use gdb --batch and backtrace full in gdb command docs

parent dba27bd9
......@@ -41,12 +41,12 @@ If you have a core dump of the panic, please run some ``gdb`` commands
on it::
cd $YOUR_VARNISH_WORKING_DIRECTORY
gdb -ex "thr app all bt" $YOUR_VARNISHD_BINARY core
gdb --batch -ex "thr app all bt full" $YOUR_VARNISHD_BINARY core
For a typical installation, the commands would be::
cd /var/lib/varnish/$(uname -n)
gdb -ex "thr app all bt" /usr/sbin/varnishd core
gdb --batch -ex "thr app all bt full" /usr/sbin/varnishd core
Other
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment