diff options
| author | John Terpstra <jht@samba.org> | 2005-06-28 01:50:18 +0000 |
|---|---|---|
| committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:58:05 -0500 |
| commit | 0e5a5418bc434fd7bb69a3ec97fd12c68ebebf92 (patch) | |
| tree | 3503ccf3f8e9110d00936119c1e7b5f81e896385 /examples/debugging/README | |
| parent | 74563c5806c23735a90b4ab3323ffa9875dce609 (diff) | |
r7976: Adding debugging info.
(This used to be commit 97ee7c970c287737396f135336c56c945f639d85)
Diffstat (limited to 'examples/debugging/README')
| -rw-r--r-- | examples/debugging/README | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/examples/debugging/README b/examples/debugging/README new file mode 100644 index 0000000000..9e336805e5 --- /dev/null +++ b/examples/debugging/README @@ -0,0 +1,28 @@ +Last update: John H Terpstra - June 27, 2005 + +Subject: This directory will contain debugging tools and tips. + +Notes: Identification and confirmation of some bugs can be difficult. + When such bugs are encountered it is necessary to provide as + sufficient detailed debugging information to assist the developer + both by providing incontrivertable proof of the problem, but also + precise information regarding the values of variables being processed + at the time the problem strikes. + + This directory is the ideal place to locate useful hints, tips and + methods that will help Samba users to provide the information that + developers need. + +============================ Solaris Method A ============================== +File: solaris-oops.sh +Contributor: David Collier-Brown +Date: June 27, 2005 +Method and Use: +To the global stanza of smb.conf add: + panic action = /usr/local/bin/solaris-oops.sh %d + +When the panic action is initiated a voluntary core dump file will be placed +in /var/tmp. Use this method with "log level = 10" and an smbd binary that +has been built with the '-g' option. +============================================================================ + |
