Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi, We were previously using UserDump to monitor running Windows applications and generate .dmp files on system exceptions like access violation. This was good but DebugDiag was even better. However DebugDiag has a limit on the number of dump files it produces, to avoid exhausting disk space. The trouble is, we don't know in advance when a production system is going to crash so we just want to monitor every machine indefinitely. There are lots of machines and I can't keep regularly checking them all to see if DebugDiag has reached its limit. A dump file always gets created each night because we have kill scripts for all our apps. UserDump has a feature that keeps only the latest N dump files. Is there any way to configure DebugDiag to do the same? If not, we'll have to revert to UserDump.

No problems with getting decent core dumps for our Linux apps of course! :)
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900