[BACK]Return to report.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/report.html between version 1.7 and 1.8

version 1.7, 2000/03/25 02:29:50 version 1.8, 2000/09/17 23:48:35
Line 54 
Line 54 
 </ol>  </ol>
 <br>  <br>
   
   <h3><font color=#0000e0>How to create a problem report.</font></h3>
   
   <b>Always provide as much information as possible</b>.
   The following items should be contained in every bug report:
   <ol>
   <P>
      <li>The exact sequence of steps from startup necessary to reproduce
        the problem. This should be self-contained; it is not enough to send in
        a bare command without the arguments and other data you supplied to it.
        If a bug requires a particular sequence of events, please list those.
        You are encouraged to minimize the size of your example, but this is
        not absolutely necessary. If the bug is reproduceable, we'll find it
        either way.
   <p>
      <li>The output you got. Please do not say that it "didn't work" or
        "failed". If there is an error message, show it, even if you don't
        understand it. If OpenBSD panics with a particular error, say which.
        If nothing at all happens, say so. Even if the result
        of your test case is a program crash or otherwise obvious it might not
        happen in our testing. The easiest thing is to copy the output from
        the terminal, if possible.
   <p>
   
             Note: In case of fatal errors, the error message provided
             might not contain all the information available.
             In that case, also look at the output in the system log files,
             such as those stored in /var/log.  Also, if you are dealing with
             an application that has its own log files, such as httpd, check
             for errors where it keeps its logs (in the case of httpd, this
             is /var/www/logs).
   
   <p>
      <li>The OpenBSD kernel output.  You can get this with the dmesg command,
           but it is possible that your dmesg output does not contain all the
           information that is captured in /var/run/dmesg.boot.  If this is the
           case, include information from both.  <b>Please include this
           in all bug reports.</b>
   <P>
       <li> If you run third-party software which has to do with your bug, say so, including any
        subversion that software may have. If you are talking about a CVS or FTP
        snapshot, mention that, including its date and time.
   
   </ol>
   <p>
   Do not be afraid if your bug report becomes rather lengthy. That is a fact
   of life. It's better to report everything the first time than us having to
   squeeze the facts out of you. On the other hand, if your input files are
   huge, it is fair to ask first whether somebody is interested in looking into
   it.
   <P>
   Finally, when writing a bug report, please choose non-confusing terminology.
   
 <a name="bugtypes">  <a name="bugtypes">
 <h3><font color=#0000e0>Sending in bug reports.</font></h3>  <h3><font color=#0000e0>Sending in bug reports.</font></h3>
   
Line 99 
Line 151 
 <a href=mailto:www@openbsd.org>www@openbsd.org</a>  <a href=mailto:www@openbsd.org>www@openbsd.org</a>
   
 <br><small>$OpenBSD$</small>  <br><small>$OpenBSD$</small>
   
   
 </ol>  </ol>
 </body>  </body>

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8