Date: Wed, 5 Nov 1997 12:14:32 +0200 (IST) From: Eli Zaretskii To: Nate Eldredge cc: Thomas Demmer , djgpp AT delorie DOT com Subject: Re: Tracking down where GPFs occur . How? (DJGPP+Allegro) In-Reply-To: <199711050219.SAA15060@adit.ap.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 4 Nov 1997, Nate Eldredge wrote: > Here's another scenario: I have a program. I think it works, so I strip it > and install it somewhere. One day it crashes in some subtle way that I can't > reproduce. I save the traceback. Then I go back to my source, recompile with > `-g' and the same other options, and now I can have symify read the symbols > from my new binary, which are in the same places as in the original. The new > binary is probably somewhere different from the old one. You can also have a stripped .exe installed and an unstripped raw COFF file lying somewhere with the sources. > But yeah, I think reading from the filename in the traceback might be a > sensible default. Could anybody please submit patches that make this happen to DJ? Thanks.