--- Michal Seliga <[EMAIL PROTECTED]> wrote: > > 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".
This error happens when MemHandleLock() tries to lock a movable chunk that has already been locked 14 times. You are probably locking a handle somewhere and not unlocking it. Search your code for MemHandleLock/MemHandleUnlock and make sure they are matched. __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
