On Fri, Mar 1, 2013 at 4:59 PM, Joerg Bornemann
<joerg.bornem...@digia.com>wrote:

> 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<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.


That error code is there at least since Qt 3. Is the history for that code
available? The obvious solution seems to be to ask to whoever wrote that 10
years ago

-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)
_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to