Top "Core-file" questions

A core file is an image of a process that has crashed.

Saving core file in gdb

Is it possible to save/dump core file using gdb? Sometimes I want to save file to analyze it later.

gdb core-file
understanding stack trace of a segmentation fault

I am doing an snprintf and getting a seg fault. when I loaded the core file on gdb like this: …

c gdb segmentation-fault crash-dumps core-file
gdb won't read core file from foreign architecture

I'm trying to read an ARM core file on my Linux desktop, but it seems not to be able to …

gdb arm core-file