-
Notifications
You must be signed in to change notification settings - Fork 0
/
BUG-REPORTING
47 lines (31 loc) · 1.58 KB
/
BUG-REPORTING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
REPORTING BUGS IN SCWM
Please try to use the bug reporting form at:
http://scwm.mit.edu/cgi-bin/gnatsweb.pl
or via GNATs' send-pr shell script or Emacs interface.
You may also send bug reports to [email protected].
Discussion of a more general nature should be sent to [email protected].
If you use the scwm-mode for Emacs from utilities/emacs/scwm.el,
please use M-x scwm-bug RET to send a bug report.
If you have build difficulties, or do not use emacs, use the script
./scwm-bug-report-information (included with the distribution in the
top level directory) and mail us that output as well as the below
information.
We want this information:
o build troubles? mention previous successful builds of scwm, if any
(or tell us if it's your first time building scwm)
o specific description of the bug; keep in mind the first
thing we will want to do is reproduce bug, so explicit
instructions on how to demonstrate the problem are essential.
This may involve including a .scwmrc file -- if so, please try
to create a small, self-contained .scwmrc file that isolates
the essential nature of the problem --- try to not send us your
whole 2000 line .scwmrc! :-)
o scheme error? be sure to include the scheme backtrace
o core dump? backtrace from gdb or another debugger
(save the core file in case we can't reproduce it -- gzip it if
you're short on space)
o image (picture) problems? give us an "ls -l" of pixmap directories
If you send in a patch, please do so using "diff -u". Patches
relative to the current head of the relevant CVS branch are the
most useful.
THANKS!