From Fedora Project Wiki

No edit summary
No edit summary
Line 1: Line 1:
<includeonly>
<!--{{header|<thunderbird>}}-->
{{How_to_debug|#All_bug_reports}}
 
</includeonly>
= Identifying your problem area =
 
Disable all Thunderbird extension you have installed.
 
{{admon/note|Start Thunderbird, then go to Tools, from there select Add-ons.
Disable all extensions listed there.}}
 
 
 
= Information to include in your report =
 
{{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]]

Revision as of 18:15, 6 October 2009


Identifying your problem area

Disable all Thunderbird extension you have installed.

Note.png
Start Thunderbird, then go to Tools, from there select Add-ons. Disable all extensions listed there.


Information to include in your report

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

<Component> related problems

Sample entry

As well as the information from the 'All bug reports' section, include the following information:

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