Feed on
Posts
Comments

Valgrind 3.5.0 has been released!  It’s the first release that supports Mac OS X.  It also adds a number of other new features and a whole lot of bug-fixes.  See the release notes for details.  Many thanks to everyone who contributed to this release.

7 Responses to “Valgrind 3.5.0 has been released”

  1. on 20 Aug 2009 at 6:33 pm Chris Jefferson

    Thanks! I’ve been running a random svn version with quite a bit of success, but it’s nice to have a released version I can show to friends.

    Finally, I can do away with linux :)

  2. on 20 Aug 2009 at 6:43 pm Rhys

    Congratulations! It’s been an interesting read watching the Mac OS X support develop on SVN and through this blog.

  3. on 20 Aug 2009 at 7:29 pm WebDevHobo

    Updated the wikipedia page.

  4. on 20 Aug 2009 at 8:59 pm mmc

    This is great news! However, I’m disappointed to see that the “definitely lost” are counted as errors just like buffer overruns and the like… Would it be possible to call them warning instead?

  5. on 20 Aug 2009 at 9:20 pm Nicholas Nethercote

    mmc: if you don’t run with –leak-check=yes then definitely lost leaks won’t be counted as errors.

  6. on 20 Aug 2009 at 9:49 pm Marco

    Thanks for the info! :)

  7. on 21 Aug 2009 at 4:15 am Sean

    Congrats and thanks! Here’s hoping garbage collection support will come soon, so that I can actually use Valgrind. :)