Date: Thu, 7 Sep 2000 20:23:17 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: Porting DOS to linux In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Thu, 7 Sep 2000, Damian Yerrick wrote: > I'd say straight DJGPP in CWSDPMI is second best. The best AFAIK is > YAMD, yet another malloc() debugger. One disadvantage of YAMD is that it magnifies the amount of memory your program needs at run time by a very large factor (since each allocated buffer consumes a page or something like that). Thus, it is impractical for debugging large programs. But other than that, I find YAMD an invaluable tool for hunting memory-related bugs.