Tuomo Valkonen wrote:
On 2005-10-10, Geoffrey Alan Washburn <[EMAIL PROTECTED]> wrote:

Is there anything else I should be checking for?


LD_PRELOAD? Grep all the libs for those strange error messages (that Ion
itself is certainly not printing)?

I don't have a LD_PRELOAD environment variable.

% find /lib | xargs strings -f | grep "double free" > ~/msg.txt
/lib/i686/libc.so.6: double free or corruption
/lib/tls/libc.so.6: double free or corruption
/lib/libc.so.6: double free or corruption

So it looks like it is something in glibc on the system I am using. However, with some investigation I was unable to determine which version of glibc introduced this "feature" or whether there is any way to turn it off.

Regardless, has anyone tried running valgrind (or equivalent) on ion3?

Reply via email to