When.com Web Search

  1. Ad

    related to: understanding linux kernel crash dump

Search results

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

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

    In a "dual kernel" layout, kdump uses kexec to boot another kernel and obtain a memory dump. [3]: 10 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.

  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. Fatal system error - Wikipedia

    en.wikipedia.org/wiki/Fatal_system_error

    When a bug check is issued, a crash dump file will be created if the system is configured to create them. [2] This file contains a "snapshot" of useful low-level information about the system that can be used to debug the root cause of the problem and possibly other things in the background.

  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. Kernel panic - Wikipedia

    en.wikipedia.org/wiki/Kernel_panic

    During the final stages of kernel userspace initialization, a panic is typically triggered if the spawning of init fails. A panic might also be triggered if the init process terminates, as the system would then be unusable. [11] The following is an implementation of the Linux kernel final initialization in kernel_init(): [12]

  7. Machine-check exception - Wikipedia

    en.wikipedia.org/wiki/Machine-check_exception

    rasdaemon [8] is a RAS (reliability, availability and serviceability) logging tool for Linux. It records memory errors, using the EDAC tracing events. EDAC is a Linux kernel subsystem that handles detection of ECC errors from memory controllers for most chipsets on i386 and x86_64 architectures. EDAC drivers for other architectures like arm ...

  8. Non-maskable interrupt - Wikipedia

    en.wikipedia.org/wiki/Non-maskable_interrupt

    With the introduction of Windows 2000, Microsoft allowed the use of an NMI to cause a system to either break into a debugger, or dump the contents of memory to disk and reboot. [ 3 ] Debugging NMIs have also been used by devices that allow leisure users and gamers to manipulate running programs.

  9. 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.