Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 499 Bytes

crash.rst

File metadata and controls

30 lines (16 loc) · 499 Bytes

crash

  • Start crash

    # crash /var/crash/timestamp/vmcore /usr/lib/debug/lib/modules/kernel/vmlinux
    
  • Displaying the Message Buffer

    crash> log
    
  • Displaying a Backtrace

    crash> bt <PID>
    
  • Displaying a Process Status

    crash> ps
    
  • Displaying Virtual Memory Information

    crash> vm <PID>
    
  • Displaying Open Files

    crash> files
    
  • Exiting the Utility

    crash> exit