mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-14 02:46:22 +02:00
When a process crashes, we generate a coredump file and write it in /tmp/coredumps/. The coredump file is an ELF file of type ET_CORE. It contains a segment for every userspace memory region of the process, and an additional PT_NOTE segment that contains the registers state for each thread, and a additional data about memory regions (e.g their name).
38 KiB
38 KiB