<App Name> Memory Full Problem ???

Login to reply to this topic.
Sun, 2007-07-22 10:21
Joined: 2007-06-20
Forum posts: 93

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.


Thanks & Regards,
C Singh


Sun, 2007-07-22 10:43
Joined: 2005-11-20
Forum posts: 1093
Re: <App Name> Memory Full Problem ???

Maybe your program gets into an endless loop somehow, allocates objects without end until the full memory stops the whole amok run?


René Brunner

Sun, 2007-07-22 12:11
Joined: 2007-06-20
Forum posts: 93
Re: <App Name> Memory Full Problem ???

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

Mon, 2007-07-23 04:31
Forum Nokia Champion
Joined: 2004-05-26
Forum posts: 732
Re: <App Name> Memory Full Problem ???

Are you using stack memory extensively? Did you use more stack based descriptors in your applicaions?


Tue, 2007-07-24 12:43
Joined: 2007-06-20
Forum posts: 93
Re: <App Name> Memory Full Problem ???

hi,
i used not much more stack based descriptors.


Thanks & Regards,
C Singh

Tue, 2007-07-31 10:45
Joined: 2005-06-09
Forum posts: 174
Re: <App Name> Memory Full Problem ???

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.


  • Login to reply to this topic.