I was aware of that from last night. =( Many suppressions, http://pastebin.com/m3b8f744f I am trying to learn about valgrind through the documentation, http://dev.chromium.org/developers/how-tos/using-valgrind, and it seems its Linux related, so I booted in Linux and installed all the valgrind tools. I get the following error, but the syntax seems right: m...@m0-desktop:~/chrome/src$ sh tools/valgrind/valgrind.sh tools/valgrind/valgrind.sh: 23: Syntax error: "(" unexpected (expecting "}")
As well, doing the following but got a different error http://pastebin.com/m6464a279: $ sh tools/valgrind/chrome_tests.sh -t unit Trying to get some help on what to do on IRC, but its long weekend. All the suppressions are similar, I don't understand fully what to do. The call stack all point to the thirdparty hunspell code not our ifdefs. If anyone knows about valgrind and willing to help, I will be on IRC. This hunspell update is needed for 3. -- Mohamed Mansour On Sat, Aug 1, 2009 at 5:54 PM, Dan Kegel <[email protected]> wrote: > > > http://build.chromium.org/buildbot/waterfall/builders/Chromium%20Linux%20(valgrind)/builds/1671/steps/valgrind%20test:%20unit/logs/stdio > introduces 26 new unintialized memory references and two leaks. > That's a big enough batch that it might be a good idea > to revert it and commit something later that isn't full of warnings. > > Or we could just go la la la la la and suppress them all. > > Either way, we need the tree to go green. > > Opinions? > - Dan > > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
