[Numpy-discussion] core dump when runniong tests
Mathew Yeates
myeates at jpl.nasa.gov
Wed Jun 14 16:06:55 EDT 2006
I consistently core dump when I do the following
1) from the console I do
>import numpy
>numpy.test(level=1,verbosity=2)
>numpy.test(level=1,verbosity=2)
>numpy.test(level=1,verbosity=2)
the third time (and only the third) I get a core dump in test_types. It
happens on the line
val = vala+valb
when k=2 atype= uint8scalar l=16 btype=complex192scalar valb=(1.0+0.0j)
Any help in debugging this?
Mathew
More information about the NumPy-Discussion
mailing list