branches with status:
Name Status Last Modified Last Commit
lp:intltool bug 1 Development 2017-05-23 04:16:45 UTC
748. Avoid a race where some processes try...

Author: Данило Шеган
Revision Date: 2017-05-23 04:14:58 UTC

Avoid a race where some processes try to use a partial cache file that is still being written to.
Note that we release the lock before load_cache, because if we got the lock, the cache is already completely written and it is OK to have multiple parallel readers

Without this patch, translation files would randomly miss translations for some or all languages.

Bug #1687644: load_cache race (fix by Bernhard M. Wiedemann).

11 of 1 result