My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
ThreadSanitizerBuildBot  
ThreadSanitizer build bot
Updated May 16, 2012 by timurrrr

Buildbot location

We have a continuous build of ThreadSanitizer where the fresh binaries are built regularly.

Please make sure the bots are green for the given revision when downloading a TSan binary.

Downloading TSan binaries

You may download the latest ThreadSanitizer binaries at http://build.chromium.org/p/client.tsan/binaries.

for Linux and Mac

For example, to get the r4356 build for x86_64 Linux you will need to do:

wget http://build.chromium.org/p/client.tsan/binaries/tsan-r4356-amd64-linux-self-contained.sh
chmod +x tsan-r4356-amd64-linux-self-contained.sh

for Windows

For Windows, we store the binaries as self-extracting 7z archives
For example, to get the r4356 package, please download and run
http://build.chromium.org/p/client.tsan/binaries/tsan-r4356-x86-windows-sfx.exe
This will extract the binaries into a tsan-x86-windows subdirectory, tsan.bat is what you want.

Regarding Licensing on Windows
ThreadSanitizer itself is published under GPLv2.
The binaries for Windows depend on third party software,
see http://code.google.com/p/data-race-test/source/browse/trunk/tsan/license_for_windows.txt for the details.


Sign in to add a comment
Powered by Google Project Hosting