You've got a memory leak. Here's a discussion of one possible cause: http://www.escribe.com/computing/pcpqa/m43554.html
The CW6 stationary apps didn't call FrmCloseAllForms() before exiting. Hope this helps. I'm doing my own memory-debugging penitence right now ... the problems of switching back and forth between GC and non-GC languages ... *sigh* At 03:21 PM 09/01/2002, you wrote: >I am having a problem with warning message displayed by POSE. > >----- >UIAppShell (unknown version) called SysFatalAlert with >the message: "SystemMgr.c, Line:4804, Minor error found >while exiting app, un-freed chunk at 0x000044D6 (ownerID >2)". >----- > >I am pretty sure that I use MemHandleLock and MemHandleUnlock in pairs. I am >also pretty sure I use DmGet* and DmRelease* in pairs. What other functions >may lock a chunk behind the scene? What does "ownerID 2" mean? > >Is there a memory dumping utility I can use to figure out chunk information? > >Thanks. > >Max ---------------------------------------- Jaba Adams Shinyfish Software http://www.shinyfish.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
