Hi,

Is there something wrong with scipy.special.hermite? The following code
produces glibc errors:

------------8<-----------------------
import scipy.special
h = []
for i in xrange(15):
    print i
    h.append(scipy.special.hermite(i+1))
------------8<-----------------------

results in
...
12
*** glibc detected *** python: free(): invalid next size (fast): 
0x00000000007e2290 ***

OS: OpenSUSE 11.1 (x86_64)
Python 2.6.0
Scipy: 0.7.0

When using ipython 0.8.4 on the same machine, the error does not occur.

What may be the problem here?

Regards

Ole

_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to