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.
_______________________________________________ Qt-creator mailing list Qt-creator@qt.nokia.com http://lists.qt.nokia.com/mailman/listinfo/qt-creator