[PATCH] [sanitizer] Fix log_path behavior with StopTheWorld.

Sergey Matveev earthdok at google.com
Mon Dec 2 07:22:39 PST 2013


  Alternatively, we could reuse the parent's file descriptor. Both approaches are equally ugly IMO.

  Incidentally, this code appears to be funamentally racy (even before my patch) because MaybeOpenReportFile can be called from multiple threads at once.

http://llvm-reviews.chandlerc.com/D2306



More information about the llvm-commits mailing list