A vital part of bug triage is ensuring the required information is collected. This page should guide you as to the required information for various bug types.

General Kernel Bugs

For a general kernel bug you should ensure that the bug was filed against the linux package and contains attachments such as the dmesg file. If it does not you should request that kernel debugging information be collected and added to the bug:

Kernel Sound Bugs

If this is a sound related Ubuntu kernel bug, run the following to gather and attach important sound debugging information to the bug:

Problems in capturing information

Bootloader

If the bug occurs during bootup, you can disable the splash screen in one of the following ways:

Capturing OOPs

If the bug report involves a crash, it is hoped that a kernel backtrace (aka OOPS, kernel panic) is available. If the machine does not completely lockup from the crash, the backtrace should be available in the dmesg output. If the crash completely locks the system:

In X window mode

Sometimes crashes occur in X, and so terminal access is not available (to capture the kernel backtrace). When this occurs, the user should try to recreate the crash at the console (Ctrl+Alt+F1). If this is not possible, then annotate the bug as such.

Kernel/BugTriage/CollectingInformation (last edited 2010-09-19 13:37:27 by 71-209-21-139)