[SciPy-Dev] segfault in test_qhull.TestRidgeIter2D.test_complicated

Zbyszek Szmek zbyszek at in.waw.pl
Sun Nov 14 19:15:07 EST 2010


Smaller testcase:

Python 3.1.2 (release31-maint, Sep 26 2010, 16:45:30) 
[GCC 4.4.5] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy as np; from scipy.spatial import qhull
>>> qhull.Delaunay(np.array([(0, 0), (0, 1), (1,0), (1,1) ]))
[1]    11287 segmentation fault (core dumped)  python3.1

-
Zbyszek



More information about the SciPy-Dev mailing list