How to disabled Minidump ?
Hi,
We have several programs writen in delphi using DOA. We discovered that if the program crashes , the program starts to generate "minidump" files. They have names like:
H_minidump_default_pid_8784_tid_x1BBC_2012_12_27_13_41_38.dmp
the fist character is often a strange ascii, not a normal character.
The problem is that the program does not end. It disappears from the taskbar. Taskmanger shows it in memory. The program keeps on generating minidump files every second until the process is killed in memory.
I can't discover what causes and the problems happen quite often.
I'am not sure if these minidump are created by Oracle or Windows.
0