On Sun, Mar 19, 2023, at 11:42, David Heidelberg wrote: > The authors of ccache have mentioned that this version includes a rewrite > that addresses serious issues, such as deadlocks [2].
Just to clarify: the rewritten locking solution in 4.8 was not done to fix any known bug - it was done for portability reasons since the previous solution relied on pthread mutex behavior that is different in FreeBSD. -- Joel

