|
From: Nicholas N. <nj...@ca...> - 2003-11-15 13:04:42
|
CVS commit by nethercote: Added a comment about giving decent info when reporting bugs. M +10 -0 bugs.html 1.5 --- devel-home/valgrind/bugs.html #1.4:1.5 @@ -19,4 +19,14 @@ well be that the bug has been reported before. <p> +When you report a bug, <i>please</i> give the following information: +<ul> +<li>What version of Valgrind you are running; +<li>What command-line you are using to run Valgrind; +<li>The output of <code>valgrind -v</code>. +</ul> +It may also be useful to include your Linux version, kernel version, and glibc +version. If you include all this information, you are much more likely to get +a useful response. +<p> Patches for bugs are particularly welcome. <p> |