Gudjon I. Gudjonsson writes: > Hi > I have the following error using matlab. It doesn't even start, only > giving > the following message: > *** glibc detected *** malloc(): memory corruption: 0x000000000059dde0 *** > Aborted > I think it has to do with the upgrade from libc6 from 2.3.2 to 2.3.5. > I am using Matlab version 7.0.4.
Try setting MALLOC_CHECK_=0 in the environment - these are memory allocation bugs in the software that are detected by the new libc. -Christoph -- Christoph Best cbst at tigertiger de Max-Planck-Institute of Biochemistry, Munich http://tigertiger.de/cb -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

