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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.51
from ./Octave-FAQ.texi on 9 October 1998 -->
<TITLE>Frequently asked questions about Octave (with answers) - I think I have found a bug in Octave.</TITLE>
</HEAD>
<BODY>
Go to the <A HREF="Octave-FAQ_1.html">first</A>, <A HREF="Octave-FAQ_8.html">previous</A>, <A HREF="Octave-FAQ_10.html">next</A>, <A HREF="Octave-FAQ_11.html">last</A> section, <A HREF="Octave-FAQ_toc.html">table of contents</A>.
<P><HR><P>
<H1><A NAME="SEC23" HREF="Octave-FAQ_toc.html#TOC23">I think I have found a bug in Octave.</A></H1>
<P>
<A NAME="IDX49"></A>
</P>
<P>
"I think I have found a bug in Octave, but I'm not sure. How do I know,
and who should I tell?"
</P>
<P>
<A NAME="IDX50"></A>
</P>
<P>
First, see the section on bugs and bug reports in the Octave manual.
The Octave manual is included in the Octave distribution.
</P>
<P>
When you report a bug, make sure to describe the type of computer you
are using, the version of the operating system it is running, and the
version of Octave that you are using. Also provide enough code so that
the Octave maintainers can duplicate your bug.
</P>
<P>
If you have Octave working at all, the easiest way to do this is to use
the Octave function <CODE>bug_report</CODE>. When you execute this function,
Octave will prompt you for a subject and then invoke the editor on a
file that already contains all the configuration information. When you
exit the editor, Octave will mail the bug report for you.
</P>
<P>
<A NAME="IDX51"></A>
<A NAME="IDX52"></A>
</P>
<P>
If for some reason you cannot use Octave's <CODE>bug_report</CODE> function,
mail your bug report to "bug-octave@bevo.che.wisc.edu". Your message
needs to include enough information to allow the maintainers of Octave
to fix the bug. Please read the section on bugs and bug reports in the
Octave manual for a list of things that should be included in every bug
report.
</P>
<P><HR><P>
Go to the <A HREF="Octave-FAQ_1.html">first</A>, <A HREF="Octave-FAQ_8.html">previous</A>, <A HREF="Octave-FAQ_10.html">next</A>, <A HREF="Octave-FAQ_11.html">last</A> section, <A HREF="Octave-FAQ_toc.html">table of contents</A>.
</BODY>
</HTML>
|