WD> I have the following entry in my ~/valgrind.supp file
WD> {
WD> L_2
WD> Memcheck:Cond
WD> obj:/lib/ld-2.3.5.so
WD> obj:/lib/ld-2.3.5.so
WD> obj:/lib/ld-2.3.5.so
WD> obj:/lib/ld-2.3.5.so
WD> obj:/lib/ld-2.3.5.so
WD> obj:/lib/ld-2.3.5.so
WD> }
WD> I still get
WD> ==5270== Conditional jump or move depends on uninitialised value(s)
WD> ==5270== at 0x1B8ECB13: (within /lib/ld-2.3.5.so)
WD> ==5270== by 0x1B8E631C: (within /lib/ld-2.3.5.so)
WD> ==5270== by 0x1B8F2BDD: (within /lib/ld-2.3.5.so)
WD> ==5270== by 0x1B8E7675: (within /lib/ld-2.3.5.so)
WD> ==5270== by 0x1B8E47C6: (within /lib/ld-2.3.5.so)
WD> ==5270==
I believe this is the expected behavior: if you look closely, you'll
see that your suppression has six levels of context, while the error
trace has only five, so they don't match.
I think you can get the behavior you want by removing one of the
"obj:/lib/ld-2.3.5.so" lines from the suppression.
Hope this helps,
-- Stephen
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]