I have a process that is spinning out of control under Linux, and I would like to create a dump file that I can take to my dev machine, and examine there.
In Windows, it is possible to create a "minidump" of a running program in several different ways, including ADVPlus and Windows Task Manager, by going to the Processes tab and right-click selecting "Create Dump File."
Is there a way to accomplish this in Linux?
I would need call stacks, heap and stack memory (especially stack), exceptions and all the rest.