*** glibc detected *** /usr/bin/python: double free or corruption (!prev): 0x0000000002263320 ***
Hi, Oops, I forgot to remove the build directory in numpy. Sorry for the noise ! Finally I was able to install numpy and scipy ! Now scipy.test() freezes with Resizing... 20 7 35 Resizing... 23 7 47 Resizing... 24 25 58 Resizing... 28 7 68 Resizing... 28 27 73 .....Use minimum degree ordering on A'+A. .................Resizing... 16 17 24 Resizing... 20 7 35 Resizing... 23 7 47 Resizing... 24 25 58 Resizing... 28 7 68 Resizing... 28 27 73 .....Use minimum degree ordering on A'+A. ....................................../usr/local/lib64/python2.5/site-packages/scipy/interpolate/fitpack2.py:457: UserWarning: The coefficients of the spline returned have been computed as the minimal norm least-squares solution of a (numerically) rank deficient system (deficiency=7). If deficiency is large, the results may be inaccurate. Deficiency may strongly depend on the value of eps. warnings.warn(message) ...........*** glibc detected *** /usr/bin/python: double free or corruption (!prev): 0x0000000002263320 *** Can someone reproduce this ? Should I file a bug report ? Nils
Nils Wagner wrote:
Can someone reproduce this ?
Not on my MacBook, no.
Should I file a bug report ?
Yes, when you locate the function that is giving that error. Use scipy.test(1,10) . -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco
Hi Nils, This was my bad. I've fixed it up in the latest svn. Ran 1596 tests in 2.765s OK Out[6]: <unittest.TextTestRunner object at 0x2ae7ac7b42d0> In [7]: scipy.__version__ Out[7]: '0.5.3.dev2495' Sorry for the breakage of svn. Tim On 1/5/07, Nils Wagner <nwagner@iam.uni-stuttgart.de> wrote:
Hi,
Oops, I forgot to remove the build directory in numpy. Sorry for the noise ! Finally I was able to install numpy and scipy !
Now
scipy.test() freezes with
Resizing... 20 7 35 Resizing... 23 7 47 Resizing... 24 25 58 Resizing... 28 7 68 Resizing... 28 27 73 .....Use minimum degree ordering on A'+A. .................Resizing... 16 17 24 Resizing... 20 7 35 Resizing... 23 7 47 Resizing... 24 25 58 Resizing... 28 7 68 Resizing... 28 27 73 .....Use minimum degree ordering on A'+A. ....................................../usr/local/lib64/python2.5/site-packages/scipy/interpolate/fitpack2.py:457: UserWarning: The coefficients of the spline returned have been computed as the minimal norm least-squares solution of a (numerically) rank deficient system (deficiency=7). If deficiency is large, the results may be inaccurate. Deficiency may strongly depend on the value of eps. warnings.warn(message) ...........*** glibc detected *** /usr/bin/python: double free or corruption (!prev): 0x0000000002263320 ***
Can someone reproduce this ?
Should I file a bug report ?
Nils _______________________________________________ Scipy-dev mailing list Scipy-dev@scipy.org http://projects.scipy.org/mailman/listinfo/scipy-dev
participants (3)
-
Nils Wagner
-
Robert Kern
-
Tim Leslie