How to create a core dump even if the process is normally running? [duplicate]
问题 This question already has answers here : Is it possible to get a core dump of a running process and its symbol table? (4 answers) Closed 5 years ago . Under Linux, when a process crashes, a core dump will be created. However, I want to create a core dump when the process doesn't crash, but looks buggy. A remote expert need the core dump to analyze. Under Windows, we can create a dump file of a process through task manager, and after that, the process is still running. Is it possible under