I have changed the setting, and now the dump from the log file looks like:
(but I still dont know how to solve the problem:

0.000: WARNING: ========================================================
0.000: WARNING: Memory Leaks
0.000: WARNING: ========================================================
0.000: WARNING: Begin Memory Leak Dump
0.000: WARNING: ========================================================
0.000: Non-relocatable chunk leaked at 0x0003C460, size = 8
0.000: Chunk allocated by:
0.000:  addMember__10PlayerListFP6member
0.000:  PlayersListFormRevMsg__Fv
0.000:  PlayersListFormHandleEvent__FP9EventType
0.000:  PrvSendEventToForm
0.000:  FrmDispatchEvent
0.000:  AppEventLoop__Fv
0.000:  PilotMain
0.000:  <Unknown @ 0x00044FDE>
0.000: Chunk contents:
0.000:  00 03 C4 70 00 00 00 00                           ...p....
0.000: --------------------------------------------------------
0.000: Non-relocatable chunk leaked at 0x0003C470, size = 24
0.000: Chunk allocated by:
0.000:  PlayersListFormRevMsg__Fv
0.000:  PlayersListFormHandleEvent__FP9EventType
0.000:  PrvSendEventToForm
0.000:  FrmDispatchEvent
0.000:  AppEventLoop__Fv
0.000:  PilotMain
0.000:  <Unknown @ 0x00044FDE>
0.000: Chunk contents:
0.000:  66 61 6E 00 00 00 00 00  00 00 00 00 00 00 00 00  fan.............
0.000:  00 00 00 00 00 03 D0 6E                           .......n
0.000: --------------------------------------------------------
0.000: Non-relocatable chunk leaked at 0x0003C490, size = 4
0.000: Chunk allocated by:
0.000:  __nw__FUl
0.000:  PlayersListFormRevMsg__Fv
0.000:  PlayersListFormHandleEvent__FP9EventType
0.000:  PrvSendEventToForm
0.000:  FrmDispatchEvent
0.000:  AppEventLoop__Fv
0.000:  PilotMain
0.000:  <Unknown @ 0x00044FDE>
0.000: Chunk contents:
0.000:  00 03 C4 60                                       ...`
0.000: WARNING: ========================================================
0.000: WARNING: End Memory Leak Dump
0.000: WARNING: ========================================================


"Sebastian Voges" <[EMAIL PROTECTED]>
??????:[EMAIL PROTECTED]
>
>
> >
> > the dump from the log file is as following. any clue? thanks.
> >
> > 0.000: WARNING: ========================================================
> > 0.000: WARNING: Memory Leaks
> > 0.000: WARNING: ========================================================
> > 0.000: WARNING: Begin Memory Leak Dump 0.000: WARNING:
> > ======================================================== 0.000:
> > Non-relocatable chunk leaked at 0x0003C460, size = 8 0.000: Chunk
> > allocated by:
> > 0.000:  <Unknown @ 0x000474D0>
> > 0.000:  <Unknown @ 0x00046F08>
> > 0.000:  <Unknown @ 0x0004732A>
> > 0.000:  PrvSendEventToForm
> > 0.000:  FrmDispatchEvent
> > 0.000:  <Unknown @ 0x000459E0>
> > 0.000:  <Unknown @ 0x00045B9E>
> > 0.000:  <Unknown @ 0x00044FDE>
>
>
> if you turn on debug symbols in you build you will get the function names
instead of
> the "Unknown".
> for codewarrior9 that is under settings->Code Generation->68 compiler.
>
> then you know at least where in you code this memory got allocated und you
just have to
> figure out why it was not deallocated.
>
> Best regards,
>
> Sebastian
>
>
>
>
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to