A core dump consists of the recorded state of the working memory of a computer program at a specific time, generally when the program has terminated abnormally (crashed).Other key pieces of program state are usually dumped at the same time, including the processor registers, which may include the program counter and stack pointer, memory management information, and other processor and operating system flags and information.
Its a good practise to examine this core file to know the bugs in the application and in the system.
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods