Skip to content
Snippets Groups Projects
  1. May 19, 2017
    • Eric Cano's avatar
      Reviewed promised based thread synchronisation · 17d5a84e
      Eric Cano authored
      Fixed calls to promise::get_future() after possible access form other thread. They are now guaranteed to happen before.
      Added helgrind annotations for promise based synchronisation.
      Added macros enabling helgrind annotations for shared_ptr.
      Added suppression for shared_ptr used inside other standard lib object and not covered by the previous macros.
      Added unit test for lower level .
      Added suppressions for reported race conditions in Rados library.
      Review heavily MemArchiveQueue and fixed missing commit in object store, leading to potentially orphaned objects.
      Enabled formerly disabled test as it is now fast enough.
      17d5a84e
  2. May 17, 2017
  3. Feb 16, 2017
  4. Feb 15, 2017
  5. Jan 12, 2017
  6. Jan 11, 2017
    • Eric Cano's avatar
      Added suppression lists for helgrind issues #51 · 9838bee0
      Eric Cano authored
      The first 6 issues are about places where error conditions of the pthread mutexes are validated (And a suppression is required).
      The 7th one is about a race between the unlocking of the mutex itself and it deletion. We seupresed this error also.
      9838bee0
  7. Dec 16, 2016
  8. Dec 15, 2016
  9. Nov 16, 2016
  10. Nov 10, 2016
  11. Oct 12, 2016
  12. Sep 09, 2016
  13. Sep 06, 2016
  14. Sep 05, 2016
  15. Aug 31, 2016
  16. Aug 22, 2016
  17. Aug 16, 2016
  18. Aug 11, 2016
  19. Jul 07, 2016
  20. Jun 29, 2016
  21. Jun 28, 2016
  22. May 13, 2016
  23. May 12, 2016
  24. Apr 26, 2016
  25. Apr 21, 2016
  26. Apr 18, 2016
  27. Apr 15, 2016
  28. Mar 22, 2016
  29. Mar 21, 2016
Loading