# HG changeset patch # User diego # Date 1030487283 0 # Node ID da10c07566491eeda557b39f5e4bfce182d76a2c # Parent a3eefdc6e640b9d66bce804239c6b24abfafbce9 Added some introductory words, request only CVS for bug reports and further condemn HTML mail. diff -r a3eefdc6e640 -r da10c0756649 DOCS/bugreports.html --- a/DOCS/bugreports.html Tue Aug 27 21:32:35 2002 +0000 +++ b/DOCS/bugreports.html Tue Aug 27 22:28:03 2002 +0000 @@ -12,6 +12,14 @@

Appendix C - How to report bugs

+

Good bug reports are a very valuable contribution to the development of any + software project. But just like writing good software, good problem reports + involve some work. Please realize that most developers are extremely busy and + receive obscene amounts of email. So while your feedback is crucial in + improving MPlayer and very much appreciated, please understand that you + have to provide all of the information we request and follow the + instructions in this document closely.

+

How to fix bugs

@@ -26,7 +34,9 @@

How to report bugs

First of all please try the latest CVS version of MPlayer as your bug - might already be fixed there. CVS instructions can be found at the bottom of + might already be fixed there. Development moves extremely fast, most problems + in official releases are reported within days or even hours, so please use + only CVS to report bugs. CVS instructions can be found at the bottom of this page or in the README. If this did not help please refer to the list of known bugs and the @@ -65,8 +75,11 @@

The language of this list is English. Please follow the standard Netiquette Guidelines and do not send HTML mail to any of our mailing lists. You will only get - ignored or banned. Also note that we will not individually CC (carbon-copy) - people so it is a good idea to subscribe to actually receive your answer.

+ ignored or banned. If you do not know what HTML mail is or why it is evil, + read this fine document. It + explains all the details and has instructions for turning HTML off. Also note + that we will not individually CC (carbon-copy) people so it is a good idea to + subscribe to actually receive your answer.

What to report?

@@ -188,7 +201,7 @@

How to extract meaningful information from a core dump

-

Please create following command file:

+

Please create the following command file:

disass $eip-32 $eip+32
printf "eax=%08lX\n",$eax