When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. kdump (Linux) - Wikipedia

    en.wikipedia.org/wiki/Kdump_(Linux)

    In the event of a kernel crash, kdump preserves system consistency by booting another Linux kernel, which is known as the dump-capture kernel, and using it to export and save a memory dump. As a result, the system boots into a clean and reliable environment instead of relying on an already crashed kernel that may cause various issues, such as ...

  3. Linux kernel oops - Wikipedia

    en.wikipedia.org/wiki/Linux_kernel_oops

    kdump (Linux) – Linux kernel's crash dump mechanism, which internally uses kexec System.map – contains mappings between symbol names and their addresses in memory, used to interpret oopses References

  4. Memory forensics - Wikipedia

    en.wikipedia.org/wiki/Memory_forensics

    In that article, he analyzes a memory based rootkit utilizing the existing Linux crash utility as well as two tools developed specifically to recover and analyze the memory forensically, memget and mempeek. [citation needed] In 2005, DFRWS issued a Memory Analysis Forensics Challenge. [4]

  5. Core dump - Wikipedia

    en.wikipedia.org/wiki/Core_dump

    Analysts of crash dumps from Linux systems can use kdump or the Linux Kernel Crash Dump (LKCD). [10] Core dumps can save the context (state) of a process at a given state for returning to it later. Systems can be made highly available by transferring core between processors, sometimes via core dump files themselves.

  6. ktrace - Wikipedia

    en.wikipedia.org/wiki/Ktrace

    ktrace is a utility included with certain versions of BSD Unix and Mac OS X that traces kernel interaction with a program and dumps it to disk for the purposes of debugging and analysis. Traced kernel operations include system calls , name translations, signal processing, and I/O .

  7. ProcDump - Wikipedia

    en.wikipedia.org/wiki/ProcDump

    ProcDump is a command-line application used for monitoring an application for CPU spikes and creating crash dumps during a spike. [2] [3] The crash dumps can then be used by an administrator or software developer to determine the cause of the spike.

  8. Dump analyzer - Wikipedia

    en.wikipedia.org/wiki/Dump_analyzer

    A dump analyzer is a programming tool which is used for understanding a machine readable core dump. GNU gdb. The GNU Debugger (gdb) ...

  9. Kernel panic - Wikipedia

    en.wikipedia.org/wiki/Kernel_panic

    On Linux, a kernel panic causes keyboard LEDs to blink as a visual indication of a critical condition. [14] As of Linux 6.10, drm_panic was merged allowing DRM drivers to support drawing a panic screen to inform the user that a panic occurred. This allows a panic screen to appear even when a display server was running when the panic occured.