Search palm-dev-forum and you'll find many messages about these subjects.
For example, search for "just read directly from Memory Manager" and
"gremlins".

The first message means you access memory you should not have (e.g., you
wrote off the end of a string, you used a pointer that wasn't valid, etc.).
You can turn on gremlin logging to see what the gremlin did, but the
information is difficult to recreate.  When you get this type of error,
press the Debug message to get a clue where you were.  Then read your code
to see if you can find a flaw.  Some of these take days to fix... that's
life.

Steve

"LarryLu" <[EMAIL PROTECTED]> wrote in message
news:40099@palm-dev-forum...
>
> hi.
>
> I've been using the gremlins in Pose to test my app.  I get an
> error saying "...has just read directly from Memory Manager data
> structures."
>
> Whats this mean?  Also, how can I see what the gremlins just did,
> so I can try to recreate the buy and try to find the area in code
> that is affected?
>
> Thanks
>
> Larry
>
>



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

Reply via email to