- What is the difference between heap dump and gcore core dump ?
- I am trying to analyze a running process that's growing in memory, If I do a core dump using gcore is it possible to convert it to heap dump ?
- Are there any tools to analyse core/heap dumps other than gdb ?
Please feel free to correct me if I mixing things,