Re: Application "Nuked"



FWIW, I had something just like this. MadExcept didn't log anything and
Codesite would indicate that it was just dying halfway through some
innocuous function. I took out any threads, added copious logging, and
nothing seemed to fix it. Then I moved code from a DLL to the main body,
and it never failed again. Given the situation (live server, money
flowing) that was enough work to sort the issue - no time to do further
research on what might have been the real cause. I'll watch for stack
overflow should it happen again, but stack mangling due to calling
convention is my guess (though it was of course all correct...).

/Matthew Jones/
.