<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Apr 27, 2016 at 9:26 AM, Dmitry Vyukov <span dir="ltr"><<a href="mailto:dvyukov@google.com" target="_blank">dvyukov@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I had to restore the MEM_DECOMMIT part (r267730). Tsan relies on the<br>
old behavior.<br>
We can think of a better fix, but I needed to contain fire and update<br>
Go runtimes because commit window closes in few days and I will OOO<br>
the remaining days. So a delay here would mean 6 month delay in<br>
deployment of important fixes for Go.</blockquote><div><br></div><div>I was not aware that we supported TSan on Windows. Does it have tests?<br><br>In the long term, TSan should not attempt to partially unmap a region. Windows doesn't appear to support that. With your change, TSan on Windows will essentially leak address space. I would really like to get back the CHECK ASAP so that ASan doesn't accidentally end up with any similar leaks.</div></div></div></div>