Mail Archives: djgpp/1995/11/30/09:52:10
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.
- Raw text -