help-octave
[Top][All Lists]
Advanced

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

Re: weird message


From: Ludovic Pénet
Subject: Re: weird message
Date: Wed, 06 Dec 2006 07:30:07 +0100

Le mercredi 06 décembre 2006 à 01:53 +0100, Gorazd Brumen a écrit :
> by running a function compiled using mkoctfile i get the
> following message:
> 
> *** glibc detected *** double free or corruption (out): 0x0920a178 ***
> panic: Aborted -- stopping myself...
> attempting to save variables to `octave-core'...
> save to `octave-core' complete
> Aborted
> 
> 
> What is this supposed to be?
This can happen when compiling octave and an external module with
different versions of gcc. This triggers link on slightly different
versions of glib, whose mix provokes this problem.

A solution is to use the same version of the compiler to build both
octave and your modules.

Ludovic



reply via email to

[Prev in Thread] Current Thread [Next in Thread]