"Xiangyi" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> 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.



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to