From Fedora Project Wiki

(Created page with '<!--{{header|<component>}}--> This page describes how to debug {{{component}}}. For general information on how to file a bug, should you need to do so, please see [[Bugs and fe...')
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


This page describes how to debug {{{component}}}.  For general information on how to file a bug, should you need to do so, please see [[Bugs and feature requests]].
This page describes how to debug {{{component}}}.  For general information on how to file a bug, should you need to do so, please see [[Bugs and feature requests]].
Checking the [[Bugs/Common|common bugs page]] or searching in [http://bugzilla.redhat.com bugzilla] will save you time if your problem has already been reported.


== Identifying your problem area ==
== Identifying your problem area ==
 
{{{problem_area}}}
Something that ensures that the component in question is at fault not some other thing..


== Information to include in your report ==
== Information to include in your report ==
 
{{{report_info}}}
{{Anchor|AllInfo}}
 
=== All bug reports ===
 
Sample entry
 
In all cases, the following should be mentioned and attached to your bug report:
 
* The exact command-line used.
* A copy of the components log file {{filename|/path/to/<components_log_file>}}
 
=== <Component> related problems ===
 
Sample entry
 
As well as the information from the [[Template:How_to_debug#AllInfo|'All bug reports']] section, include the following information:
 
{{Anchor|Debugging}}
 
== Debugging <component> ==
 
As root install <components> debug package.
 
<pre># debuginfo-install <component></pre>
 
How to GDB component
 
{{admon/note| Sample Note }}
{{admon/tip| Sample Tip}}
{{admon/warning| Sample Warning}}
 
 
[[Category:Debugging]] [[Category:How to]]

Latest revision as of 02:27, 19 October 2009


This page describes how to debug {{{component}}}. For general information on how to file a bug, should you need to do so, please see Bugs and feature requests.

Identifying your problem area

{{{problem_area}}}

Information to include in your report

{{{report_info}}}