I use Hudson as a continuous integration server to test C / C ++ code. Unfortunately, I have an error somewhere that leads to memory corruption, so on some Windows machines I sometimes get the "Application Error" dialog box explaining that the instruction refers to memory that cannot be read. This dialog box appears and basically hangs in the test run, as it requires manual intervention.
Is there a way to prevent this dialog from appearing so that the test run just fails and is reported as such in Hudson?
Is it possible to automatically create minidump instead of displaying a dialog?
c ++ debugging windows memory build-automation
mch Apr 09 '09 at 17:32 2009-04-09 17:32
source share