[PATCH] [Tsan] Do not flush all streams on exit

Viktor Kutuzov vkutuzov at accesssoftek.com
Tue Dec 2 03:00:29 PST 2014


Alexander, this patch does fflush() for stderr and stdout whereas fflush(0) tries to flush all streams and thus causes deadlock under some circumstances mentioned in rL200922.

http://reviews.llvm.org/D6462






More information about the llvm-commits mailing list