[Development] magic number 0xf291
Pau Garcia i Quiles
pgquiles at elpauer.org
Fri Mar 1 16:47:08 CET 2013
Hello,
According to:
http://stackoverflow.com/questions/9187021/c-application-exit-error-code-62097-what-does-that-mean
It means memory allocation failed.
On Fri, Mar 1, 2013 at 4:43 PM, Joerg Bornemann
<joerg.bornemann at digia.com>wrote:
> In qprocess_win.cpp there's this code for determining if the child
> process crashed or not.
>
> //### for now we assume a crash if exit code is less than -1 or the
> magic number
> crashed = (exitCode == 0xf291 || (int)exitCode < 0);
>
> Does anybody have an idea where this magic number 0xf291 comes from?
> I cannot find it anywhere in the Windows headers. Neither can I produce
> a crashing application that returns this code.
>
> Hint: it is not the exit code for unsatisfied DLL dependencies.
> That's STATUS_DLL_NOT_FOUND.
>
>
> Cheers,
>
> Joerg
> _______________________________________________
> Development mailing list
> Development at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development
>
--
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/development/attachments/20130301/7919126b/attachment.html>
More information about the Development
mailing list