For purposes of my own, I would like to take a regular core dump of my running application - from within the applciation - but continue running the program.
How can I do so? The app has a single process, with multiple threads.
Google core dump looked promising, but is no longer supported. Is there another way?