staticanalysis / data-race-test

Automatically exported from code.google.com/p/data-race-test
0 stars 0 forks source link

TSan Valgrind fails to compile on Ubuntu 11.04 #72

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
>What steps will reproduce the problem?
1. Install the latest Ubuntu 11.04
2. tsan/third_party/update_valgrind.sh
3. tsan/third_party/build_and_install_valgrind.sh

>What is the expected output? What do you see instead?
checking the GLIBC_VERSION version... unsupported version 2.13
configure: error: Valgrind requires glibc version 2.2 - 2.12

Original issue reported on code.google.com by dvyu...@gmail.com on 18 Jun 2011 at 12:11

GoogleCodeExporter commented 9 years ago
Looks like this is a Valgrind bug, not TSan's?

Original comment by timurrrr on 18 Jun 2011 at 6:21

GoogleCodeExporter commented 9 years ago
But do we use the latest Valgrind version? It sounds pretty silly that Valgrind 
does not work on Ubuntu...

Original comment by dvyu...@google.com on 18 Jun 2011 at 6:24

GoogleCodeExporter commented 9 years ago
Can you check if the upstream ToT compiles on your machine?

> It sounds pretty silly that Valgrind does not work on Ubuntu...
... but 11.04 is quite fresh and not LTS after all.

Original comment by timurrrr on 18 Jun 2011 at 8:28

GoogleCodeExporter commented 9 years ago
Release 3.6.1 (16 February 2011)
...
Initial support for glibc-2.13 has been added.
265964  configure FAIL with glibc-2.13

Original comment by dvyu...@gmail.com on 19 Jun 2011 at 7:32