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