From: mquinson Date: Mon, 31 Jul 2006 17:46:15 +0000 (+0000) Subject: New entry: how to repport bugs X-Git-Tag: v3.3~2694 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9c64c0b996b81745a20b265400cbec749385c116 New entry: how to repport bugs git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2665 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/doc/FAQ.doc b/doc/FAQ.doc index fec25202ac..4c78753628 100644 --- a/doc/FAQ.doc +++ b/doc/FAQ.doc @@ -991,7 +991,26 @@ valuer greater than 1: \endverbatim You should try to use the surfxml_update.pl script that can be found here. - + +\subsection faq_bugrepport So I've found a bug in SimGrid. How to repport it? + +We do our best to make sure to hammer away any bugs of SimGrid, but this is +still an academic project so please be patient if/when you find bugs in it. +If you do, the best solution is to drop an email either on the simgrid-user +or the simgrid-devel mailing list and explain us about the issue. You can +also decide to open a formal bug report using the +relevant +interface. You need to login on the server to get the ability to submit +bugs. + +We will do our best to solve any problem repported, but you need to help us +finding the issue. Just telling "it segfault" isn't enough. Telling "It +segfaults when running the attached simulator" doesn't really help either. +You may find the following article interesting to see how to repport +informative bug repports: +http://www.chiark.greenend.org.uk/~sgtatham/bugs.html (it is not SimGrid +specific at all, but it's full of good advices). + \author Arnaud Legrand (arnaud.legrand::imag.fr) \author Martin Quinson (martin.quinson::loria.fr)