Changes between Version 5 and Version 6 of ReportingBugs
- Timestamp:
- Oct 20, 2010, 9:05:31 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReportingBugs
v5 v6 41 41 42 42 KDL itself is a kind of a shell. One can execute commands that print information about the system. The following commands might be of interest: 43 * `bt` (aka `sc`): Prints a back trace. If the system entered KDL on its on volition, a lways enter that one.43 * `bt` (aka `sc`): Prints a back trace. If the system entered KDL on its on volition, a back trace is normally printed automatically. If that didn't happen or part of it is obscured (e.g. when the stack trace is so long that it wrapped around) and your only way of providing the information to developers is by taking a picture of the screen, enter this command. 44 44 * `ints`: This will show the handled and unhandled hardware interrupts. 45 45 * `co` (aka `continue`): Leaves the kernel debugger and continues normal operation of the system, if that is possible.