hi,
I m working on S60 2nd Edition FP3.
when i open my app and goes to 2nd view(my app has three view) its give a message:---
Memory Full.
Close some application and
try again.
I searched in this forum for this... and after that i increase EPOCHEAPSIZE min max
and also EPOCSTACKSIZE but my problem is still that memory full...
plz guide me anybody regarding this.
Thanx for reply Brunner. Now i check that after read ur post nowhere any endless loop is. and the problem is still there.
Suggest me if any other cause that i check plz ..............
Forum posts: 1093
Maybe your program gets into an endless loop somehow, allocates objects without end until the full memory stops the whole amok run?
René Brunner
Forum posts: 93
Thanx for reply Brunner. Now i check that after read ur post nowhere any endless loop is. and the problem is still there.
Suggest me if any other cause that i check plz ..............
Thanks & Regards,
C Singh
Forum posts: 732
Are you using stack memory extensively? Did you use more stack based descriptors in your applicaions?
Forum posts: 93
hi,
i used not much more stack based descriptors.
Thanks & Regards,
C Singh
Forum posts: 174
A stack overflow would most likely give a crash, not a memory full error.
See if there's a way to decrease the heap usage of your app.
http://ptrmobile.blogspot.com/