|
From: Geoff A. <gal...@nc...> - 2006-03-17 16:17:38
|
Duncan, Can't you supply a suppression for the error? Geoff Alexander ----- Original Message ----- From: "Duncan Sands" <bal...@fr...> To: <val...@li...> Cc: "Bryan Meredith" <om...@br...> Sent: Friday, March 17, 2006 7:05 AM Subject: Re: [Valgrind-users] "More than 100000 total errors detected" - but only four reported! >> Valgrind doesn't keep printing the same error time and time again. Your >> program may have only 4 errors but if each of them occurs 25000 times, >> Valgrind will stop with the message you have here. > > D'oh! Yes, that's it: there's an overlapping memcpy that's called many > times, but only reported once. The annoying thing is that there's not > much I can do about it: it's a compiler bug (the memcpy is generated by > the compiler - it should be generating memmove; this has been sitting > in gcc bugzilla for a while). I will use --error-limit=no, as suggested > by Dominique. > > Thanks for your help, > > Duncan. > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users > |