summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-12-10 08:10:05 +0000
committerMartin Pool <mbp@samba.org>2001-12-10 08:10:05 +0000
commitf0878f19eb729d70cc96f450b4b0d2c180498a35 (patch)
tree2e7dadeebf90eeb83bd714f601a4b148ac4b5082
parent9c3f2ee90667615357c2bf97594230c39d35b3a0 (diff)
downloadsamba-f0878f19eb729d70cc96f450b4b0d2c180498a35.tar.gz
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.
-rw-r--r--testsuite/build_farm/basicsmb.smb.conf.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/build_farm/basicsmb.smb.conf.template b/testsuite/build_farm/basicsmb.smb.conf.template
index b001ed63e27..ff837bbb098 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