state of program memory at a specific time generated when the program has crashed.
I includes: t- Register information
- Flags
Finding Coredump
/var/lib/systemd/coredump/core.yourpid
Generating Coredump
sudo pacman -S gdbpgrep -f firefox, and save this PIDsudo gdb -p <pid>- in the gdb prompt,
generate-core-fileand thenquit