Date: Wed, 24 Jul 2002 18:58:32 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <9003-Wed24Jul2002185832+0300-eliz@is.elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (noone@knowwhere.com) Subject: Re: ok under GDB crash under msdos ?? References: Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Matthew Bayliss" > Newsgroups: comp.os.msdos.djgpp > Date: Wed, 24 Jul 2002 13:35:28 +0100 > > I have some code that runs fine when it's executed under GDB, but when I try > it standalone it GPF's. Can anyone suggest how to find the error? When the program crashes, it prints a traceback. Use the symify program to convert that traceback to a human-readable form (see section 9.3 of the DJGPP FAQ for the gory details), and then use that to begin debugging (see section 12.2 of the FAQ for hints).