|
From: Tom H. <to...@co...> - 2014-07-01 08:24:48
Attachments:
diffs.txt
|
valgrind revision: 14124 VEX revision: 2895 C compiler: gcc (GCC) 4.6.3 20120306 (Red Hat 4.6.3-2) GDB: GNU gdb (GDB) Fedora (7.3.1-48.fc15) Assembler: GNU assembler version 2.21.51.0.6-6.fc15 20110118 C library: GNU C Library stable release version 2.14.1 uname -mrs: Linux 3.14.7-200.fc20.x86_64 x86_64 Vendor version: Fedora release 15 (Lovelock) Nightly build on bristol ( x86_64, Fedora 15 ) Started at 2014-07-01 08:54:54 BST Ended at 2014-07-01 09:24:36 BST Results differ from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... failed Last 20 lines of verbose log follow echo calloc-overflow: valgrind -q ./calloc-overflow client-msg-as-xml: valgrind --xml=yes --xml-fd=2 --log-file=/dev/null ./client-msg client-msg: valgrind -q ./client-msg clientperm: valgrind -q ./clientperm clireq_nofill: valgrind -q --undef-value-errors=no --malloc-fill=0xaf --free-fill=0xdb ./clireq_nofill clo_redzone_128: valgrind --leak-check=no -q --redzone-size=128 ./clo_redzone clo_redzone_default: valgrind --leak-check=no -q ./clo_redzone cond_ld: valgrind -q ./cond_ld_st loads cond_st: valgrind -q ./cond_ld_st stores custom-overlap: valgrind --leak-check=summary -q ./custom-overlap custom_alloc: valgrind -q ./custom_alloc deep-backtrace: valgrind -q --num-callers=500 ./deep-backtrace sh: line 1: 18754 Segmentation fault (core dumped) VALGRIND_LIB=/tmp/vgtest-24194/2014-07-01/valgrind-new/.in_place VALGRIND_LIB_INNER=/tmp/vgtest-24194/2014-07-01/valgrind-new/.in_place /tmp/vgtest-24194/2014-07-01/valgrind-new/./coregrind/valgrind --command-line-only=yes --memcheck:leak-check=no --tool=memcheck -q --num-callers=500 ./deep-backtrace > deep-backtrace.stdout.out 2> deep-backtrace.stderr.out deep_templates: valgrind -q ./deep_templates demangle: valgrind ./demangle Could not find `demangle.stderr.exp*' ...checking makefile consistency memcheck/tests/Makefile.am:1: error: demangle.stderr.exp is in EXTRA_DIST but doesn't exist ...checking header files and include directives make: *** [regtest] Error 1 ================================================= == Results from 24 hours ago == ================================================= Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... failed Regression test results follow == 689 tests, 2 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == memcheck/tests/err_disable4 (stderr) memcheck/tests/vbit-test/vbit-test (stderr) ================================================= == Difference between 24 hours ago and now == ================================================= *** old.short 2014-07-01 09:16:20.415315552 +0100 --- new.short 2014-07-01 09:24:36.267820289 +0100 *************** *** 6,12 **** ! Regression test results follow ! ! == 689 tests, 2 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == ! memcheck/tests/err_disable4 (stderr) ! memcheck/tests/vbit-test/vbit-test (stderr) ! --- 6,27 ---- ! Last 20 lines of verbose log follow echo ! calloc-overflow: valgrind -q ./calloc-overflow ! client-msg-as-xml: valgrind --xml=yes --xml-fd=2 --log-file=/dev/null ./client-msg ! client-msg: valgrind -q ./client-msg ! clientperm: valgrind -q ./clientperm ! clireq_nofill: valgrind -q --undef-value-errors=no --malloc-fill=0xaf --free-fill=0xdb ./clireq_nofill ! clo_redzone_128: valgrind --leak-check=no -q --redzone-size=128 ./clo_redzone ! clo_redzone_default: valgrind --leak-check=no -q ./clo_redzone ! cond_ld: valgrind -q ./cond_ld_st loads ! cond_st: valgrind -q ./cond_ld_st stores ! custom-overlap: valgrind --leak-check=summary -q ./custom-overlap ! custom_alloc: valgrind -q ./custom_alloc ! deep-backtrace: valgrind -q --num-callers=500 ./deep-backtrace ! sh: line 1: 18754 Segmentation fault (core dumped) VALGRIND_LIB=/tmp/vgtest-24194/2014-07-01/valgrind-new/.in_place VALGRIND_LIB_INNER=/tmp/vgtest-24194/2014-07-01/valgrind-new/.in_place /tmp/vgtest-24194/2014-07-01/valgrind-new/./coregrind/valgrind --command-line-only=yes --memcheck:leak-check=no --tool=memcheck -q --num-callers=500 ./deep-backtrace > deep-backtrace.stdout.out 2> deep-backtrace.stderr.out ! deep_templates: valgrind -q ./deep_templates ! demangle: valgrind ./demangle ! Could not find `demangle.stderr.exp*' ! ...checking makefile consistency ! memcheck/tests/Makefile.am:1: error: demangle.stderr.exp is in EXTRA_DIST but doesn't exist ! ...checking header files and include directives ! make: *** [regtest] Error 1 |