crash 7.2.6-1ubuntu1 source package in Ubuntu

Changelog

crash (7.2.6-1ubuntu1) focal; urgency=medium

  * If the "live" autopkgtest fails with a recommendation to try
    /proc/kcore instead of the default, attempt that before failing
    the test. LP: #1858958.

 -- dann frazier <email address hidden>  Thu, 09 Jan 2020 14:21:45 -0700

Upload details

Uploaded by:
dann frazier
Uploaded to:
Focal
Original maintainer:
Troy Heber
Architectures:
linux-any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
crash_7.2.6.orig.tar.gz 30.8 MiB c8bc0892061e7cec838e641a8e61319d656f33de5f211502296d1c9a23058ec2
crash_7.2.6-1ubuntu1.debian.tar.xz 105.9 KiB f3f6b080301c4854fd3c1c0ebede95f4b805af5f7bbae720b4d76902ea517375
crash_7.2.6-1ubuntu1.dsc 1.9 KiB 94df207deb8e7150663b89a378360b5177cc17186aee90895c0024a2219e9a50

Available diffs

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.

crash-dbgsym: debug symbols for crash