[Numpy-discussion] Vectorize bug

Travis Oliphant oliphant.travis at ieee.org
Fri Apr 14 18:20:03 EDT 2006


Albert Strasheim wrote:
> Hello all
>
> I think Valgrind might be very useful in tracking down this bug.
>
> http://valgrind.org/
>   
It's a good suggestion.   I've run the code through Valgrind, several 
times before releasing the first version of NumPy.   I tracked down many 
memory leaks that way already.

There may be errors that have creeped in, but Valgrind does not help 
with reference counting errors which this may be.

But, I need to be able to reproduce the problem to have any hope of 
finding it.

-Travis






More information about the NumPy-Discussion mailing list