DebuggingProcedures

Differences between revisions 122 and 125 (spanning 3 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 125 as of 2019-07-19 13:37:58
Size: 4513
Comment:
Deletions are marked like this. Additions are marked like this.
Line 30: Line 30:
 * [[DebuggingNetworkManager|Network Manager]]
Line 43: Line 44:
= Application Debugging Tools =

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

= 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 [email protected], 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)