[Qt-creator] stack and heap size limit for a Qt based application

veeranjaneyulu.toka at nokia.com veeranjaneyulu.toka at nokia.com
Fri Mar 4 05:51:21 CET 2011


Hi All,

I am working on one of the Qt based applications and I noticed behavior differentiation between ps1 image and ps2 images while running the app. The differentiation is something like when I run the app on ps1 image, it works fine. But when I run on ps2 image, it crashes while calling some functions. If I comment those functions, it fails next called functions.  It crashes with USER 42 message,  the meaning of this panic is " trying to access the invalid cells". I am suspecting that there is no sufficient stack/heap memory. Currently the below are the memory figures that have been set.
    TARGET.EPOCSTACKSIZE = 0x29000
    TARGET.EPOCHEAPSIZE = 0x10000 \
        0x3000000

I just tried to reduce the stack memory and could see same panic  at earlier calls. I think the stack memory that is set here is not sufficient to run my app. Could anyone let
me know what is that max stack/heap memory that I can set here?

Thanks,
Veeru.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20110304/e6030a48/attachment.html 


More information about the Qt-creator-old mailing list