From 666a64ac56f940c27accbc21899ca69cb3aa5eb0 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 10 Dec 2001 08:10:05 +0000 Subject: Add a panic action that tries to call gdb noninteractively to get a backtrace. Will break on many machines, but we're already crashed in this case. (This used to be commit f0878f19eb729d70cc96f450b4b0d2c180498a35) --- testsuite/build_farm/basicsmb.smb.conf.template | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testsuite') diff --git a/testsuite/build_farm/basicsmb.smb.conf.template b/testsuite/build_farm/basicsmb.smb.conf.template index b001ed63e2..ff837bbb09 100644 --- a/testsuite/build_farm/basicsmb.smb.conf.template +++ b/testsuite/build_farm/basicsmb.smb.conf.template @@ -15,6 +15,8 @@ add machine script = useradd %u -d /dev/null -s /bin/false + panic action = echo bt | gdb PREFIX/sbin/smbd %d + [test] path = PREFIX/testdir read only = no -- cgit