提交 d17dd17b 编写于 作者: S Shengliang Guan

test: preload libasan

上级 c8f62350
......@@ -70,7 +70,14 @@ AsanFile=$ASAN_DIR/psim.asan
echo "AsanFile:" $AsanFile
unset LD_PRELOAD
export LD_PRELOAD=libasan.so.5
#export LD_PRELOAD=libasan.so.5
#echo "export1:" $?
export LD_PRELOAD=`gcc -print-file-name=libasan.so`
echo "export2:" $?
echo "export4:" "$BUILD_DIR/build/bin/taos"
ldd $BUILD_DIR/build/bin/taos
$* -a 2> $AsanFile
unset LD_PRELOAD
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册