On Wednesday 10 July 2002 19:55, Joe Malone 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.
I also have a third case ( which took me some time to find, while simple ) : 3) in a asm block, not all modified registers was correctly saved then restaured... -- Daniel Morais http://www.kickoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
