Date: Sun, 26 Sep 1999 08:07:57 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: GAMMELJL AT SLU DOT EDU cc: djgpp AT delorie DOT com Subject: Re: problem with new malloc.c attn: Eli Zaretskii In-Reply-To: <01JGB2GDFA1U9I47PF@SLU.EDU> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 23 Sep 1999 GAMMELJL AT SLU DOT EDU wrote: > Call frame traceback EIPs: > 0x00001f47 _merge__FP5BLOCKN20+75, line 252 of newbug1.cc > 0x0000196b _free+215, line 312 of newbug1.cc What's that? You have replaced library's free with your own version? If not, how come the traceback says `free' is in newbug1.cc, which is your source file?