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

Pearu Peterson pearu at scipy.org
Fri Oct 14 03:14:49 EDT 2005


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

Pearu




More information about the SciPy-Dev mailing list