"Peter C. Norton" <[EMAIL PROTECTED]> writes:
> On Tue, Oct 26, 1999 at 04:17:33PM -0400, Daniel Wang wrote:
> > *sigh* I've played various games trying to isolate this... I guess you really
> > need purify to make sure you don't read from properly initialized memory...
>
> Try using ElectricFence. It's good at catching the basic nasties like this.
Tried this already it wasn't useful...
Efence just catches buffer overruns from what I can
tell from the documentation.
Rather than just calling calloc, I hacked a version of malloc the
consistently initalized the memory to some pattern. I was able to cause it
to crash with certain patterns, but I didn't have the time to isolate what
particular pattern it needed to break.