Hello,
We try to run valgrind on a Linux system (with kernel: 2.6.32.13). Although valgrind seems to work we get the bellow error (attached the complete log from valgrind)!
Does anyone had this issue before?
==18202== ERROR SUMMARY: 4 errors from 2 contexts (suppressed: 0 from 0)
==18202==
==18202== 2 errors in context 1 of 2:
==18202== Conditional jump or move depends on uninitialised value(s)
==18202== at 0x40026C4: ??? (in /lib/ld-2.11.1.so)
==18202== by 0x40168EF: ??? (in /lib/ld-2.11.1.so)
==18202== Uninitialised value was created by a stack allocation
==18202== at 0x400228C: ??? (in /lib/ld-2.11.1.so)
==18202==
==18202==
==18202== 2 errors in context 2 of 2:
==18202== Conditional jump or move depends on uninitialised value(s)
==18202== at 0x400268C: ??? (in /lib/ld-2.11.1.so)
==18202== by 0x40168EF: ??? (in /lib/ld-2.11.1.so)
==18202== Uninitialised value was created by a stack allocation
==18202== at 0x400228C: ??? (in /lib/ld-2.11.1.so)
==18202==
==18202== ERROR SUMMARY: 4 errors from 2 contexts (suppressed: 0 from 0)
Some info:
CPU: P1021
Linux kernel: 2.6.32.13
Valgrind version: Valgrind-3.7.0
Thank you in advance,
-George
Original Attachment has been moved to: valgrind_log.txt.zip