Thanks, Simon.
From: Simon Josefsson Date: 2013-09-24 18:25 To: [email protected] CC: Nikos Mavrogiannopoulos; help-libtasn1 Subject: Re: 'make check' fail while compiling libtasn1 with intel c compiler ( log files corrected ) You can add a valgrind suppression file to silence errors like this. Most systems ship with valgrind suppressions for system components (gcc, glibc) already. So when you use a non-standard C compiler, you need to also create those valgrind suppression files. Or disable use of valgrind when building libtasn1... /Simon "" <[email protected]> writes: > Nikos, > > Please read this post: > http://software.intel.com/en-us/articles/valgrind-memcheck-gives-uninitialized-value-false-positives-on-string-routines. > > Best, > Frank > > > > > 发件人: Nikos Mavrogiannopoulos > 发送时间: 2013-09-09 16:35 > 收件人: everfast > 主题: Re: 'make check' fail while compiling libtasn1 with intel c > compiler ( log files corrected ) > On 09/09/2013 04:05 AM, [email protected] wrote: >> Thanks, Nikos. >> >> Finally I found it's an issue about valgrind. When configure with >> --enable-valgrind-tests=no, every test passed. > That's interesting. Could you send me the output of valgrind for the > programs that fail? > > regards, > Nikos
