DebuggingProcedures

Differences between revisions 122 and 124 (spanning 2 versions)
Revision 122 as of 2016-12-31 19:50:17
Size: 4651
Editor: penalvch
Comment: 1) Order alphabetical top to bottom. 2) Add Bluetooth. 3) Syntax fixes.
Revision 124 as of 2016-12-31 20:54:37
Size: 4465
Editor: penalvch
Comment: 1) Expanded Kernel Include to include missing sections that would be helpful. 2) RM'ed dup links. 3) Rename = Debugging Tools = as overlaps w/ kernel tools heading.
Deletions are marked like this. Additions are marked like this.
Line 43: Line 43:
= Application Debugging Tools =

 * [[Backtrace]]
 * [[MemoryTest|Memory test]]
 * [[Strace]]
 * [[Valgrind]]
Line 46: Line 53:
 * [[DebuggingACPI|ACPI (power-saving etc.)]]
Line 48: Line 54:
 * [[DebuggingIRQProblems|IRQ problems]]
Line 52: Line 57:
 * [[DebuggingSoundProblems|Sound problems]]
Line 56: Line 60:
 * [[https://wiki.ubuntu.com/Kernel/Debugging/USB|USB problems]]
Line 69: Line 72:
<<Include(Kernel/Debugging, , from="== Debugging Scenarios ==$", to="==")>> <<Include(Kernel/Debugging, , from="== Introduction ==$", to="== Links ==$")>>
Line 77: Line 80:

= Debugging Tools =

 * [[Backtrace]]
 * [[MemoryTest|Memory test]]
 * [[Strace]]
 * [[Valgrind]]

Note: If you wish to report a bug, see ReportingBugs and if you wish to help with bugs, see HelpingWithBugs

If you want to add information to this page on how to debug a package, use this template.

As part of triaging bug reports about specific packages or subsystems, bug triagers and developers have been writing debugging procedures for them. These include information about how to troubleshoot issues, gather the proper log files and common bug reports. If you find one missing, and if no one else can help, e-mail the Bug Squad! You can find them at ubuntu-bugsquad@lists.ubuntu.com, or in #ubuntu-bugs on irc.ubuntu.com.

Desktop Applications

Server Applications

Application Debugging Tools

Hardware

Storage devices

Kernel

To determine which guides are relevant to your problem see the symptom based debugging guide.

Kernel Debugging Scenarios

Kernel Debugging Guides

  • ACPI -- debugging ACPI (Advanced Configuration and Power Interface)

  • BIOS -- Debugging BIOS issues on Ubuntu (DSDT, Reboot, Suspend/Resume)

  • IRQ -- debugging interrupt related issues

  • Sound -- Basic troubleshooting tips for debugging sound problems

  • System Crash -- Tips for gather information regarding system crashes and lockups

Kernel Debugging Tools/Information

Installation and Upgrades

Miscellaneous

Template

We've created a template file for debugging procedure pages if you want to write a new one. The template provides a similar look and feel for all pages and ensures that they cover common subjects.


CategoryBugSquad CategoryDebugging

DebuggingProcedures (last edited 2019-07-19 13:37:58 by till-kamppeter)