Are you sure the error isnt "chunk overlocked" vs. overload ? It would show up as a "reset dialog" which would force the user to reset.
Chunk overlocked errors happens as a result of trying to lock via MemHandleLock() a relocatable memory chunk via its handle more than 14 times. Make sure you have a matching MemHandleUnlock() for each lock. Make sure you don't do that too much either or you will get "underlocked". :) I also searched the sources for "overload" and it doesn't appear in the 3.0/3.5/4.0 sources at all. It's probably overlocked. Keith M ----- Original Message ----- From: "Michal Seliga" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Thursday, June 27, 2002 10:05 AM Subject: Chunk overload > Hello > > Can anyone tell me what does it mean? > > Users of my application sometimes complain that sometimes (about once for each 2- > 3 days) in my application they see alert "Memory Manager line > 3036 Chunk overload". Only users report this I was never successful to invoke it and > I never saw it with my own eyes.... > > I never seen this error before and I never found anything about it (I tried palm-dev- > forum archives, google, some archives from www.palmos.com/dev and all helps and > pdf's I have on my computer). The only thing I have found was one message on > Sony Clie forum http://www.palmblvd.com/boards/Sony-Clie- > 320/messages/1398.html > > ------------------------------------- > > Sony Clie 320 Board (Del Msg) > Title: memory chunk overload > Posted By: joanie > E-mail: [EMAIL PROTECTED] > Date: 12/20/2001 at 11:02:34 > > > Message: > At least once a week, I get these memory chunk overload errors and have to do a > soft reset. My memory is only half full. Does anybody know why? > ---------------------------- > > Could anyone help me? I think that if I would know what it means I could find > bug/workaround somehow > > Please send reply to my normal adress ([EMAIL PROTECTED]) too if possible... > (If it bothers anyone, well, that was only a wish ;-) > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
