Quoted from PaulLaidler
In order to find out where the program is failing, compile your code using /DEBUG or better /CHECKMATE. Then run the program using the debugger.
Ideally I need the code for a short working program that demonstrates the failure.
As stated this problem does not occur every single time we build the application and happens mostly either on Windows XP or on the CI server as a build job.
I am also not allowed to distribute the code base for the project, and not knowing where the issue is in the code base I cannot give you the whole thing or any of the input data that would be required for successful application run through.
I will try to narrow it down as I go, but I think it is the way the compiler is being executed using my build scripts rather then the code it is compiling.
Sorry,
Alex.