Hi,
We are getting a series of system crash sometimes and I donâ??t want to lose
any crash dump since it represents a bug. So we set dump â??overwriteâ?? flag to
0 in registry to save the first dump. When the system comes up, with the help
of a small application (starting automatically), rename the .dmp file with a
timestamp. This is working fine and saving all the subsequent dump files (max
of 7 dumps by considering the memory).
But sometimes the driver is getting crashed while loading and that is before
savedump.exe completes itâ??s copying from pagefile to dump file. So the
previous crash dump is lost.
Please let me know any graceful way of delay the driver loading if the
savedump process is running or any other idea in this scenario to save all
dump files?
Thanks,
Deepakumar