1. 11 Aug, 2020 1 commit
  2. 31 Jul, 2020 1 commit
  3. 30 Jul, 2020 1 commit
  4. 27 Jul, 2020 1 commit
  5. 20 Jul, 2020 2 commits
  6. 12 Jul, 2020 1 commit
  7. 27 May, 2020 1 commit
  8. 26 May, 2020 1 commit
  9. 24 May, 2020 1 commit
  10. 04 May, 2020 1 commit
    • Oran Agra's avatar
      add daily github actions with libc malloc and valgrind · deee2c1e
      Oran Agra authored
      * fix memlry leaks with diskless replica short read.
      * fix a few timing issues with valgrind runs
      * fix issue with valgrind and watchdog schedule signal
      
      about the valgrind WD issue:
      the stack trace test in logging.tcl, has issues with valgrind:
      ==28808== Can't extend stack to 0x1ffeffdb38 during signal delivery for thread 1:
      ==28808==   too small or bad protection modes
      
      it seems to be some valgrind bug with SA_ONSTACK.
      SA_ONSTACK seems unneeded since WD is not recursive (SA_NODEFER was removed),
      also, not sure if it's even valid without a call to sigaltstack()
      deee2c1e