crash 8.0.4-1ubuntu2 source package in Ubuntu

Changelog

crash (8.0.4-1ubuntu2) noble; urgency=high

  * No change rebuild for 64-bit time_t and frame pointers.

 -- Julian Andres Klode <email address hidden>  Mon, 08 Apr 2024 17:55:38 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
linux-any
Section:
utils
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main utils
Noble release main utils

Downloads

File Size SHA-256 Checksum
crash_8.0.4.orig.tar.gz 39.2 MiB 780be8c5df4cb1b76c1483367f735d782dc28d6b4fa6e96122f4a7c8e20c9c32
crash_8.0.4-1ubuntu2.debian.tar.xz 149.0 KiB 9137dd3ffc89455ee415049ad4fc280a3d45a73862c07fb7932ae4275a329d74
crash_8.0.4-1ubuntu2.dsc 2.1 KiB dcb8653b52bcce9260432b89d0ba66a18989d6248d3481d5d38ce3603de4f6ca

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