[SciPy-dev] BUG: dot segfaults on float/complex arrays

Pearu Peterson pearu at scipy.org
Fri Oct 14 11:09:30 EDT 2005



On Fri, 14 Oct 2005, Alan Isaac wrote:

> On Fri, 14 Oct 2005, Pearu Peterson wrote:
>
>> Bug report: dot segfaults when applied to float or complex arrays. Integer
>> arrays seem to be ok.
>
>> In [1]: from scipy import *
>
>> In [2]: dot(array([1.]),array([2]))
>> Segmentation fault
>
>
> Using scipy_core Windows binary, I don't see this.

And you shouldn't. My error report was premature as I already mentioned in 
previous message.

Pearu




More information about the SciPy-Dev mailing list