Dear list members,
This is a second posting of mine as I execute my application in gremlin. At
6877 event of gremlin 0, I get the following error.

ERROR: EatOut Pal (unknown version) just read from memory location
0x00002969, which is in an unlocked chunk of memory.
An "unlocked chunk of memory" is one that has been allocated with
MemHandleNew but that has not been locked with MemHandleLock. Such an access
usually means that an application allocated a buffer with MemHandleNew,
locked it with MemHandleLock, unlocked it with MemHandleUnlock, and then
used the pointer that was returned by MemHandleLock.

in the immediately above line I see,

 EvtGetEvent: ctlSelectEvent  ID: 10504   On: 0

I don't have any control with ID 10504. What is this error means?

Also when I get an error like this at such a higher event, I don't know how
to debug it. I tested the application manually - creating a record,
navigating prv, nxt and deleting. I trace using reporter. it all seems ok. i
almost traced every event (clicking of each btn, packing, unpacking....).
then I ran gremlin. When I get an error at such a high event, I don't know
how to decipher it. Please help.

Thanks a lot in advance,
-----------------------------------------
Joseph Jude





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

Reply via email to