From: Robert Hoehne Newsgroups: comp.os.msdos.djgpp Subject: Re: GDB problem. Date: Tue, 11 Feb 1997 11:53:20 +0100 Organization: TU Chemnitz-Zwickau Lines: 19 Message-ID: <33004FA0.30B3@Mathematik.tu-chemnitz.de> References: <5dpd2p$qev AT lion DOT cs DOT latrobe DOT edu DOT au> NNTP-Posting-Host: memory.hrz.tu-chemnitz.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Gregary J Boyles wrote: > > other unrelated function. I assume this has something to do with paging > and the required code not currently being in memory. Oh NO!! I think this comes from the fact, that you have compiled your file(s) with optimization on (-O). Reompile the program with optimization disabled (-O0 or without -O) and see if the problem still occours. If yes, You should post here the code which produces that behaviour together with a description, what gdb exactly does. Robert -- ***************************************************************** * Robert Hoehne, Fakultaet fuer Mathematik, TU-Chemnitz-Zwickau * * Post: Am Berg 3, D-09573 Dittmannsdorf * * e-Mail: Robert DOT Hoehne AT Mathematik DOT TU-Chemnitz DOT DE * * WWW: http://www.tu-chemnitz.de/~rho * *****************************************************************