Hi, Hummer!
Please be advised that this does not have the core file, meaning the IVS software is running normally. If it does have this file, that will mean the server has the problem.
The functions of the core files When the program breaks down, the kernel may map the current memory of the program to the core file, so that the programmer can find the place where the program is faulty. Most frequently, almost all C programmers have the '
segment error'. It is also the most difficult to find out the cause of a mistake.
What is the core file?A core file, also known as a core dump, is a disk file that the operating system writes to the content of the process address space and other information about the process status when the operating system stops running when the process receives certain signals. This information is often used for debugging.