X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: DOS/Windows Pointer Corruption Date: Wed, 03 Apr 2002 09:08:29 +0300 Lines: 7 Message-ID: <3CAA9C5D.801F2A70@is.elta.co.il> References: <3CAA5C53 DOT 6020805 AT vif DOT com> <200204030148 DOT g331mml24696 AT envy DOT delorie DOT com> <3CAA7650 DOT 803 AT vif DOT com> NNTP-Posting-Host: 192.116.55.139 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: fu-berlin.de 1017814358 29046731 192.116.55.139 (16 [61365]) X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Sahab Yazdani wrote: > > > Are you compiling with -g ? > yes I am, nothing has changes since my upgrade to GCC 3.0.x. Is that -g or -gstabs or -ggdb? SYMIFY can only handle the COFF debug info; try compiling with -gcoff to be sure you get COFF debug info in the program.