I don't know if it is relative to your situation, but I have seen many of these 
same errors when I was running memcheck on a statically-linked application.  
Once I changed to dynamically link all of the errors went away without any code 
change.

> ==28037== Conditional jump or move depends on uninitialised value(s)
> ==28037==    at 0x41EB419: ??? (in /lib/tls/i686/cmov/libc-2.11.1.so)
> ==28037==    by 0x41BF2BF: printf (in /lib/tls/i686/cmov/libc-2.11.1.so)
> ==28037==    by 0x80485B6: main (test.cpp:7)
> ==28037==  Uninitialised value was created by a stack allocation
> ==28037==    at 0x804855A: main (test.cpp:4)


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to