D.2.1 Have You Found a Bug?

If you are not sure whether you have found a bug, here are some guidelines:

  • If Octave gets a fatal signal, for any input whatever, that is a bug. Reliable interpreters never crash.
  • If Octave produces incorrect results, for any input whatever, that is a bug.
  • Some output may appear to be incorrect when it is in fact due to a program whose behavior is undefined, which happened by chance to give the desired results on another system. For example, the range operator may produce different results because of differences in the way floating point arithmetic is handled on various systems.
  • If Octave produces an error message for valid input, that is a bug.
  • If Octave does not produce an error message for invalid input, that is a bug. However, you should note that your idea of “invalid input” might be my idea of “an extension” or “support for traditional practice”.
  • If you are an experienced user of programs like Octave, your suggestions for improvement are welcome in any case.

© 1996–2020 John W. Eaton
Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies.
Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.
Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions.
https://octave.org/doc/v6.3.0/Bug-Criteria.html