From: Mathew Y. <my...@jp...> - 2006-06-14 20:07:14
|
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 |