1. 01 May, 2017 2 commits
  2. 27 Dec, 2016 2 commits
  3. 19 Mar, 2016 2 commits
    • Luca Boccassi's avatar
      Problem: false positive on valgrind 3.10 · 00e09576
      Luca Boccassi authored
      Solution: update builds/valgrind/valgrind.supp to ignore glibc's
      __libc_freeres calls. This code runs after the program exits, and
      tries to de-allocate memory allocated internally by glibc, so it has
      nothing to do with libzmq code. This suppression is added by default
      in newer versions of Valgrind, not yet available on older
      distributions.
      00e09576
    • Luca Boccassi's avatar
      Problem: CI doesn't run Valgrind · ebc73160
      Luca Boccassi authored
      Solution: run Valgrind only on the default Linux build to avoid
      increasing the runtime.
      ebc73160
  4. 26 Mar, 2012 1 commit