Difference between revisions of "Bug"

From AMule Project FAQ
Jump to: navigation, search
m (Adjusted Links, Added Version Tag)
m (Removed Version Tag)
 
Line 24: Line 24:
 
== How to report bugs? ==
 
== How to report bugs? ==
 
Please read [[bug report|this article]] about how to [[Bug report|report bug]]s.
 
Please read [[bug report|this article]] about how to [[Bug report|report bug]]s.
 
== Version ==
 
Created by Jacobo221 on 01.06.05 at 00:33<br>
 
Updated by Vollstrecker on 28.01.08 at 18:20
 

Latest revision as of 10:49, 29 June 2008

English | Deutsch

What is a bug?

Possible definitions for a bug (in computer software context):

  • Error
  • Malfunction
  • Design flaw

That is, any unexpected behaviour in a program which makes that application act in a way which wasn't supposed to be.

What is NOT a bug?

A bug is not:

  • A feature which you do not like.
  • A missing feature

Who are bug's fault?

The answer to this question isn't trivial.

A bug may be because a flaw in the main application's design. But the bug can also be in some of the libraries the main application uses, or even in any of the underlying layers, such as the Operating System, the emulator on which you are running the application or whatever you can think of.

I identified a bug. What's next?

If you are sure you found a bug, please report it.

How to report bugs?

Please read this article about how to report bugs.