On Thu, Jun 2, 2016 at 5:17 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Gaah, of course. > > This is coming from the cache preload codepath, where multiple threads > try to run ce_path_match(). > It used to be OK because pathspec magic never looked at attributes, > but now it does, and attribute system is not thread-safe. Off topic. I wonder if we can annotate which functions are thread-safe (minority currently in git code base, I believe) and make gcc, clang or sparse spot them in threaded code? -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html