~vcs-imports/samba/main

« back to all changes in this revision

Viewing changes to examples/scripts/debugging/solaris/README

  • Committer: jerry
  • Date: 2006-07-14 21:48:39 UTC
  • Revision ID: vcs-imports@canonical.com-20060714214839-586d8c489a8fcead
gutting trunk to move to svn:externals

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Last update: John H Terpstra - June 27, 2005
2
 
 
3
 
Subject: This directory will contain debugging tools and tips.
4
 
 
5
 
Notes: Identification and confirmation of some bugs can be difficult.
6
 
       When such bugs are encountered it is necessary to provide as
7
 
       sufficient detailed debugging information to assist the developer
8
 
       both by providing incontrivertable proof of the problem, but also
9
 
       precise information regarding the values of variables being processed
10
 
       at the time the problem strikes.
11
 
 
12
 
       This directory is the ideal place to locate useful hints, tips and
13
 
       methods that will help Samba users to provide the information that
14
 
       developers need.
15
 
 
16
 
============================ Solaris Method A ==============================
17
 
File:                   solaris-oops.sh
18
 
Contributor:    David Collier-Brown
19
 
Date:                   June 27, 2005
20
 
Method and Use:
21
 
To the global stanza of smb.conf add:
22
 
        panic action = /usr/local/bin/solaris-oops.sh %d
23
 
 
24
 
When the panic action is initiated a voluntary core dump file will be placed 
25
 
in /var/tmp. Use this method with "log level = 10" and an smbd binary that
26
 
has been built with the '-g' option.
27
 
============================================================================
28