Skip to content
  1. Jun 24, 2019
  2. Jun 15, 2019
  3. Mar 13, 2019
  4. Feb 28, 2019
  5. Feb 27, 2019
  6. Feb 26, 2019
  7. Feb 25, 2019
    • Victor Lopez's avatar
      Do not fail if shmem does not exist during unlinking · 4afdaa28
      Victor Lopez authored
      A race condition between two shmem finalization may occur if
      one of them is made from a helper process that only opens the
      shared memory to finalize other process. In that case both proceses
      may think that they are the last one and both will try to delete
      the shared memory. Ignore error in that case.
      4afdaa28
    • Victor Lopez's avatar
      Do not skip close_shmem during procinfo_finalize · cff5fa1c
      Victor Lopez authored
      Even if process does not exist, it is much safer against race
      conditions to lock the shared memory, look if the shmem is empty
      and close it properly.
      cff5fa1c
  8. Feb 22, 2019
  9. Feb 21, 2019
  10. Feb 20, 2019
  11. Feb 18, 2019
  12. Feb 15, 2019
  13. Feb 13, 2019
  14. Feb 12, 2019
  15. Feb 07, 2019
  16. Feb 05, 2019
  17. Jan 31, 2019
  18. Jan 30, 2019
  19. Jan 28, 2019
    • Victor Lopez's avatar
      Fix some tests · b82e0182
      Victor Lopez authored
      * Delay CPU_CLR if we are waiting for a bit in an assert_loop. It may cause race conditions
      * Delay shmem_async_finalize after other shmem finalizations
      * Initialize with --mode=async instead of using the test generator if there is only one flag
      b82e0182