From Fedora Project Wiki

Line 26: Line 26:
How to GDB component
How to GDB component


{{admon/note| Sample note
{{admon/note| Sample Note }}
{{admon/tip| Sample Tip}}  
{{admon/tip| Sample Tip}}  
{{admon/warning| The following may eat babies and destroy your pony}}
{{admon/warning| Sample Warning}}

Revision as of 16:40, 6 October 2009


Identifying your problem area

Something that ensures that the component in question is at fault not some other thing..

Information to include in your report

All bug reports

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 /path/to/<components_log_file>

Debugging <component>

As root install <components> debug package.

# debuginfo-install <component>

How to GDB component

Note.png
Sample Note
Idea.png
Sample Tip
Warning.png
Sample Warning