On Wednesday, December 05, 2012, Wiser, Tyson wrote: > >Valgrind shows tons of errors pointing to Qt's source files, but not to my > >source files! Please explain what to make out of this. > > I don't use QT, but I've noticed similar behavior when I have a statically > linked application (tons of errors reported in libraries, not my code). If > I changed to dynamic linking all the library errors went away. Just a > shot in the dark.
Static linking is a known cause of problems for Memcheck. It is not supported, at least not in simple, out-of-the-box configurations. Basically, avoid it. J ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
