[LCP]/lib/ld-2.3.5.so unconditional jumps (valgrind / memcheck)
matthew studley
Matthew2.Studley at uwe.ac.uk
Wed Nov 16 02:06:02 UTC 2005
Hi
Apologies first : this is a C++ question, so I may be posting to the
wrong forum.
With Valgrind using memcheck, I frequently observe this:
==12443== Conditional jump or move depends on uninitialised value(s)
==12443== at 0x1B8ECB13: (within /lib/ld-2.3.5.so)
Does anybody know :
what is /lib/ld-2.3.5.so ?
how do I fix this (does it need fixing?) ?
I'm using:
g++ version 3.3.6
valgrind version 2.4.0
This occurs even with
//========
int main()
{
return 0;
}
//========
and you don't get more minimal than that!
I suppose I could ignore it - but we all know what happens when you just
cross your fingers and hope a problem will go away!
regards
Matt
=======================================================================
==13068== Memcheck, a memory error detector for x86-linux.
==13068== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et
al.
==13068== Using valgrind-2.4.0, a program supervision framework for
x86-linux.
==13068== Copyright (C) 2000-2005, and GNU GPL'd, by Julian Seward et
al.
==13068== For more details, rerun with: -v
==13068==
==13068== Conditional jump or move depends on uninitialised value(s)
==13068== at 0x1B8ECB13: (within /lib/ld-2.3.5.so)
==13068== by 0x1B8E631C: (within /lib/ld-2.3.5.so)
==13068== by 0x1B8F2BDD: (within /lib/ld-2.3.5.so)
==13068== by 0x1B8E7675: (within /lib/ld-2.3.5.so)
==13068== by 0x1B8E47C6: (within /lib/ld-2.3.5.so)
==13068==
==13068== Conditional jump or move depends on uninitialised value(s)
==13068== at 0x1B8EC7D3: (within /lib/ld-2.3.5.so)
==13068== by 0x1B8E631C: (within /lib/ld-2.3.5.so)
==13068== by 0x1B8F2BDD: (within /lib/ld-2.3.5.so)
==13068== by 0x1B8E7675: (within /lib/ld-2.3.5.so)
==13068== by 0x1B8E47C6: (within /lib/ld-2.3.5.so)
==13068==
==13068== Conditional jump or move depends on uninitialised value(s)
==13068== at 0x1B8EC6B6: (within /lib/ld-2.3.5.so)
==13068== by 0x1B8E6376: (within /lib/ld-2.3.5.so)
==13068== by 0x1B8F2BDD: (within /lib/ld-2.3.5.so)
==13068== by 0x1B8E7675: (within /lib/ld-2.3.5.so)
==13068== by 0x1B8E47C6: (within /lib/ld-2.3.5.so)
==13068==
==13068== Conditional jump or move depends on uninitialised value(s)
==13068== at 0x1B8EC6C2: (within /lib/ld-2.3.5.so)
==13068== by 0x1B8E6376: (within /lib/ld-2.3.5.so)
==13068== by 0x1B8F2BDD: (within /lib/ld-2.3.5.so)
==13068== by 0x1B8E7675: (within /lib/ld-2.3.5.so)
==13068== by 0x1B8E47C6: (within /lib/ld-2.3.5.so)
==13068==
==13068== Conditional jump or move depends on uninitialised value(s)
==13068== at 0x1B8EC7D3: (within /lib/ld-2.3.5.so)
==13068== by 0x1B8E6376: (within /lib/ld-2.3.5.so)
==13068== by 0x1B8F2BDD: (within /lib/ld-2.3.5.so)
==13068== by 0x1B8E7675: (within /lib/ld-2.3.5.so)
==13068== by 0x1B8E47C6: (within /lib/ld-2.3.5.so)
==13068==
==13068== ERROR SUMMARY: 13 errors from 5 contexts (suppressed: 0 from
0)
==13068== malloc/free: in use at exit: 0 bytes in 0 blocks.
==13068== malloc/free: 0 allocs, 0 frees, 0 bytes allocated.
==13068== For counts of detected errors, rerun with: -v
==13068== No malloc'd blocks -- no leaks are possible.
This email has been independently scanned for viruses and any virus software has been removed using McAfee anti-virus software
More information about the linuxCprogramming
mailing list