Generating Coredump
sudo pacman -S gdb
pgrep -f firefox
, and save this PIDsudo gdb -p <pid>
- in the gdb prompt,
generate-core-file
and thenquit
sudo pacman -S gdb
pgrep -f firefox
, and save this PIDsudo gdb -p <pid>
generate-core-file
and then quit