Jeff Ho wrote:
> 
> 'App' is attempting to change the PC to 0x640A4073. This address is invalid
> because it's not even.
> Any ideas what I should check.

I would say a character string on the stack overflowed the buffer
allocated for it, and overwrote a return address.  Then when the
function tried to return, the return address was garbage.  The value
0x640A4073 corresponds to the 4 characters "d\n(s".
--Mark

Reply via email to