> -----Original Message----- > From: Martin Elzen > ... > MedEurope (7.24) just changed the emulated program counter to > 0xFEFE0000. This address is invalid because it's in neither ROM > nor RAM. > > Looking it up in the archives gives me the info that somewhere the > program counter is being corrupted...
--- Paul Gibson <[EMAIL PROTECTED]> wrote: > I would try to step through to find which line precisely results > in the error. --- Ben Combee (http://www.escribe.com/computing/pcpqa/m58188.html) wrote: Actually, the usual problem here is one of 1) using an invalid function pointer 2) wrote too much data to a local array so that you overwrote your return addess. You won't get a line number, since when the crash happens, you are outside your program code. __________________________________________________ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
