mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 18:06:56 +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).
29 KiB
29 KiB