Merge remote branch 'origin/master' into pipe-video
[mesa.git] / docs / bugs.html
1 <HTML>
2
3 <TITLE>Mesa Bug Reporting</TITLE>
4
5 <link rel="stylesheet" type="text/css" href="mesa.css"></head>
6
7 <BODY>
8
9 <H1>Bug Database</H1>
10
11 <p>
12 The Mesa bug database is hosted on
13 <a href="http://freedesktop.org" target="_parent">freedesktop.org</a>.
14 The old bug database on SourceForge is no longer used.
15 </p>
16
17 <p>
18 To file a Mesa bug, go to
19 <a href="https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
20 target="_parent">
21 Bugzilla on freedesktop.org</a>
22 </p>
23
24 <p>
25 Please follow these bug reporting guidelines:
26 </p>
27
28 <ul>
29 <li>Check if a new version of Mesa is available which might have fixed
30 the problem.
31 <li>Check if your bug is already reported in the database.
32 <li>Monitor your bug report for requests for additional information, etc.
33 <li>If you're reporting a crash, try to use your debugger (gdb) to get a stack
34 trace. Also, recompile Mesa in debug mode to get more detailed information.
35 <li>Describe in detail how to reproduce the bug, especially with games
36 and applications that the Mesa developers might not be familiar with.
37 <li>Provide a simple GLUT-based test program if possible
38 </ul>
39
40 <p>
41 Bug reports will automatically be forwarded by bugzilla to the Mesa
42 developer's mailing list.
43 </p>
44
45 <p>
46 The easier a bug is to reproduce, the sooner it will be fixed.
47 Please do everything you can to facilitate quickly fixing bugs.
48 If your bug report is vague or your test program doesn't compile
49 easily, the problem may not be fixed very quickly.
50 </p>
51
52 </BODY>
53 </HTML>