minidumpfiles
Hi,
We have several programs writen in delphi, we use reportbuilder for
reporting and direct oracle acces to connect to the oracle database.
sometimes when our program crashes it start generating mindiump files.
During start up a datamodule is created containing a report,
reportexplorer, designer, datadictionary, data pipelines etc. (Every
thing reportbuilder offers)
When the program crasheds before "Application.run" is reached. The
generation of minidump files startes. The program diasppeares form the
taskbar but stays in memory generating dump files. Ending up with
thousands of minidump files at the end of the day.
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.
Of i dont create de datamodule containing the reportbuilder stuff. Every
thing words fine. I seems as if the program hits an error during
finalisation and starts finalizing again and again.
Do you have any idea? Can you point me in the right direction?
Kind regards
Ruud
We have several programs writen in delphi, we use reportbuilder for
reporting and direct oracle acces to connect to the oracle database.
sometimes when our program crashes it start generating mindiump files.
During start up a datamodule is created containing a report,
reportexplorer, designer, datadictionary, data pipelines etc. (Every
thing reportbuilder offers)
When the program crasheds before "Application.run" is reached. The
generation of minidump files startes. The program diasppeares form the
taskbar but stays in memory generating dump files. Ending up with
thousands of minidump files at the end of the day.
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.
Of i dont create de datamodule containing the reportbuilder stuff. Every
thing words fine. I seems as if the program hits an error during
finalisation and starts finalizing again and again.
Do you have any idea? Can you point me in the right direction?
Kind regards
Ruud
This discussion has been closed.
Comments
is no code in RB where we try to generate any type of dump file. Perhaps you
are using an Exception manager like Eureka log or MadExcept etc?
-
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
thanks for your reply.
Best wishes for 2013.
Kind Regards
Ruud