'VScode container makes core.XXXXXX files

I'm using the VScode as docker container on my k8s clusters.
Sometimes the file "core.XXXXXX" which is over 4GB is made but I don't know why.
When I "cat" this file, the content looks like logs of debugging. And when I click this file at the vscode web-browser, the connection died. (hang infinitely)

I want to configure out who made this dump file and not to be made.
How can I do that?



Solution 1:[1]

I got to know...!!
The files starting with core.XXXXX are generated by abrt-hook-ccpp

With the configuration file (ulimit -c), it generates the core.XXXX files whenever any processes are killed by SIGSEGV.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 JAESANGPARK