Updated Spanish translation
[gnome-utils.git] / BUGS
blobcaff1adbc8aa75c8d50d046eb5ddae9ae2f22ef8
1 Bugs should be reported to the GNOME bug tracking system under the product
2 gnome-utils. It is available at:
4         http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-utils
5                                                                                                                                                              
6 In the report please include the following information:
8         Operating system, distribution and version
9         How to reproduce the bug if possible
10         If the bug was a crash, include the exact text that was printed out
11         A stacktrace where possible [see below]
13 How to get a stack trace
14 ------------------------
15 If the crash is reproducible, it is possible to get a stack trace and
16 attach it to the bug report. The following steps are used to obtain a
17 stack trace:
19         Run the program in gdb [the GNU debugger] or any other debugger
20                 ie. gdb gnome-dictionary
21         Start the program
22                 ie. (gdb) run
23         Reproduce the crash and the program will exit to the gdb prompt
24         Get the back trace
25                 ie. (gdb) bt
27 You will need either to compile the program yourself or, if possible,
28 install the packages containing the debugging symbols for the program
29 otherwise the stack trace obtained will be useless to the developers;
30 see this page:
32         http://live.gnome.org/GettingTraces
34 which contains help, tips and other information about getting a valid
35 and useful stack trace.
37 Once you have the stack trace attach a file with it included to the bug
38 report.