Difference between revisions of "Bug"
From AMule Project FAQ
Vollstrecker (Talk | contribs) m (Removed Version Tag) |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | <center>'''English''' | [[Bug-de|Deutsch]]</center> | |
+ | == What is a bug? == | ||
Possible definitions for a bug (in computer software context): | Possible definitions for a bug (in computer software context): | ||
*Error | *Error | ||
Line 9: | Line 10: | ||
== What is NOT a bug? == | == What is NOT a bug? == | ||
− | |||
A bug is not: | A bug is not: | ||
*A feature which you do not like. | *A feature which you do not like. | ||
Line 15: | Line 15: | ||
== Who are bug's fault? == | == Who are bug's fault? == | ||
− | |||
The answer to this question isn't trivial. | The answer to this question isn't trivial. | ||
Line 21: | Line 20: | ||
== I identified a bug. What's next? == | == I identified a bug. What's next? == | ||
− | |||
If you are sure you found a bug, please [[#How to report bugs?|report it]]. | If you are sure you found a bug, please [[#How to report bugs?|report it]]. | ||
== 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 [[report bug]]s. | + |
Latest revision as of 09:49, 29 June 2008
Contents
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.