[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: installation (python/libc6) broken, but how?



On Wed, Aug 05, 2009 at 16:14 +0200, Johan Grönqvist wrote:
> Hi,
> 
> The three-line python program
> 
> import numpy
> m = numpy.random.random((16, 16))
> (x, v) = numpy.linalg.eig(m)
> 
> runs fine in my chrooted sid, but in my (main) squeeze installation
> it produces
> *** glibc detected *** python: free(): invalid next size (fast):
> 0x0000000001407890 ***
> 
> In squeeze, I reinstalled python-numpy and upgraded libc6 to
> unstable, but I still get the same error.

Here's what I see on an up to date squeeze box:

% python
Python 2.5.4 (r254:67916, Feb 17 2009, 20:16:45) 
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> m = numpy.random.random((16, 16))
>>> (x, v) = numpy.linalg.eig(m)
>>> print numpy, numpy.__version__
<module 'numpy' from '/usr/lib/python2.5/site-packages/numpy/__init__.pyc'> 1.2.1
>>> 

looks quite normal to me.

HTH
  Siggy
-- 
Please don't Cc: me when replying, I might not see either copy.
               bsb-at-psycho-dot-informationsanarchistik-dot-de
               or:                bsb-at-psycho-dot-i21k-dot-de
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org

Attachment: signature.asc
Description: Digital signature


Reply to: