
Oct. 28, 2009
8:21 a.m.
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