Mail Archives: djgpp/1997/10/28/05:22:14
On Mon, 27 Oct 1997, Peter Palotas wrote:
> >> However, running strip on the compiled .exe file, and THEN running djp on
> >> the program and the program gives me a GPF.
> >
> >This, if true, would really be strange. Maybe you should post the symify'd
> >traceback to the author of djp and/or the list.
>
> This is true I'm afraid. Making a program containing nothing but a main()
> returning 0, then running strip on it, and then djp will make the program
> crash. Using djp 1.05, and strip 2.8.1
>
> What is this you tell me about symify'd traceback by the way?
Well, almost all sorts of crash of DJGPP programs result in a traceback
(register dump, and a list of return addresses) being displayed on the
screen. Normally, this traceback can be translated into a set of function
addresses by using 'symify' on it. For details look up 'info util symify'.
HBB
- Raw text -