crash 7.0.3-3ubuntu2 source package in Ubuntu

Changelog

crash (7.0.3-3ubuntu2) trusty; urgency=low

  * debian/tests/live: Previous merge dropped the "allow-stderr" restriction.
    Redirect gpg stderr to stdout, as that's the only known and expected
    stderr source.
 -- Martin Pitt <email address hidden>   Thu, 21 Nov 2013 09:47:25 +0100

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
i386 ia64 alpha powerpc amd64 armel armhf arm64 s390x
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main utils

Downloads

File Size SHA-256 Checksum
crash_7.0.3.orig.tar.gz 30.5 MiB fdf1ee8d21cae4eaa25f60fde14e1caf259e59dcdb6e1ed4e555f1d73805fab0
crash_7.0.3-3ubuntu2.diff.gz 66.5 KiB 0c8c4f11904a03b6d2c0d57cd3a622769f2e1783280081f5a82884331112c1e5
crash_7.0.3-3ubuntu2.dsc 1.9 KiB 273d3c7c5d0fe97d6bf520b1c54c6d9c350458c1d117091d871c2d50f8d54124

View changes file

Binary packages built by this source

crash: kernel debugging utility, allowing gdb like syntax

 The core analysis suite is a self-contained tool that can be used to
 investigate either live systems, or multiple different core dump formats
 including kdump, LKCD, netdump and diskdump.
 .
 o The tool is loosely based on the SVR4 crash command, but has been
    completely integrated with gdb in order to be able to display
    formatted kernel data structures, disassemble source code, etc.
 .
 o The current set of available commands consist of common kernel core
    analysis tools such as a context-specific stack traces, source code
    disassembly, kernel variable displays, memory display, dumps of
    linked-lists, etc. In addition, any gdb command may be entered,
    which in turn will be passed onto the gdb module for execution.
 .
 o There are several commands that delve deeper into specific kernel
    subsystems, which also serve as templates for kernel developers
    to create new commands for analysis of a specific area of interest.
    Adding a new command is a simple affair, and a quick recompile
    adds it to the command menu.
 .
 o The intent is to make the tool independent of Linux version dependencies,
    building in recognition of major kernel code changes so as to adapt to
    new kernel versions, while maintaining backwards compatibility.