[Development] magic number 0xf291
Joerg Bornemann
joerg.bornemann at digia.com
Fri Mar 1 16:59:02 CET 2013
On 01/03/2013 16:47, Pau Garcia i Quiles wrote:
> http://stackoverflow.com/questions/9187021/c-application-exit-error-code-62097-what-does-that-mean
>
> It means memory allocation failed.
Yeah I also found this comment but I cannot make my memory allocator
fail in a way that I get this exit code.
When an MSVC program crashes, a first class exception is thrown. Every
exception has a numerical code. This numerical code is used as exit
code. And those codes have proper defines like EXCEPTION_ACCESS_VIOLATION.
Joerg
More information about the Development
mailing list