Date: Thu, 30 Nov 1995 13:11:47 +0200 (IST) From: Eli Zaretskii To: Terry Rozmus Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Bug hiding when using debugger. On Wed, 29 Nov 1995, Terry Rozmus wrote: > debugger, and on it's own. The bug is that some dynamically allocated > memory gets overwritten with other information whose source I cannot > exactly track down. > _ANY_ ideas on this would be greatly appreciated as I am getting > rather tired of chasing a seemingly nonexistant bug. Get the package called malloc-debug and use it as substitute for the library malloc. Chances are you will find the offending code quite quickly.