Skip to content

ematsumiya/crash-python

 
 

Repository files navigation

This repository contains the python extensions for interacting with Linux kernel crash dumps.

You'll need:

Packages for SUSE-created releases are available on the Open Build Service.

Crash-python requires the following to run properly:

  • The complete debuginfo for the kernel to be debug, including modules
  • The ELF images for the kernel and all modules
  • The vmcore dump image from the crashed system

To start: pycrash -d <dir to debuginfo and modules> <path-to-vmlinux> <path-to-vmcore>

The -d option may be specified multiple times if multiple directories are required.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.8%
  • C 41.5%
  • Other 1.7%