|
From: <pj...@wa...> - 2021-10-09 14:40:07
|
valgrind revision: valgrind-3.18.0.GIT-80459895c4-20211009
C compiler: FreeBSD clang version 10.0.1 (gi...@gi...:llvm/llvm-project.git llvmorg-10.0.1-0-gef32c611aa2)
GDB: GNU gdb (GDB) 10.2 [GDB v10.2 for FreeBSD]
Assembler: GNU assembler 2.17.50 [FreeBSD] 2007-07-03
C library: FreeBSD libc
uname -mrs: FreeBSD 12.2-RELEASE-p7 amd64
Vendor version: FreeBSD 12.2-RELEASE-p10
Nightly build on freebsd12.1 ( FreeBSD 12.2-RELEASE-p7 amd64 )
Started at 2021-10-09 16:19:55 CEST
Ended at 2021-10-09 16:39:51 CEST
Results differ from 24 hours ago
Checking out Valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ... failed
Regression test results follow
== 738 tests, 12 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
memcheck/tests/amd64/insn-pmovmskb (stderr)
memcheck/tests/clientperm (stderr)
memcheck/tests/descr_belowsp (stderr)
memcheck/tests/gone_abrt_xml (stderr)
memcheck/tests/origin5-bz2 (stderr)
memcheck/tests/varinfo2 (stderr)
memcheck/tests/varinfo5 (stderr)
memcheck/tests/varinfo6 (stderr)
helgrind/tests/tls_threads (stderr)
drd/tests/omp_matinv (stderr)
drd/tests/omp_matinv_racy (stderr)
drd/tests/omp_prime_racy (stderr)
Last 20 lines of verbose log follow echo
rep_prefix: valgrind --interval-size=100000 --bb-out-file=rep_prefix.out.bb ./rep_prefix
-- Finished tests in exp-bbv/tests/x86 ---------------------------------
== 738 tests, 12 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
memcheck/tests/amd64/insn-pmovmskb (stderr)
memcheck/tests/clientperm (stderr)
memcheck/tests/descr_belowsp (stderr)
memcheck/tests/gone_abrt_xml (stderr)
memcheck/tests/origin5-bz2 (stderr)
memcheck/tests/varinfo2 (stderr)
memcheck/tests/varinfo5 (stderr)
memcheck/tests/varinfo6 (stderr)
helgrind/tests/tls_threads (stderr)
drd/tests/omp_matinv (stderr)
drd/tests/omp_matinv_racy (stderr)
drd/tests/omp_prime_racy (stderr)
...checking makefile consistency
...checking header files and include directives
gmake: *** [Makefile:1413: regtest] Error 1
=================================================
== Results from 24 hours ago ==
=================================================
Checking out Valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... failed
Last 20 lines of verbose log follow echo
clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_freebsd=1 -DVGP_amd64_freebsd=1 -DVGPV_amd64_freebsd_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/home/paulf/scratch/valgrind_nightly/nightly/valgrind-old/Inst/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-freebsd\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-security -Wignored-qualifiers -Wenum-conversion -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -Wno-cast-align -Wno-self-assign -Wno-tautological-compare -Wno-expansion-to-defined -fomit-frame-pointer -MT vgdb-vgdb.o -MD -MP -MF .deps/vgdb-vgdb.Tpo -c -o vgdb-vgdb.o `test -f 'vgdb.c' || echo './'`vgdb.c
m_debuglog.c:613:3: error: Unknown platform
# error Unknown platform
^
m_debuglog.c:640:13: warning: implicit declaration of function 'local_sys_write_stderr' is invalid in C99 [-Wimplicit-function-declaration]
(void)local_sys_write_stderr(buf, n);
^
m_debuglog.c:1217:10: warning: implicit declaration of function 'local_sys_getpid' is invalid in C99 [-Wimplicit-function-declaration]
pid = local_sys_getpid();
^
2 warnings and 1 error generated.
gmake[3]: *** [Makefile:8830: valgrind-m_debuglog.o] Error 1
gmake[3]: *** Waiting for unfinished jobs....
mv -f .deps/vgdb-vgdb.Tpo .deps/vgdb-vgdb.Po
gmake[3]: Leaving directory '/usr/home/paulf/scratch/valgrind_nightly/nightly/valgrind-old/coregrind'
gmake[2]: *** [Makefile:2398: all] Error 2
gmake[2]: Leaving directory '/usr/home/paulf/scratch/valgrind_nightly/nightly/valgrind-old/coregrind'
gmake[1]: *** [Makefile:890: all-recursive] Error 1
gmake[1]: Leaving directory '/usr/home/paulf/scratch/valgrind_nightly/nightly/valgrind-old'
gmake: *** [Makefile:755: all] Error 2
=================================================
== Difference between 24 hours ago and now ==
=================================================
*** old.short Sat Oct 9 16:22:55 2021
--- new.short Sat Oct 9 16:39:51 2021
***************
*** 3,26 ****
Configuring valgrind ... done
! Building valgrind ... failed
Last 20 lines of verbose log follow echo
! clang -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_freebsd=1 -DVGP_amd64_freebsd=1 -DVGPV_amd64_freebsd_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/home/paulf/scratch/valgrind_nightly/nightly/valgrind-old/Inst/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-freebsd\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-security -Wignored-qualifiers -Wenum-conversion -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -Wno-cast-align -Wno-self-assign -Wno-tautological-compare -Wno-expansion-to-defined -fomit-frame-pointer -MT vgdb-vgdb.o -MD -MP -MF .deps/vgdb-vgdb.Tpo -c -o vgdb-vgdb.o `test -f 'vgdb.c' || echo './'`vgdb.c
! m_debuglog.c:613:3: error: Unknown platform
! # error Unknown platform
! ^
! m_debuglog.c:640:13: warning: implicit declaration of function 'local_sys_write_stderr' is invalid in C99 [-Wimplicit-function-declaration]
! (void)local_sys_write_stderr(buf, n);
! ^
! m_debuglog.c:1217:10: warning: implicit declaration of function 'local_sys_getpid' is invalid in C99 [-Wimplicit-function-declaration]
! pid = local_sys_getpid();
! ^
! 2 warnings and 1 error generated.
! gmake[3]: *** [Makefile:8830: valgrind-m_debuglog.o] Error 1
! gmake[3]: *** Waiting for unfinished jobs....
! mv -f .deps/vgdb-vgdb.Tpo .deps/vgdb-vgdb.Po
! gmake[3]: Leaving directory '/usr/home/paulf/scratch/valgrind_nightly/nightly/valgrind-old/coregrind'
! gmake[2]: *** [Makefile:2398: all] Error 2
! gmake[2]: Leaving directory '/usr/home/paulf/scratch/valgrind_nightly/nightly/valgrind-old/coregrind'
! gmake[1]: *** [Makefile:890: all-recursive] Error 1
! gmake[1]: Leaving directory '/usr/home/paulf/scratch/valgrind_nightly/nightly/valgrind-old'
! gmake: *** [Makefile:755: all] Error 2
--- 3,44 ----
Configuring valgrind ... done
! Building valgrind ... done
! Running regression tests ... failed
+ Regression test results follow
+
+ == 738 tests, 12 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
+ memcheck/tests/amd64/insn-pmovmskb (stderr)
+ memcheck/tests/clientperm (stderr)
+ memcheck/tests/descr_belowsp (stderr)
+ memcheck/tests/gone_abrt_xml (stderr)
+ memcheck/tests/origin5-bz2 (stderr)
+ memcheck/tests/varinfo2 (stderr)
+ memcheck/tests/varinfo5 (stderr)
+ memcheck/tests/varinfo6 (stderr)
+ helgrind/tests/tls_threads (stderr)
+ drd/tests/omp_matinv (stderr)
+ drd/tests/omp_matinv_racy (stderr)
+ drd/tests/omp_prime_racy (stderr)
+
+
Last 20 lines of verbose log follow echo
! rep_prefix: valgrind --interval-size=100000 --bb-out-file=rep_prefix.out.bb ./rep_prefix
! -- Finished tests in exp-bbv/tests/x86 ---------------------------------
!
! == 738 tests, 12 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
! memcheck/tests/amd64/insn-pmovmskb (stderr)
! memcheck/tests/clientperm (stderr)
! memcheck/tests/descr_belowsp (stderr)
! memcheck/tests/gone_abrt_xml (stderr)
! memcheck/tests/origin5-bz2 (stderr)
! memcheck/tests/varinfo2 (stderr)
! memcheck/tests/varinfo5 (stderr)
! memcheck/tests/varinfo6 (stderr)
! helgrind/tests/tls_threads (stderr)
! drd/tests/omp_matinv (stderr)
! drd/tests/omp_matinv_racy (stderr)
! drd/tests/omp_prime_racy (stderr)
!
! ...checking makefile consistency
! ...checking header files and include directives
! gmake: *** [Makefile:1413: regtest] Error 1
=================================================
./valgrind-new/drd/tests/omp_matinv.stderr.diff
=================================================
--- omp_matinv.stderr.exp 2021-10-09 16:22:55.906754000 +0200
+++ omp_matinv.stderr.out 2021-10-09 16:35:23.710144000 +0200
@@ -1,3 +1,598 @@
+Conflicting store by thread 1 at 0x........ size 4
+ at 0x........: gj (omp_matinv.c:?)
+ by 0x........: invert_matrix (omp_matinv.c:?)
+ by 0x........: main (omp_matinv.c:?)
+Location 0x........ is 0 bytes inside local var "i"
+declared at omp_matinv.c:160, in frame #? of thread 1
+Other segment start (thread 2)
+ at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
+ by 0x........: (within libpthread-?.?.so)
+Other segment end (thread 2)
+ at 0x........: sched_yield (in /...libc...)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
+ by 0x........: (within libpthread-?.?.so)
+Other segment start (thread 3)
+ at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
+ by 0x........: (within libpthread-?.?.so)
+Other segment end (thread 3)
+ at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
+ by 0x........: (within libpthread-?.?.so)
+Other segment start (thread 4)
+ at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
+ by 0x........: (within libpthread-?.?.so)
+Other segment end (thread 4)
+ at 0x........: sched_yield (in /...libc...)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
+ by 0x........: (within libpthread-?.?.so)
+Other segment start (thread 5)
+ at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
+ by 0x........: (within libpthread-?.?.so)
+Other segment end (thread 5)
+ at 0x........: sched_yield (in /...libc...)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
+ by 0x........: (within libpthread-?.?.so)
+Other segment start (thread 6)
+ at 0x........: pthread_mutex_unlock (drd_pthread_intercepts.c:?)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
+ by 0x........: (within libpthread-?.?.so)
+Other segment end (thread 6)
+ at 0x........: sched_yield (in /...libc...)
+ by 0x........: ??? (in /usr/lib/libomp.so)
+ by 0x........: ??? (in /usr/lib/libomp.so)
<truncated beyond 100 lines>
=================================================
./valgrind-new/drd/tests/omp_matinv_racy.stderr.diff
=================================================
--- omp_matinv_racy.stderr.exp 2021-10-09 16:22:55.906986000 +0200
+++ omp_matinv_racy.stderr.out 2021-10-09 16:35:24.683206000 +0200
@@ -1 +1 @@
-ERROR SUMMARY: 76 errors from 7 contexts
+ERROR SUMMARY: 86 errors from 18 contexts
=================================================
./valgrind-new/drd/tests/omp_prime_racy.stderr.diff
=================================================
--- omp_prime_racy.stderr.exp 2021-10-09 16:22:55.907288000 +0200
+++ omp_prime_racy.stderr.out 2021-10-09 16:35:25.647552000 +0200
@@ -1 +1 @@
-ERROR SUMMARY: 3 errors from 3 contexts
+ERROR SUMMARY: 0 errors from 0 contexts
=================================================
./valgrind-new/helgrind/tests/tls_threads.stderr.diff
=================================================
--- tls_threads.stderr.exp 2021-10-09 16:22:56.036947000 +0200
+++ tls_threads.stderr.out 2021-10-09 16:33:10.058254000 +0200
@@ -1,2 +1,200 @@
+--71967:0: sched WARNING: pthread stack cache cannot be disabled!
+---Thread-Announcement------------------------------------------
+
+Thread #x was created
+ ...
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ by 0x........: main (tls_threads.c:88)
+
+---Thread-Announcement------------------------------------------
+
+Thread #x was created
+ ...
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ by 0x........: main (tls_threads.c:88)
+
+----------------------------------------------------------------
+
+Possible data race during read of size 8 at 0x........ by thread #x
+Locks held: none
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ by 0x........: level1 (tls_threads.c:69)
+ by 0x........: mythread_wrapper (hg_intercepts.c:...)
+ ...
+
+This conflicts with a previous write of size 8 by thread #x
+Locks held: none
+ ...
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ by 0x........: level1 (tls_threads.c:69)
+ by 0x........: mythread_wrapper (hg_intercepts.c:...)
+ ...
+ Address 0x........ is in a rw- mapped file /usr/home/paulf/scratch/valgrind_nightly/nightly/valgrind-new/helgrind/vgpreload_helgrind-amd64-freebsd.so segment
+
starting join in main
+---Thread-Announcement------------------------------------------
+
+Thread #x was created
+ ...
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ by 0x........: level1 (tls_threads.c:69)
+ by 0x........: mythread_wrapper (hg_intercepts.c:...)
+ ...
+
+----------------------------------------------------------------
+
+Possible data race during read of size 8 at 0x........ by thread #x
+Locks held: none
+ at 0x........: local_false_positive (tls_threads.c:28)
+ by 0x........: level2 (tls_threads.c:48)
+ by 0x........: mythread_wrapper (hg_intercepts.c:...)
+ ...
+
+This conflicts with a previous write of size 8 by thread #x
+Locks held: none
+ ...
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ by 0x........: level1 (tls_threads.c:69)
+ by 0x........: mythread_wrapper (hg_intercepts.c:...)
+ Address 0x........ is in a rw- anonymous segment
+
+----------------------------------------------------------------
+
+Possible data race during read of size 4 at 0x........ by thread #x
+Locks held: none
+ at 0x........: local_false_positive (tls_threads.c:28)
+ by 0x........: level2 (tls_threads.c:48)
+ by 0x........: mythread_wrapper (hg_intercepts.c:...)
+ ...
+
+This conflicts with a previous write of size 1 by thread #x
+Locks held: none
+ ...
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ by 0x........: level1 (tls_threads.c:69)
+ by 0x........: mythread_wrapper (hg_intercepts.c:...)
+ Address 0x........ is in a rw- anonymous segment
+
+----------------------------------------------------------------
+
+Possible data race during write of size 4 at 0x........ by thread #x
+Locks held: none
+ at 0x........: local_false_positive (tls_threads.c:28)
+ by 0x........: level2 (tls_threads.c:48)
+ by 0x........: mythread_wrapper (hg_intercepts.c:...)
+ ...
+
+This conflicts with a previous write of size 1 by thread #x
+Locks held: none
+ ...
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ by 0x........: level1 (tls_threads.c:69)
+ by 0x........: mythread_wrapper (hg_intercepts.c:...)
+ Address 0x........ is in a rw- anonymous segment
+
+----------------------------------------------------------------
+
+Possible data race during read of size 4 at 0x........ by thread #x
<truncated beyond 100 lines>
=================================================
./valgrind-new/memcheck/tests/amd64/insn-pmovmskb.stderr.diff
=================================================
--- insn-pmovmskb.stderr.exp 2021-10-09 16:22:56.083969000 +0200
+++ insn-pmovmskb.stderr.out 2021-10-09 16:28:52.143121000 +0200
@@ -1,144 +1,110 @@
-Conditional jump or move depends on uninitialised value(s)
- at 0x........: use (insn-pmovmskb.c:48)
+Use of uninitialised value of size 8
+ at 0x........: strlen (vg_replace_strmem.c:...)
+ ...
+ by 0x........: use (insn-pmovmskb.c:48)
by 0x........: doit (insn-pmovmskb.c:69)
by 0x........: main (insn-pmovmskb.c:140)
-0: Invalid value is false
-Conditional jump or move depends on uninitialised value(s)
- at 0x........: use (insn-pmovmskb.c:48)
- by 0x........: doit (insn-pmovmskb.c:73)
+Use of uninitialised value of size 8
+ at 0x........: strlen (vg_replace_strmem.c:...)
+ ...
+ by 0x........: use (insn-pmovmskb.c:48)
+ by 0x........: doit (insn-pmovmskb.c:69)
by 0x........: main (insn-pmovmskb.c:140)
-1: Invalid value is false
Conditional jump or move depends on uninitialised value(s)
- at 0x........: use (insn-pmovmskb.c:48)
- by 0x........: doit (insn-pmovmskb.c:77)
+ at 0x........: is_overlap (vg_replace_strmem.c:...)
+ by 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+ by 0x........: use (insn-pmovmskb.c:48)
+ by 0x........: doit (insn-pmovmskb.c:69)
by 0x........: main (insn-pmovmskb.c:140)
-2: Invalid value is false
Conditional jump or move depends on uninitialised value(s)
- at 0x........: use (insn-pmovmskb.c:48)
- by 0x........: doit (insn-pmovmskb.c:81)
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+ by 0x........: use (insn-pmovmskb.c:48)
+ by 0x........: doit (insn-pmovmskb.c:69)
by 0x........: main (insn-pmovmskb.c:140)
-3: Invalid value is false
Conditional jump or move depends on uninitialised value(s)
- at 0x........: use (insn-pmovmskb.c:48)
- by 0x........: doit (insn-pmovmskb.c:85)
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+ by 0x........: use (insn-pmovmskb.c:48)
+ by 0x........: doit (insn-pmovmskb.c:69)
by 0x........: main (insn-pmovmskb.c:140)
-4: Invalid value is false
Conditional jump or move depends on uninitialised value(s)
- at 0x........: use (insn-pmovmskb.c:48)
- by 0x........: doit (insn-pmovmskb.c:89)
+ at 0x........: is_overlap (vg_replace_strmem.c:...)
+ by 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+ by 0x........: use (insn-pmovmskb.c:48)
+ by 0x........: doit (insn-pmovmskb.c:69)
by 0x........: main (insn-pmovmskb.c:140)
-5: Invalid value is false
Conditional jump or move depends on uninitialised value(s)
- at 0x........: use (insn-pmovmskb.c:48)
- by 0x........: doit (insn-pmovmskb.c:93)
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+ by 0x........: use (insn-pmovmskb.c:48)
+ by 0x........: doit (insn-pmovmskb.c:69)
by 0x........: main (insn-pmovmskb.c:140)
-6: Invalid value is false
Conditional jump or move depends on uninitialised value(s)
- at 0x........: use (insn-pmovmskb.c:48)
- by 0x........: doit (insn-pmovmskb.c:97)
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+ by 0x........: use (insn-pmovmskb.c:48)
+ by 0x........: doit (insn-pmovmskb.c:69)
by 0x........: main (insn-pmovmskb.c:140)
-7: Invalid value is false
Conditional jump or move depends on uninitialised value(s)
- at 0x........: use (insn-pmovmskb.c:48)
- by 0x........: doit (insn-pmovmskb.c:101)
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+ by 0x........: use (insn-pmovmskb.c:48)
+ by 0x........: doit (insn-pmovmskb.c:69)
by 0x........: main (insn-pmovmskb.c:140)
-8: Invalid value is false
-Conditional jump or move depends on uninitialised value(s)
- at 0x........: use (insn-pmovmskb.c:48)
- by 0x........: doit (insn-pmovmskb.c:105)
+Use of uninitialised value of size 8
<truncated beyond 100 lines>
=================================================
./valgrind-new/memcheck/tests/amd64/insn-pmovmskb.stderr.diff-clang
=================================================
--- insn-pmovmskb.stderr.exp-clang 2021-10-09 16:22:56.084043000 +0200
+++ insn-pmovmskb.stderr.out 2021-10-09 16:28:52.143121000 +0200
@@ -1,22 +1,70 @@
-Conditional jump or move depends on uninitialised value(s)
+Use of uninitialised value of size 8
+ at 0x........: strlen (vg_replace_strmem.c:...)
...
by 0x........: use (insn-pmovmskb.c:48)
by 0x........: doit (insn-pmovmskb.c:69)
by 0x........: main (insn-pmovmskb.c:140)
Use of uninitialised value of size 8
+ at 0x........: strlen (vg_replace_strmem.c:...)
...
by 0x........: use (insn-pmovmskb.c:48)
by 0x........: doit (insn-pmovmskb.c:69)
by 0x........: main (insn-pmovmskb.c:140)
-Use of uninitialised value of size 8
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: is_overlap (vg_replace_strmem.c:...)
+ by 0x........: memcpy (vg_replace_strmem.c:...)
...
by 0x........: use (insn-pmovmskb.c:48)
by 0x........: doit (insn-pmovmskb.c:69)
by 0x........: main (insn-pmovmskb.c:140)
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+ by 0x........: use (insn-pmovmskb.c:48)
+ by 0x........: doit (insn-pmovmskb.c:69)
+ by 0x........: main (insn-pmovmskb.c:140)
+
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+ by 0x........: use (insn-pmovmskb.c:48)
+ by 0x........: doit (insn-pmovmskb.c:69)
+ by 0x........: main (insn-pmovmskb.c:140)
+
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: is_overlap (vg_replace_strmem.c:...)
+ by 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+ by 0x........: use (insn-pmovmskb.c:48)
+ by 0x........: doit (insn-pmovmskb.c:69)
+ by 0x........: main (insn-pmovmskb.c:140)
+
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+ by 0x........: use (insn-pmovmskb.c:48)
+ by 0x........: doit (insn-pmovmskb.c:69)
+ by 0x........: main (insn-pmovmskb.c:140)
+
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+ by 0x........: use (insn-pmovmskb.c:48)
+ by 0x........: doit (insn-pmovmskb.c:69)
+ by 0x........: main (insn-pmovmskb.c:140)
+
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+ by 0x........: use (insn-pmovmskb.c:48)
+ by 0x........: doit (insn-pmovmskb.c:69)
+ by 0x........: main (insn-pmovmskb.c:140)
+
Use of uninitialised value of size 8
+ at 0x........: memcpy (vg_replace_strmem.c:...)
...
by 0x........: use (insn-pmovmskb.c:48)
by 0x........: doit (insn-pmovmskb.c:69)
@@ -32,6 +80,20 @@
7: Invalid value is false
8: Invalid value is false
9: Invalid value is false
+Use of uninitialised value of size 8
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+ by 0x........: use (insn-pmovmskb.c:48)
+ by 0x........: doit (insn-pmovmskb.c:109)
+ by 0x........: main (insn-pmovmskb.c:140)
+
+Use of uninitialised value of size 8
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+ by 0x........: use (insn-pmovmskb.c:48)
+ by 0x........: doit (insn-pmovmskb.c:109)
+ by 0x........: main (insn-pmovmskb.c:140)
+
10: Invalid value is false
11: Invalid value is false
12: Invalid value is false
=================================================
./valgrind-new/memcheck/tests/clientperm.stderr.diff
=================================================
--- clientperm.stderr.exp 2021-10-09 16:22:56.104410000 +0200
+++ clientperm.stderr.out 2021-10-09 16:29:18.682864000 +0200
@@ -1,6 +1,62 @@
+Use of uninitialised value of size 8
+ at 0x........: strlen (vg_replace_strmem.c:...)
+ ...
+ by 0x........: main (clientperm.c:29)
+
+Use of uninitialised value of size 8
+ at 0x........: strlen (vg_replace_strmem.c:...)
+ ...
+ by 0x........: main (clientperm.c:29)
+
Conditional jump or move depends on uninitialised value(s)
- at 0x........: main (clientperm.c:29)
+ at 0x........: is_overlap (vg_replace_strmem.c:...)
+ by 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+ by 0x........: main (clientperm.c:29)
Conditional jump or move depends on uninitialised value(s)
- at 0x........: main (clientperm.c:36)
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+ by 0x........: main (clientperm.c:29)
+
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+ by 0x........: main (clientperm.c:29)
+
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: is_overlap (vg_replace_strmem.c:...)
+ by 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+ by 0x........: main (clientperm.c:29)
+
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+ by 0x........: main (clientperm.c:29)
+
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+ by 0x........: main (clientperm.c:29)
+
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+ by 0x........: main (clientperm.c:29)
+
+Use of uninitialised value of size 8
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+ by 0x........: main (clientperm.c:29)
+
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+ by 0x........: main (clientperm.c:36)
+
+Use of uninitialised value of size 8
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+ by 0x........: main (clientperm.c:36)
=================================================
./valgrind-new/memcheck/tests/descr_belowsp.stderr.diff
=================================================
--- descr_belowsp.stderr.exp 2021-10-09 16:22:56.117187000 +0200
+++ descr_belowsp.stderr.out 2021-10-09 16:29:24.314871000 +0200
@@ -14,13 +14,13 @@
describing 0x........ discovered address giving SEGV in thread stack
Address 0x........ is on thread 2's stack
- In stack guard protected page, .... bytes below stack pointer
+ .... bytes below stack pointer
describing 0x........ byte just above highest guardpage byte
Address 0x........ is on thread 2's stack
.... bytes below stack pointer
describing 0x........ highest guardpage byte
Address 0x........ is on thread 2's stack
- In stack guard protected page, .... bytes below stack pointer
+ .... bytes below stack pointer
describing 0x........ lowest guardpage byte
Address 0x........ is on thread 2's stack
- In stack guard protected page, .... bytes below stack pointer
+ .... bytes below stack pointer
=================================================
./valgrind-new/memcheck/tests/gone_abrt_xml.stderr.diff
=================================================
--- gone_abrt_xml.stderr.exp 2021-10-09 16:22:56.131451000 +0200
+++ gone_abrt_xml.stderr.out 2021-10-09 16:29:50.737531000 +0200
@@ -35,14 +35,14 @@
<tid>...</tid>
<signo>6</signo>
<signame>SIGABRT</signame>
- <sicode>0</sicode>
+ <sicode>65537</sicode>
<stack>
<frame>
<ip>0x........</ip>
<obj>...</obj>
- <fn>main</fn>
+ <fn>(below main)</fn>
<dir>...</dir>
- <file>gone.c</file>
+ <file>src/lib/csu/amd64/crt1.c</file>
<line>...</line>
</frame>
</stack>
=================================================
./valgrind-new/memcheck/tests/gone_abrt_xml.stderr.diff-solaris
=================================================
--- gone_abrt_xml.stderr.exp-solaris 2021-10-09 16:22:56.131525000 +0200
+++ gone_abrt_xml.stderr.out 2021-10-09 16:29:50.737531000 +0200
@@ -35,12 +35,15 @@
<tid>...</tid>
<signo>6</signo>
<signame>SIGABRT</signame>
- <sicode>0</sicode>
+ <sicode>65537</sicode>
<stack>
<frame>
<ip>0x........</ip>
<obj>...</obj>
<fn>(below main)</fn>
+ <dir>...</dir>
+ <file>src/lib/csu/amd64/crt1.c</file>
+ <line>...</line>
</frame>
</stack>
</fatal_signal>
=================================================
./valgrind-new/memcheck/tests/origin5-bz2.stderr.diff-freebsd
=================================================
--- origin5-bz2.stderr.exp-freebsd 2021-10-09 16:22:56.157096000 +0200
+++ origin5-bz2.stderr.out 2021-10-09 16:30:26.904381000 +0200
@@ -34,7 +34,7 @@
at 0x........: mainSort (origin5-bz2.c:2820)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -45,7 +45,7 @@
at 0x........: mainSort (origin5-bz2.c:2823)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -56,7 +56,7 @@
at 0x........: mainSort (origin5-bz2.c:2854)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -64,21 +64,10 @@
at 0x........: main (origin5-bz2.c:6479)
Use of uninitialised value of size 8
- at 0x........: mainSort (origin5-bz2.c:2855)
- by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
- by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
- by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
- by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
- by 0x........: main (origin5-bz2.c:6484)
- Uninitialised value was created by a client request
- at 0x........: main (origin5-bz2.c:6479)
-
-Use of uninitialised value of size 8
at 0x........: mainSort (origin5-bz2.c:2858)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -86,21 +75,10 @@
at 0x........: main (origin5-bz2.c:6479)
Use of uninitialised value of size 8
- at 0x........: mainSort (origin5-bz2.c:2859)
- by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
- by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
- by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
- by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
- by 0x........: main (origin5-bz2.c:6484)
- Uninitialised value was created by a client request
- at 0x........: main (origin5-bz2.c:6479)
-
-Use of uninitialised value of size 8
at 0x........: mainSort (origin5-bz2.c:2963)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -111,7 +89,7 @@
at 0x........: mainSort (origin5-bz2.c:2964)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -120,9 +98,9 @@
Use of uninitialised value of size 8
at 0x........: fallbackSort (origin5-bz2.c:2269)
- by 0x........: BZ2_blockSort (origin5-bz2.c:3116)
+ by 0x........: BZ2_blockSort (origin5-bz2.c:0)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -131,20 +109,9 @@
Use of uninitialised value of size 8
at 0x........: fallbackSort (origin5-bz2.c:2275)
<truncated beyond 100 lines>
=================================================
./valgrind-new/memcheck/tests/origin5-bz2.stderr.diff-freebsd-x86
=================================================
--- origin5-bz2.stderr.exp-freebsd-x86 2021-10-09 16:22:56.157171000 +0200
+++ origin5-bz2.stderr.out 2021-10-09 16:30:26.904381000 +0200
@@ -12,7 +12,7 @@
Uninitialised value was created by a client request
at 0x........: main (origin5-bz2.c:6479)
-Use of uninitialised value of size 4
+Use of uninitialised value of size 8
at 0x........: copy_input_until_stop (origin5-bz2.c:4686)
by 0x........: handle_compress (origin5-bz2.c:4750)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
@@ -21,7 +21,7 @@
Uninitialised value was created by a client request
at 0x........: main (origin5-bz2.c:6479)
-Use of uninitialised value of size 4
+Use of uninitialised value of size 8
at 0x........: copy_input_until_stop (origin5-bz2.c:4686)
by 0x........: handle_compress (origin5-bz2.c:4750)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
@@ -30,121 +30,88 @@
Uninitialised value was created by a client request
at 0x........: main (origin5-bz2.c:6479)
-Use of uninitialised value of size 4
+Use of uninitialised value of size 8
at 0x........: mainSort (origin5-bz2.c:2820)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
Uninitialised value was created by a client request
at 0x........: main (origin5-bz2.c:6479)
-Use of uninitialised value of size 4
+Use of uninitialised value of size 8
at 0x........: mainSort (origin5-bz2.c:2823)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
Uninitialised value was created by a client request
at 0x........: main (origin5-bz2.c:6479)
-Use of uninitialised value of size 4
+Use of uninitialised value of size 8
at 0x........: mainSort (origin5-bz2.c:2854)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
Uninitialised value was created by a client request
at 0x........: main (origin5-bz2.c:6479)
-Use of uninitialised value of size 4
- at 0x........: mainSort (origin5-bz2.c:2855)
- by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
- by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
- by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
- by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
- by 0x........: main (origin5-bz2.c:6484)
- Uninitialised value was created by a client request
- at 0x........: main (origin5-bz2.c:6479)
-
-Use of uninitialised value of size 4
+Use of uninitialised value of size 8
at 0x........: mainSort (origin5-bz2.c:2858)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
Uninitialised value was created by a client request
at 0x........: main (origin5-bz2.c:6479)
-Use of uninitialised value of size 4
- at 0x........: mainSort (origin5-bz2.c:2859)
- by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
- by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
- by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
- by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
- by 0x........: main (origin5-bz2.c:6484)
- Uninitialised value was created by a client request
- at 0x........: main (origin5-bz2.c:6479)
-
-Use of uninitialised value of size 4
+Use of uninitialised value of size 8
<truncated beyond 100 lines>
=================================================
./valgrind-new/memcheck/tests/origin5-bz2.stderr.diff-glibc212-s390x
=================================================
--- origin5-bz2.stderr.exp-glibc212-s390x 2021-10-09 16:22:56.157248000 +0200
+++ origin5-bz2.stderr.out 2021-10-09 16:30:26.904381000 +0200
@@ -34,7 +34,7 @@
at 0x........: mainSort (origin5-bz2.c:2820)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -45,7 +45,7 @@
at 0x........: mainSort (origin5-bz2.c:2823)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -56,7 +56,7 @@
at 0x........: mainSort (origin5-bz2.c:2854)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -67,7 +67,7 @@
at 0x........: mainSort (origin5-bz2.c:2858)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -75,21 +75,10 @@
at 0x........: main (origin5-bz2.c:6479)
Use of uninitialised value of size 8
- at 0x........: mainSort (origin5-bz2.c:2859)
- by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
- by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
- by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
- by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
- by 0x........: main (origin5-bz2.c:6484)
- Uninitialised value was created by a client request
- at 0x........: main (origin5-bz2.c:6479)
-
-Use of uninitialised value of size 8
at 0x........: mainSort (origin5-bz2.c:2963)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -100,7 +89,7 @@
at 0x........: mainSort (origin5-bz2.c:2964)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -109,9 +98,9 @@
Use of uninitialised value of size 8
at 0x........: fallbackSort (origin5-bz2.c:2269)
- by 0x........: BZ2_blockSort (origin5-bz2.c:3116)
+ by 0x........: BZ2_blockSort (origin5-bz2.c:0)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -120,9 +109,9 @@
Use of uninitialised value of size 8
at 0x........: fallbackSort (origin5-bz2.c:2275)
- by 0x........: BZ2_blockSort (origin5-bz2.c:3116)
+ by 0x........: BZ2_blockSort (origin5-bz2.c:0)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
=================================================
./valgrind-new/memcheck/tests/origin5-bz2.stderr.diff-glibc218-mips32
=================================================
--- origin5-bz2.stderr.exp-glibc218-mips32 2021-10-09 16:22:56.157323000 +0200
+++ origin5-bz2.stderr.out 2021-10-09 16:30:26.904381000 +0200
@@ -12,7 +12,7 @@
Uninitialised value was created by a client request
at 0x........: main (origin5-bz2.c:6479)
-Use of uninitialised value of size 4
+Use of uninitialised value of size 8
at 0x........: copy_input_until_stop (origin5-bz2.c:4686)
by 0x........: handle_compress (origin5-bz2.c:4750)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
@@ -21,7 +21,7 @@
Uninitialised value was created by a client request
at 0x........: main (origin5-bz2.c:6479)
-Use of uninitialised value of size 4
+Use of uninitialised value of size 8
at 0x........: copy_input_until_stop (origin5-bz2.c:4686)
by 0x........: handle_compress (origin5-bz2.c:4750)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
@@ -30,88 +30,88 @@
Uninitialised value was created by a client request
at 0x........: main (origin5-bz2.c:6479)
-Use of uninitialised value of size 4
+Use of uninitialised value of size 8
at 0x........: mainSort (origin5-bz2.c:2820)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
Uninitialised value was created by a client request
at 0x........: main (origin5-bz2.c:6479)
-Use of uninitialised value of size 4
+Use of uninitialised value of size 8
at 0x........: mainSort (origin5-bz2.c:2823)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
Uninitialised value was created by a client request
at 0x........: main (origin5-bz2.c:6479)
-Use of uninitialised value of size 4
+Use of uninitialised value of size 8
at 0x........: mainSort (origin5-bz2.c:2854)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
Uninitialised value was created by a client request
at 0x........: main (origin5-bz2.c:6479)
-Use of uninitialised value of size 4
+Use of uninitialised value of size 8
at 0x........: mainSort (origin5-bz2.c:2858)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
Uninitialised value was created by a client request
at 0x........: main (origin5-bz2.c:6479)
-Use of uninitialised value of size 4
+Use of uninitialised value of size 8
at 0x........: mainSort (origin5-bz2.c:2963)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
Uninitialised value was created by a client request
at 0x........: main (origin5-bz2.c:6479)
-Use of uninitialised value of size 4
+Use of uninitialised value of size 8
at 0x........: mainSort (origin5-bz2.c:2964)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
Uninitialised value was created by a client request
<truncated beyond 100 lines>
=================================================
./valgrind-new/memcheck/tests/origin5-bz2.stderr.diff-glibc234-s390x
=================================================
--- origin5-bz2.stderr.exp-glibc234-s390x 2021-10-09 16:22:56.157397000 +0200
+++ origin5-bz2.stderr.out 2021-10-09 16:30:26.904381000 +0200
@@ -34,7 +34,7 @@
at 0x........: mainSort (origin5-bz2.c:2820)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -45,7 +45,7 @@
at 0x........: mainSort (origin5-bz2.c:2823)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -56,7 +56,7 @@
at 0x........: mainSort (origin5-bz2.c:2854)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -67,7 +67,7 @@
at 0x........: mainSort (origin5-bz2.c:2858)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -78,7 +78,7 @@
at 0x........: mainSort (origin5-bz2.c:2963)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -89,7 +89,7 @@
at 0x........: mainSort (origin5-bz2.c:2964)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -98,9 +98,9 @@
Use of uninitialised value of size 8
at 0x........: fallbackSort (origin5-bz2.c:2269)
- by 0x........: BZ2_blockSort (origin5-bz2.c:3116)
+ by 0x........: BZ2_blockSort (origin5-bz2.c:0)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -109,9 +109,9 @@
Use of uninitialised value of size 8
at 0x........: fallbackSort (origin5-bz2.c:2275)
- by 0x........: BZ2_blockSort (origin5-bz2.c:3116)
+ by 0x........: BZ2_blockSort (origin5-bz2.c:0)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
=================================================
./valgrind-new/memcheck/tests/origin5-bz2.stderr.diff-glibc25-amd64
=================================================
--- origin5-bz2.stderr.exp-glibc25-amd64 2021-10-09 16:22:56.157490000 +0200
+++ origin5-bz2.stderr.out 2021-10-09 16:30:26.904381000 +0200
@@ -34,7 +34,7 @@
at 0x........: mainSort (origin5-bz2.c:2820)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -45,7 +45,7 @@
at 0x........: mainSort (origin5-bz2.c:2823)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -56,7 +56,7 @@
at 0x........: mainSort (origin5-bz2.c:2854)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -67,7 +67,7 @@
at 0x........: mainSort (origin5-bz2.c:2858)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -78,7 +78,7 @@
at 0x........: mainSort (origin5-bz2.c:2963)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -89,7 +89,7 @@
at 0x........: mainSort (origin5-bz2.c:2964)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -98,9 +98,9 @@
Use of uninitialised value of size 8
at 0x........: fallbackSort (origin5-bz2.c:2269)
- by 0x........: BZ2_blockSort (origin5-bz2.c:3116)
+ by 0x........: BZ2_blockSort (origin5-bz2.c:0)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -109,9 +109,9 @@
Use of uninitialised value of size 8
at 0x........: fallbackSort (origin5-bz2.c:2275)
- by 0x........: BZ2_blockSort (origin5-bz2.c:3116)
+ by 0x........: BZ2_blockSort (origin5-bz2.c:0)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
=================================================
./valgrind-new/memcheck/tests/origin5-bz2.stderr.diff-glibc25-amd64-b
=================================================
--- origin5-bz2.stderr.exp-glibc25-amd64-b 2021-10-09 16:22:56.157565000 +0200
+++ origin5-bz2.stderr.out 2021-10-09 16:30:26.904381000 +0200
@@ -34,7 +34,7 @@
at 0x........: mainSort (origin5-bz2.c:2820)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -45,7 +45,7 @@
at 0x........: mainSort (origin5-bz2.c:2823)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -56,7 +56,7 @@
at 0x........: mainSort (origin5-bz2.c:2854)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x........: BZ2_bzCompress (origin5-bz2.c:4822)
by 0x........: BZ2_bzBuffToBuffCompress (origin5-bz2.c:5630)
by 0x........: main (origin5-bz2.c:6484)
@@ -67,7 +67,7 @@
at 0x........: mainSort (origin5-bz2.c:2858)
by 0x........: BZ2_blockSort (origin5-bz2.c:3105)
by 0x........: BZ2_compressBlock (origin5-bz2.c:4034)
- by 0x........: handle_compress (origin5-bz2.c:4753)
+ by 0x........: handle_compress (origin5-bz2.c:0)
by 0x......
[truncated message content] |