Skip to content

Commit

Permalink
Add a panic action that tries to call gdb noninteractively to get a
Browse files Browse the repository at this point in the history
backtrace.   Will break on many machines, but we're already crashed in
this case.
(This used to be commit f0878f1)
  • Loading branch information
Martin Pool committed Dec 10, 2001
1 parent 895e973 commit 666a64a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testsuite/build_farm/basicsmb.smb.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 666a64a

Please sign in to comment.