From: Alain Spineux Date: Mon, 18 May 2020 13:44:25 +0000 (+0200) Subject: btraceback do a "bt full" of the faulty thread to get local variables X-Git-Tag: Release-11.3.2~980 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50c8b77c8f0615ace41323195b227d64ddc5c0b0;p=thirdparty%2Fbacula.git btraceback do a "bt full" of the faulty thread to get local variables --- diff --git a/bacula/scripts/btraceback.gdb b/bacula/scripts/btraceback.gdb index aaed915f3..d3dff1ee2 100644 --- a/bacula/scripts/btraceback.gdb +++ b/bacula/scripts/btraceback.gdb @@ -11,23 +11,7 @@ print distver print host_name print dist_name show env TestName -bt +bt full thread apply all bt -f 0 -info locals -f 1 -info locals -f 2 -info locals -f 3 -info locals -f 4 -info locals -f 5 -info locals -f 6 -info locals -f 7 -info locals detach quit