Chapters:
1: Introduction
2: Simple example
3: Invocation
4: Finer Control
5: X-Y Plots
6: Contour Plots
7: Image Plots
8: Examples
9: Gri Commands
10: Programming
11: Environment
12: Emacs Mode
13: History
14: Installation
15: Gri Bugs
16: Test Suite
17: Gri in Press
18: Acknowledgments
19: License
Indices:
Concepts
Commands
Variables
|
15.2: Reporting Bugs
Please report any bugs you find in Gri. Bug reports help make Gri more
reliable and useful for all users. The procedure for reporting bugs,
described below, is quite standard.
-
Go to the bug-tracking part of the Source Forge Gri development site, at
`
http://sourceforge.net/bugs/?group_id=5511 '
to see whether your bug has already been reported. You may find that it
has been reported and fixed already in a new version, in which case you
should archive your existing Gri version and upgrade. If the bug has
been reported and not fixed, then you may still wish to add a
supplemental bug report, so the author knows that this bug is of concern
to you as well as the others. (Plus, reporting it this way ensures that
you'll receive an email when the bug is fixed.)
-
Debugging is made easier if the problem is reduced in scope.
Therefore, please reduce your application and your data to the
simplest case that produces the error.
-
If you know how, please try to find the bug yourself. After all, Gri
is open-source for a reason! The procedure is described in the next
section (see Killing Bugs).
|