bug in numarray?

Terry Reedy tjreedy at udel.edu
Wed Sep 7 17:48:26 EDT 2005


"Xiangyi" <mxywp at 126.com> wrote in message 
news:000901c5b3f2$b2b6d030$5c0a030a at PANDA...
> I got the following segmentation fault.
>> from numarray import *
>> a = zeros((5,100), Float64)
>> b = kroneckerproduct(a, identity(12))
>> segmentation fault
>
> If I use a = zeros((5,100)), everything is fine. Kind of weird!
> Can someone help me figure it out? BTW, the python version is 2.4.1 and > 
> numarray 1.3.2

Bugs or buggy looking behavior in 3rd party add-ons are usually best 
reported on the mailing list for the package.  You may or may not get an 
answer here.






More information about the Python-list mailing list