Hi all

Does anybody knowd what this error mean? This appear sometimes when i try to 
start the emulator to Debug. It never appeared on real devices, but, i really 
want to know what it is, to avoid future problems, and how to solve it.


UIAppShell (unknown version) just read from memory location 0x000053A2, which 
is in an unallocated chunk of memory.

An "unallocated chunk of memory" is a chunk of memory that has not been 
reserved for use by the application through calling MemPtrNew or MemHandleNew. 
It should not be accessed by applications under any circumstances. Such an 
access usually means that an application is accessing a chunk that used to be 
allocated to the application but has since been returned with MemPtrFree or 
MemHandleFree.

Thansk a lot!!!
Regis Daniel
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to