> The meaning of my gremlin error message is in the Poser ERS pdf. Here is
> part of the text I found relevant:
> 
> 3.10.9 Free Chunk Access
> The Palm OS Emulator detects and reports application and system access to
> unallocated memory chunks.
> 
> Eventually I narrowed my problem down to a bad call to FldCut(<field
> pointer>); bad in the sense that the field pointer wasn't initialized
> properly before the call was made. 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent: Monday, April 26, 1999 3:52 PM
> To:   [EMAIL PROTECTED]
> Subject:      Reading from unallocated memory
> 
> I'm not sure if I am any help in this but I had the same error in the
> following situations...
> 
> 1) I had just freed the memory and then tried reading from the same
> memory.  (I had the two lines reversed - I should have read before
> freeing).
> 
> 2) With OS 3.1, I added FldSetSelection(fldP, 0, 0) to my routine that
> writes to fields.  The effect is to remove any selection prior to
> freeing a field.  That seemed to help.  I don't fully understand why.
> 
> Regards,...Ron

Reply via email to