I was thinking it, but I wasn't gonna be the one to say anything... although, if you think about it, depending on what the app actually does, it might not be a bad thing... ;-)
-C --- Kevin OKeefe <[EMAIL PROTECTED]> wrote: > I think you might need a new name for your app.... > ;^) > > -----Original Message----- > From: Joseph Jude [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 01, 2002 1:48 PM > To: Palm Developer Forum > Subject: unlocked chunk of memory - in gremlin > > > 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/ > > > ------------------------------------------ > > The information in this transmittal and any > attachments is privileged and confidential and is > intended only for the recipient(s) listed above. You > are hereby notified that any unauthorized > distribution or copying of this transmittal or its > attachments is prohibited. If you have received this > transmittal in error, please notify Invivodata > immediately at (831) 438-9550. > > ------------------------------------------ > > > > -- > For information on using the Palm Developer Forums, > or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
