This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[go]: Many valgrind errors (use of uninit value, jump depends on uninit value) in the testsuite


On Tue, Jul 5, 2011 at 10:12 PM, Ian Lance Taylor <iant@google.com> wrote:

>> What remains is a couple of unrelated failures in the testsuite:

>> ../../../gcc-svn/trunk/libgo/testsuite/gotest: line 388: 13945
>> Segmentation fault ? ? ?./a.out -test.short -test.timeout=$timeout
>> "$@"
>> FAIL: compress/flate
>> gmake[2]: *** [compress/flate/check] Error 1
>>
>> Any ideas how to attack these?
>
> None of these look familiar to me.

compress/flate test sometimes passes and sometimes don't. I  have run
the resulting executable through the valgrind, and there are many
(i.e. hundreds) of warnings of uses and calls that depend on
uninitialized variables, also on x86_64.

ATM, I would like to just report problems with valgrind, and due to
the number of them, it looks to me that something is wrong with the
library.

Uros.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]