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

Sergey Matveev earthdok at google.com
Tue Dec 3 11:02:06 PST 2013


  This should do it. Of course, this only works as long as the parent stays alive during the tracer's execution. Otherwise we'll start writing to log file "<logpath>.1".

  We can work around this problem with an extra global (parent_pid)...

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



More information about the llvm-commits mailing list