From: "Lars O. Hansen" Newsgroups: comp.os.msdos.djgpp Subject: Re: problem with malloc and free Date: Sat, 14 Dec 2002 14:16:31 +0100 Organization: 1&1 Internet AG Lines: 27 Message-ID: References: <3DFB262B DOT 805C9F0E AT phekda DOT freeserve DOT co DOT uk> NNTP-Posting-Host: p508383b2.dip0.t-ipconnect.de X-Trace: news.online.de 1039871789 29232 80.131.131.178 (14 Dec 2002 13:16:29 GMT) X-Complaints-To: abuse AT online DOT de NNTP-Posting-Date: 14 Dec 2002 13:16:29 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > Try rebuilding the objects and executable with the -g option. Then please post > what: > > symify C:\PROGRA~1\DJGPP\PROJECTS\A.EXE > > or: > > bfdsymify C:\PROGRA~1\DJGPP\PROJECTS\A.EXE > > displays. These programs decode the backtrace. You may also want to read the > DJGPP FAQ (readable at http://www.delorie.com/djgpp/ ), which describes how to > debug DJGPP programs. 0x00003715 _malloc+357 0x000017a0 _init_arrays+112 0x000015fa ___brk+274 0x00003028 __npxsetup+1140 by symify; bfdsymify doesn't work. I'll look at the debug section in the FAQ later. thanks, lats