From e93dc3c0b88a6829fb470351c7f96f4d46e42903 Mon Sep 17 00:00:00 2001 From: Mayank Agarwal Date: Wed, 13 Mar 2013 14:37:16 -0700 Subject: [PATCH] Updating fbcode.gcc471.sh to use jemalloc 3.3.1 Summary: Updated TOOL_CHAIN_LIB_BASE to use the third-party version for jemalloc-3.3.1 which contains a bug fix in quarantine.cc. This was detected while debugging valgrind issues with the rocksdb table_test Test Plan: make table_test;valgrind --leak-check=full ./table_test Reviewers: dhruba, sheki, vamsi Reviewed By: sheki Differential Revision: https://reviews.facebook.net/D9387 --- fbcode.gcc471.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fbcode.gcc471.sh b/fbcode.gcc471.sh index bf526c4c3..b80393f70 100644 --- a/fbcode.gcc471.sh +++ b/fbcode.gcc471.sh @@ -4,10 +4,10 @@ # fbcode settings. It uses the latest g++ compiler and also # uses jemalloc -TOOLCHAIN_REV=3748fabb2c5e033009597bae1f9ef8bf4b218581 +TOOLCHAIN_REV=83eb773e262fa705eaebbf3de40db71d53fabf2e TOOLCHAIN_EXECUTABLES="/mnt/gvfs/third-party/$TOOLCHAIN_REV/centos5.2-native" TOOLCHAIN_LIB_BASE="/mnt/gvfs/third-party/$TOOLCHAIN_REV/gcc-4.7.1-glibc-2.14.1" -TOOL_JEMALLOC=jemalloc-3.0.0/2f45f3a +TOOL_JEMALLOC=jemalloc-3.3.1/2f45f3a # location of libhdfs libraries if test "$USE_HDFS"; then