crash 7.2.1-1ubuntu2 source package in Ubuntu

Changelog

crash (7.2.1-1ubuntu2) bionic; urgency=medium

  * Add patch to fix ipcs command (LP: #1765660).
  * Add test for ipcs command.

 -- Thadeu Lima de Souza Cascardo <email address hidden>  Fri, 15 Feb 2019 06:58:17 -0200

Upload details

Uploaded by:
Thadeu Lima de Souza Cascardo
Sponsored by:
Alberto Milone
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
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.1.orig.tar.gz 30.7 MiB 6510da25db7ad2f49fd2a8bce7b5939ecb561152767423deaa22873e242413a3
crash_7.2.1-1ubuntu2.debian.tar.xz 98.4 KiB 9e44cc13ef1c2126735e03d29c17b833f7385c0902e6bd21ab6bf05c672352f5
crash_7.2.1-1ubuntu2.dsc 1.9 KiB 1934c07786d5793278417333cea084a8a709f3f526ecc26225698093a1f1e0ab

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