Mail Archives: djgpp/1999/06/08/07:01:49
On Mon, 7 Jun 1999, Johan Venter wrote:
> > Call frame traceback EIPs:
> > 0x00001016
>
> Try running:
> symify <exe name>
>
> while this information is still on the screen.
This is in general the right thing to do, but in this case it probably
won't help. The EIP value (0x1016) is too low to be correct, as I
explain in my other message in this thread. So symify won't add anything
useful to this mystery.
Bad EIP values are usually caused by some code that corrupts the stack,
so that when a function tries to return, it pops garbage from the stack
instead of the return address, and then GPFaults.
- Raw text -