Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Lightspeed
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Lightspeed
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHBA-2011:1648 - Bug Fix Advisory
Issued:
2011-12-06
Updated:
2011-12-06

RHBA-2011:1648 - Bug Fix Advisory

  • Overview
  • Updated Packages

Synopsis

crash bug fix and enhancement update

Type/Severity

Bug Fix Advisory

Red Hat Lightspeed patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

An updated crash package that fixes various bugs and adds several enhancements
is now available for Red Hat Enterprise Linux 6.

Description

The crash package provides a self-contained tool that can be used to investigate
live systems, and kernel core dumps created from the netdump, diskdump, kdump,
and Xen/KVM "virsh dump" facilities from Red Hat Enterprise Linux.

  • The crash package has been upgraded to upstream version 5.1.8, which provides

a number of enhancements and bug fixes over the previous version. (BZ#710193)

This update fixes the following bugs:

  • Previously, compressed kdump dump files were handled incorrectly on AMD64 and

Intel 64 architectures if a system contained more than 454 CPUs. In such a case,
the crash session terminated during initialization with the "crash: compressed
kdump: invalid nr_cpus value: [cpus]" error message. A patch has been provided
to address this issue, and the compressed dump files are now handled properly,
thus fixing this bug. (BZ#705142)

  • When the first chunk of physical memory on a system was assigned to NUMA

(Non-Uniform Memory Architecture) node 1 (typically it is assigned to NUMA node
0), the "kmem -s" or "kmem -S" command incorrectly showed all cache blocks
allocated by the slab allocator as empty. This bug has been fixed, and the kmem
command now shows populated kmem_cache slab data correctly. (BZ#716931)

  • In a rare scenario, a non-crashing CPU received a shutdown NMI (non-maskable

interrupt) immediately after receiving an interrupt from another source. Because
the IRQ entry-point symbols "IRQ0x00_interrupt" through "IRQ0x##_interrupt" no
longer existed, the bt command terminated with the "bt: cannot transition from
exception stack to current process stack" error message on AMD64 and Intel 64
architectures. This bug has been fixed, and backtrace now properly transitions
from the NMI stack back to the interrupted process stack. (BZ#712214)

This update adds the following enhancements:

  • The crash.8 man page and the associated built-in "crash -h" output have been

re-written. The crash.8 man page now clarifies the required invocation options,
adds all of the rarely-used command line options that have proliferated over the
years, and updates the ENVIRONMENT variables section. The "crash -h" output now
closely mimics the relevant parts of the crash.8 man page. (BZ#695413)

  • With this update, the new "--osrelease [dump_file]" command line option that

displays the OSRELEASE vmcoreinfo string from a kdump dump file has been added.
(BZ#703467)

Users of crash are advised to upgrade to this updated package which fixes these
bugs and adds these enhancements.

Solution

Before applying this update, make sure all previously-released errata
relevant to your system have been applied.

This update is available via the Red Hat Network. Details on how to
use the Red Hat Network to apply this update are available at
https://access.redhat.com/kb/docs/DOC-11259

Affected Products

  • Red Hat Enterprise Linux Server 6 x86_64
  • Red Hat Enterprise Linux Server 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support 6 i386
  • Red Hat Enterprise Linux Workstation 6 x86_64
  • Red Hat Enterprise Linux Workstation 6 i386
  • Red Hat Enterprise Linux Desktop 6 x86_64
  • Red Hat Enterprise Linux Desktop 6 i386
  • Red Hat Enterprise Linux for IBM z Systems 6 s390x
  • Red Hat Enterprise Linux for Power, big endian 6 ppc64
  • Red Hat Enterprise Linux for Scientific Computing 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 x86_64
  • Red Hat Enterprise Linux Server from RHUI 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6 s390x
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6 x86_64
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6 i386
  • Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension (for IBM z Systems) 6 s390x

Fixes

  • BZ - 695413 - crash manpage is confusing; crash -h is worse than manpage
  • BZ - 703467 - Need an option to retrieve kernel version from vmcore
  • BZ - 705142 - [RHEL6.1] crash: compressed kdump: invalid nr_cpus value: <cpus>
  • BZ - 710193 - Rebase request for crash utility RHEL6.2 errata
  • BZ - 712214 - bt: cannot transition from exception stack to process stack

CVEs

(none)

References

(none)

Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Enterprise Linux Server 6

SRPM
crash-5.1.8-1.el6.src.rpm SHA-256: e3e13abebe8e7f8d434734fbecd94070d4732a58a6e82fcf7b5b57657474d0ca
x86_64
crash-5.1.8-1.el6.x86_64.rpm SHA-256: e759812960b1bd2cd9e8e90bd71d152ba4225cbf12757dd7d91a3042e759e114
crash-5.1.8-1.el6.x86_64.rpm SHA-256: e759812960b1bd2cd9e8e90bd71d152ba4225cbf12757dd7d91a3042e759e114
crash-debuginfo-5.1.8-1.el6.i686.rpm SHA-256: b3f5ca1ad521a3dfc83e62db68d2f6111c66028d9bbfb10817b411dc0227329a
crash-debuginfo-5.1.8-1.el6.x86_64.rpm SHA-256: 3ae4cb53376adef5bcfd128b14360c3bd662f2dac8919c825414ec9a1335dbad
crash-debuginfo-5.1.8-1.el6.x86_64.rpm SHA-256: 3ae4cb53376adef5bcfd128b14360c3bd662f2dac8919c825414ec9a1335dbad
crash-debuginfo-5.1.8-1.el6.x86_64.rpm SHA-256: 3ae4cb53376adef5bcfd128b14360c3bd662f2dac8919c825414ec9a1335dbad
crash-devel-5.1.8-1.el6.i686.rpm SHA-256: ebd12501aefa823441f36ef11022f232e7b8c08cd62f1e7513af3f381f0779fc
crash-devel-5.1.8-1.el6.i686.rpm SHA-256: ebd12501aefa823441f36ef11022f232e7b8c08cd62f1e7513af3f381f0779fc
crash-devel-5.1.8-1.el6.x86_64.rpm SHA-256: 83efdcde58f43d329723cc21471b8d1f7c8cf8da21be973dfeabf1901e41d335
crash-devel-5.1.8-1.el6.x86_64.rpm SHA-256: 83efdcde58f43d329723cc21471b8d1f7c8cf8da21be973dfeabf1901e41d335
i386
crash-5.1.8-1.el6.i686.rpm SHA-256: f08f7b8ac8f6543fd7857a6bd8c380ad957d76a28f3543b750446f3f7890b910
crash-debuginfo-5.1.8-1.el6.i686.rpm SHA-256: b3f5ca1ad521a3dfc83e62db68d2f6111c66028d9bbfb10817b411dc0227329a
crash-debuginfo-5.1.8-1.el6.i686.rpm SHA-256: b3f5ca1ad521a3dfc83e62db68d2f6111c66028d9bbfb10817b411dc0227329a
crash-devel-5.1.8-1.el6.i686.rpm SHA-256: ebd12501aefa823441f36ef11022f232e7b8c08cd62f1e7513af3f381f0779fc

Red Hat Enterprise Linux Server - Extended Life Cycle Support 6

SRPM
crash-5.1.8-1.el6.src.rpm SHA-256: e3e13abebe8e7f8d434734fbecd94070d4732a58a6e82fcf7b5b57657474d0ca
x86_64
crash-5.1.8-1.el6.x86_64.rpm SHA-256: e759812960b1bd2cd9e8e90bd71d152ba4225cbf12757dd7d91a3042e759e114
crash-debuginfo-5.1.8-1.el6.i686.rpm SHA-256: b3f5ca1ad521a3dfc83e62db68d2f6111c66028d9bbfb10817b411dc0227329a
crash-debuginfo-5.1.8-1.el6.x86_64.rpm SHA-256: 3ae4cb53376adef5bcfd128b14360c3bd662f2dac8919c825414ec9a1335dbad
crash-debuginfo-5.1.8-1.el6.x86_64.rpm SHA-256: 3ae4cb53376adef5bcfd128b14360c3bd662f2dac8919c825414ec9a1335dbad
crash-devel-5.1.8-1.el6.i686.rpm SHA-256: ebd12501aefa823441f36ef11022f232e7b8c08cd62f1e7513af3f381f0779fc
crash-devel-5.1.8-1.el6.x86_64.rpm SHA-256: 83efdcde58f43d329723cc21471b8d1f7c8cf8da21be973dfeabf1901e41d335
i386
crash-5.1.8-1.el6.i686.rpm SHA-256: f08f7b8ac8f6543fd7857a6bd8c380ad957d76a28f3543b750446f3f7890b910
crash-debuginfo-5.1.8-1.el6.i686.rpm SHA-256: b3f5ca1ad521a3dfc83e62db68d2f6111c66028d9bbfb10817b411dc0227329a
crash-debuginfo-5.1.8-1.el6.i686.rpm SHA-256: b3f5ca1ad521a3dfc83e62db68d2f6111c66028d9bbfb10817b411dc0227329a
crash-devel-5.1.8-1.el6.i686.rpm SHA-256: ebd12501aefa823441f36ef11022f232e7b8c08cd62f1e7513af3f381f0779fc

Red Hat Enterprise Linux Workstation 6

SRPM
crash-5.1.8-1.el6.src.rpm SHA-256: e3e13abebe8e7f8d434734fbecd94070d4732a58a6e82fcf7b5b57657474d0ca
x86_64
crash-5.1.8-1.el6.x86_64.rpm SHA-256: e759812960b1bd2cd9e8e90bd71d152ba4225cbf12757dd7d91a3042e759e114
crash-debuginfo-5.1.8-1.el6.i686.rpm SHA-256: b3f5ca1ad521a3dfc83e62db68d2f6111c66028d9bbfb10817b411dc0227329a
crash-debuginfo-5.1.8-1.el6.x86_64.rpm SHA-256: 3ae4cb53376adef5bcfd128b14360c3bd662f2dac8919c825414ec9a1335dbad
crash-debuginfo-5.1.8-1.el6.x86_64.rpm SHA-256: 3ae4cb53376adef5bcfd128b14360c3bd662f2dac8919c825414ec9a1335dbad
crash-devel-5.1.8-1.el6.i686.rpm SHA-256: ebd12501aefa823441f36ef11022f232e7b8c08cd62f1e7513af3f381f0779fc
crash-devel-5.1.8-1.el6.x86_64.rpm SHA-256: 83efdcde58f43d329723cc21471b8d1f7c8cf8da21be973dfeabf1901e41d335
i386
crash-5.1.8-1.el6.i686.rpm SHA-256: f08f7b8ac8f6543fd7857a6bd8c380ad957d76a28f3543b750446f3f7890b910
crash-debuginfo-5.1.8-1.el6.i686.rpm SHA-256: b3f5ca1ad521a3dfc83e62db68d2f6111c66028d9bbfb10817b411dc0227329a
crash-debuginfo-5.1.8-1.el6.i686.rpm SHA-256: b3f5ca1ad521a3dfc83e62db68d2f6111c66028d9bbfb10817b411dc0227329a
crash-devel-5.1.8-1.el6.i686.rpm SHA-256: ebd12501aefa823441f36ef11022f232e7b8c08cd62f1e7513af3f381f0779fc

Red Hat Enterprise Linux Desktop 6

SRPM
crash-5.1.8-1.el6.src.rpm SHA-256: e3e13abebe8e7f8d434734fbecd94070d4732a58a6e82fcf7b5b57657474d0ca
x86_64
crash-5.1.8-1.el6.x86_64.rpm SHA-256: e759812960b1bd2cd9e8e90bd71d152ba4225cbf12757dd7d91a3042e759e114
crash-debuginfo-5.1.8-1.el6.i686.rpm SHA-256: b3f5ca1ad521a3dfc83e62db68d2f6111c66028d9bbfb10817b411dc0227329a
crash-debuginfo-5.1.8-1.el6.x86_64.rpm SHA-256: 3ae4cb53376adef5bcfd128b14360c3bd662f2dac8919c825414ec9a1335dbad
crash-debuginfo-5.1.8-1.el6.x86_64.rpm SHA-256: 3ae4cb53376adef5bcfd128b14360c3bd662f2dac8919c825414ec9a1335dbad
crash-devel-5.1.8-1.el6.i686.rpm SHA-256: ebd12501aefa823441f36ef11022f232e7b8c08cd62f1e7513af3f381f0779fc
crash-devel-5.1.8-1.el6.x86_64.rpm SHA-256: 83efdcde58f43d329723cc21471b8d1f7c8cf8da21be973dfeabf1901e41d335
i386
crash-5.1.8-1.el6.i686.rpm SHA-256: f08f7b8ac8f6543fd7857a6bd8c380ad957d76a28f3543b750446f3f7890b910
crash-debuginfo-5.1.8-1.el6.i686.rpm SHA-256: b3f5ca1ad521a3dfc83e62db68d2f6111c66028d9bbfb10817b411dc0227329a
crash-debuginfo-5.1.8-1.el6.i686.rpm SHA-256: b3f5ca1ad521a3dfc83e62db68d2f6111c66028d9bbfb10817b411dc0227329a
crash-devel-5.1.8-1.el6.i686.rpm SHA-256: ebd12501aefa823441f36ef11022f232e7b8c08cd62f1e7513af3f381f0779fc

Red Hat Enterprise Linux for IBM z Systems 6

SRPM
crash-5.1.8-1.el6.src.rpm SHA-256: e3e13abebe8e7f8d434734fbecd94070d4732a58a6e82fcf7b5b57657474d0ca
s390x
crash-5.1.8-1.el6.s390x.rpm SHA-256: f3753cc096cb3fe619985a0c9cb4851af33419f973e9b3abea65bbee09bd2cf9
crash-debuginfo-5.1.8-1.el6.s390.rpm SHA-256: 59bd3a5c0ad54e0fa42686f0559a54a9506edba7639e16401f88fdcf27ae5026
crash-debuginfo-5.1.8-1.el6.s390x.rpm SHA-256: fe01a9ead98d3ad297396ded66ddcf26abb747e4c9061769e1bcf0900b0cf8db
crash-debuginfo-5.1.8-1.el6.s390x.rpm SHA-256: fe01a9ead98d3ad297396ded66ddcf26abb747e4c9061769e1bcf0900b0cf8db
crash-devel-5.1.8-1.el6.s390.rpm SHA-256: aa2b8d746e68e4808b867284c6fc5d7196fb6687567d174baaa7d23e67bf2526
crash-devel-5.1.8-1.el6.s390x.rpm SHA-256: a77ace4e461e28c460d93223a636ff14a3c23234aa6ec56cb25e20fcd41e5c1e

Red Hat Enterprise Linux for Power, big endian 6

SRPM
crash-5.1.8-1.el6.src.rpm SHA-256: e3e13abebe8e7f8d434734fbecd94070d4732a58a6e82fcf7b5b57657474d0ca
ppc64
crash-5.1.8-1.el6.ppc64.rpm SHA-256: bcf5a2c92d8d43f47136f131711501385377d7ed65e2b476f1c7bd7ee748afa7
crash-debuginfo-5.1.8-1.el6.ppc64.rpm SHA-256: 5ddd4f2afed9c5269f71c54a7675fa8aa596318340ba5ff18fdd632bbba2fe9b
crash-debuginfo-5.1.8-1.el6.ppc64.rpm SHA-256: 5ddd4f2afed9c5269f71c54a7675fa8aa596318340ba5ff18fdd632bbba2fe9b
crash-devel-5.1.8-1.el6.ppc64.rpm SHA-256: cfa5cd23ed00303c5f344dfeddcf419a1e9295f0993f062146a6367b348a856d

Red Hat Enterprise Linux for Scientific Computing 6

SRPM
crash-5.1.8-1.el6.src.rpm SHA-256: e3e13abebe8e7f8d434734fbecd94070d4732a58a6e82fcf7b5b57657474d0ca
x86_64
crash-5.1.8-1.el6.x86_64.rpm SHA-256: e759812960b1bd2cd9e8e90bd71d152ba4225cbf12757dd7d91a3042e759e114
crash-debuginfo-5.1.8-1.el6.i686.rpm SHA-256: b3f5ca1ad521a3dfc83e62db68d2f6111c66028d9bbfb10817b411dc0227329a
crash-debuginfo-5.1.8-1.el6.x86_64.rpm SHA-256: 3ae4cb53376adef5bcfd128b14360c3bd662f2dac8919c825414ec9a1335dbad
crash-debuginfo-5.1.8-1.el6.x86_64.rpm SHA-256: 3ae4cb53376adef5bcfd128b14360c3bd662f2dac8919c825414ec9a1335dbad
crash-devel-5.1.8-1.el6.i686.rpm SHA-256: ebd12501aefa823441f36ef11022f232e7b8c08cd62f1e7513af3f381f0779fc
crash-devel-5.1.8-1.el6.x86_64.rpm SHA-256: 83efdcde58f43d329723cc21471b8d1f7c8cf8da21be973dfeabf1901e41d335

Red Hat Enterprise Linux Server from RHUI 6

SRPM
crash-5.1.8-1.el6.src.rpm SHA-256: e3e13abebe8e7f8d434734fbecd94070d4732a58a6e82fcf7b5b57657474d0ca
x86_64
crash-5.1.8-1.el6.x86_64.rpm SHA-256: e759812960b1bd2cd9e8e90bd71d152ba4225cbf12757dd7d91a3042e759e114
crash-debuginfo-5.1.8-1.el6.i686.rpm SHA-256: b3f5ca1ad521a3dfc83e62db68d2f6111c66028d9bbfb10817b411dc0227329a
crash-debuginfo-5.1.8-1.el6.x86_64.rpm SHA-256: 3ae4cb53376adef5bcfd128b14360c3bd662f2dac8919c825414ec9a1335dbad
crash-debuginfo-5.1.8-1.el6.x86_64.rpm SHA-256: 3ae4cb53376adef5bcfd128b14360c3bd662f2dac8919c825414ec9a1335dbad
crash-devel-5.1.8-1.el6.i686.rpm SHA-256: ebd12501aefa823441f36ef11022f232e7b8c08cd62f1e7513af3f381f0779fc
crash-devel-5.1.8-1.el6.x86_64.rpm SHA-256: 83efdcde58f43d329723cc21471b8d1f7c8cf8da21be973dfeabf1901e41d335
i386
crash-5.1.8-1.el6.i686.rpm SHA-256: f08f7b8ac8f6543fd7857a6bd8c380ad957d76a28f3543b750446f3f7890b910
crash-debuginfo-5.1.8-1.el6.i686.rpm SHA-256: b3f5ca1ad521a3dfc83e62db68d2f6111c66028d9bbfb10817b411dc0227329a
crash-debuginfo-5.1.8-1.el6.i686.rpm SHA-256: b3f5ca1ad521a3dfc83e62db68d2f6111c66028d9bbfb10817b411dc0227329a
crash-devel-5.1.8-1.el6.i686.rpm SHA-256: ebd12501aefa823441f36ef11022f232e7b8c08cd62f1e7513af3f381f0779fc

Red Hat Enterprise Linux Server - Extended Life Cycle Support (for IBM z Systems) 6

SRPM
crash-5.1.8-1.el6.src.rpm SHA-256: e3e13abebe8e7f8d434734fbecd94070d4732a58a6e82fcf7b5b57657474d0ca
s390x
crash-5.1.8-1.el6.s390x.rpm SHA-256: f3753cc096cb3fe619985a0c9cb4851af33419f973e9b3abea65bbee09bd2cf9
crash-debuginfo-5.1.8-1.el6.s390.rpm SHA-256: 59bd3a5c0ad54e0fa42686f0559a54a9506edba7639e16401f88fdcf27ae5026
crash-debuginfo-5.1.8-1.el6.s390x.rpm SHA-256: fe01a9ead98d3ad297396ded66ddcf26abb747e4c9061769e1bcf0900b0cf8db
crash-debuginfo-5.1.8-1.el6.s390x.rpm SHA-256: fe01a9ead98d3ad297396ded66ddcf26abb747e4c9061769e1bcf0900b0cf8db
crash-devel-5.1.8-1.el6.s390.rpm SHA-256: aa2b8d746e68e4808b867284c6fc5d7196fb6687567d174baaa7d23e67bf2526
crash-devel-5.1.8-1.el6.s390x.rpm SHA-256: a77ace4e461e28c460d93223a636ff14a3c23234aa6ec56cb25e20fcd41e5c1e

Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension 6

SRPM
crash-5.1.8-1.el6.src.rpm SHA-256: e3e13abebe8e7f8d434734fbecd94070d4732a58a6e82fcf7b5b57657474d0ca
x86_64
crash-5.1.8-1.el6.x86_64.rpm SHA-256: e759812960b1bd2cd9e8e90bd71d152ba4225cbf12757dd7d91a3042e759e114
crash-debuginfo-5.1.8-1.el6.i686.rpm SHA-256: b3f5ca1ad521a3dfc83e62db68d2f6111c66028d9bbfb10817b411dc0227329a
crash-debuginfo-5.1.8-1.el6.x86_64.rpm SHA-256: 3ae4cb53376adef5bcfd128b14360c3bd662f2dac8919c825414ec9a1335dbad
crash-debuginfo-5.1.8-1.el6.x86_64.rpm SHA-256: 3ae4cb53376adef5bcfd128b14360c3bd662f2dac8919c825414ec9a1335dbad
crash-devel-5.1.8-1.el6.i686.rpm SHA-256: ebd12501aefa823441f36ef11022f232e7b8c08cd62f1e7513af3f381f0779fc
crash-devel-5.1.8-1.el6.x86_64.rpm SHA-256: 83efdcde58f43d329723cc21471b8d1f7c8cf8da21be973dfeabf1901e41d335
i386
crash-5.1.8-1.el6.i686.rpm SHA-256: f08f7b8ac8f6543fd7857a6bd8c380ad957d76a28f3543b750446f3f7890b910
crash-debuginfo-5.1.8-1.el6.i686.rpm SHA-256: b3f5ca1ad521a3dfc83e62db68d2f6111c66028d9bbfb10817b411dc0227329a
crash-debuginfo-5.1.8-1.el6.i686.rpm SHA-256: b3f5ca1ad521a3dfc83e62db68d2f6111c66028d9bbfb10817b411dc0227329a
crash-devel-5.1.8-1.el6.i686.rpm SHA-256: ebd12501aefa823441f36ef11022f232e7b8c08cd62f1e7513af3f381f0779fc

Red Hat Enterprise Linux Server - Extended Life Cycle Support Extension (for IBM z Systems) 6

SRPM
crash-5.1.8-1.el6.src.rpm SHA-256: e3e13abebe8e7f8d434734fbecd94070d4732a58a6e82fcf7b5b57657474d0ca
s390x
crash-5.1.8-1.el6.s390x.rpm SHA-256: f3753cc096cb3fe619985a0c9cb4851af33419f973e9b3abea65bbee09bd2cf9
crash-debuginfo-5.1.8-1.el6.s390.rpm SHA-256: 59bd3a5c0ad54e0fa42686f0559a54a9506edba7639e16401f88fdcf27ae5026
crash-debuginfo-5.1.8-1.el6.s390x.rpm SHA-256: fe01a9ead98d3ad297396ded66ddcf26abb747e4c9061769e1bcf0900b0cf8db
crash-debuginfo-5.1.8-1.el6.s390x.rpm SHA-256: fe01a9ead98d3ad297396ded66ddcf26abb747e4c9061769e1bcf0900b0cf8db
crash-devel-5.1.8-1.el6.s390.rpm SHA-256: aa2b8d746e68e4808b867284c6fc5d7196fb6687567d174baaa7d23e67bf2526
crash-devel-5.1.8-1.el6.s390x.rpm SHA-256: a77ace4e461e28c460d93223a636ff14a3c23234aa6ec56cb25e20fcd41e5c1e

The Red Hat security contact is secalert@redhat.com. More contact details at https://access.redhat.com/security/team/contact/.

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2026 Red Hat

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility