|
From: <pj...@wa...> - 2020-11-06 06:49:55
|
valgrind revision: valgrind-3.17.0.GIT-d48e9fee1c-20201105
C compiler: FreeBSD clang version 8.0.1 (tags/RELEASE_801/final 366581) (based on LLVM 8.0.1)
GDB: GNU gdb (GDB) 9.2 [GDB v9.2 for FreeBSD]
Assembler: GNU assembler 2.17.50 [FreeBSD] 2007-07-03
C library: FreeBSD libc
uname -mrs: FreeBSD 12.1-RELEASE-p10 amd64
Vendor version: unknown
Nightly build on freebsd12.1 ( FreeBSD 12.1-RELEASE-p10 amd64 )
Started at 2020-11-06 07:17:17 CET
Ended at 2020-11-06 07:49:29 CET
Results unchanged from 24 hours ago
Checking out Valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ... failed
Regression test results follow
== 730 tests, 17 stderr failures, 1 stdout failure, 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/leak-cases-full (stderr)
memcheck/tests/leak-cases-summary (stderr)
memcheck/tests/leak-cycle (stderr)
memcheck/tests/lks (stderr)
memcheck/tests/origin5-bz2 (stderr)
memcheck/tests/varinfo6 (stderr)
helgrind/tests/tls_threads (stderr)
drd/tests/atomic_var (stderr)
drd/tests/dlopen (stdout)
drd/tests/dlopen (stderr)
drd/tests/omp_matinv (stderr)
drd/tests/omp_matinv_racy (stderr)
drd/tests/omp_prime_racy (stderr)
drd/tests/tc04_free_lock (stderr)
Last 20 lines of verbose log follow echo
memcheck/tests/descr_belowsp (stderr)
memcheck/tests/gone_abrt_xml (stderr)
memcheck/tests/leak-cases-full (stderr)
memcheck/tests/leak-cases-summary (stderr)
memcheck/tests/leak-cycle (stderr)
memcheck/tests/lks (stderr)
memcheck/tests/origin5-bz2 (stderr)
memcheck/tests/varinfo6 (stderr)
helgrind/tests/tls_threads (stderr)
drd/tests/atomic_var (stderr)
drd/tests/dlopen (stdout)
drd/tests/dlopen (stderr)
drd/tests/omp_matinv (stderr)
drd/tests/omp_matinv_racy (stderr)
drd/tests/omp_prime_racy (stderr)
drd/tests/tc04_free_lock (stderr)
...checking makefile consistency
...checking header files and include directives
gmake: *** [Makefile:1395: regtest] Error 1
=================================================
./valgrind-new/drd/tests/atomic_var.stderr.diff
=================================================
--- atomic_var.stderr.exp 2020-11-06 07:33:36.889316000 +0100
+++ atomic_var.stderr.out 2020-11-06 07:43:40.782661000 +0100
@@ -3,8 +3,8 @@
Conflicting load by thread x at 0x........ size 4
at 0x........: thread_func_2 (atomic_var.c:?)
by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
-Location 0x........ is 0 bytes inside global var "s_y"
-declared at atomic_var.c:35
+Location 0x........ is 0 bytes inside g_dummy[512],
+a global variable declared at atomic_var.c:34
y = 1
Test finished.
=================================================
./valgrind-new/drd/tests/dlopen.stderr.diff
=================================================
--- dlopen.stderr.exp 2020-11-06 07:33:36.892183000 +0100
+++ dlopen.stderr.out 2020-11-06 07:44:43.405628000 +0100
@@ -1,3 +1,36 @@
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+drd: ./drd_thread.c:612 (void vgDrd_thread_set_pthreadid(const DrdThreadId, const PThreadId)): Assertion 'DRD_(g_threadinfo)[tid].pt_threadid == INVALID_POSIX_THREADID || DRD_(g_threadinfo)[tid].pt_threadid == ptid' failed.
+
+host stacktrace:
+ at 0x........: ??? (in /usr/home/paulf/scratch/freebsd_valgrind_nightly/nightly/valgrind-new/drd/drd-amd64-freebsd)
+ by 0x........: ???
+ by 0x........: ???
+ by 0x........: ??? (in /usr/home/paulf/scratch/freebsd_valgrind_nightly/nightly/valgrind-new/drd/drd-amd64-freebsd)
+ by 0x........: ???
+ by 0x........: ???
+
+sched status:
+ running_tid=1
+
+Thread 1: status = VgTs_Runnable (lwpid 102400)
+ at 0x........: vgDrd_set_pthread_id (drd_pthread_intercepts.c:?)
+ by 0x........: pthread_create (drd_pthread_intercepts.c:?)
+ by 0x........: foo (in /usr/home/paulf/scratch/freebsd_valgrind_nightly/nightly/valgrind-new/drd/tests/dlopen_lib.so)
+ by 0x........: main (dlopen_main.c:?)
+client stack range: [0x........ 0x........] client SP: 0x........
+valgrind stack range: [0x........ 0x........] top usage: 10800 of 1048576
+
+
+Note: see also the FAQ in the source distribution.
+It contains workarounds to several common problems.
+In particular, if Valgrind aborted or crashed after
+identifying problems in your program, there's a good chance
+that fixing those problems will prevent Valgrind aborting or
+crashing, especially if it happened in m_mallocfree.c.
+
+If that doesn't help, please report this bug to: www.valgrind.org
+
+In the bug report, send all the above text, the valgrind
+version, and what OS and version you are using. Thanks.
+
=================================================
./valgrind-new/drd/tests/dlopen.stdout.diff
=================================================
--- dlopen.stdout.exp 2020-11-06 07:33:36.892261000 +0100
+++ dlopen.stdout.out 2020-11-06 07:44:42.986752000 +0100
@@ -1,2 +0,0 @@
-In main: creating thread 1
-Hello World! It's me, thread #1!
=================================================
./valgrind-new/drd/tests/omp_matinv.stderr.diff
=================================================
--- omp_matinv.stderr.exp 2020-11-06 07:33:36.898413000 +0100
+++ omp_matinv.stderr.out 2020-11-06 07:45:13.057186000 +0100
@@ -1,3 +1,460 @@
+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 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........: 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 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)
+ 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 7)
+ 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 7)
+ at 0x........: sched_yield (in /...libc...)
+ 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 2020-11-06 07:33:36.898661000 +0100
+++ omp_matinv_racy.stderr.out 2020-11-06 07:45:13.726800000 +0100
@@ -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 2020-11-06 07:33:36.898976000 +0100
+++ omp_prime_racy.stderr.out 2020-11-06 07:45:14.364865000 +0100
@@ -1 +1 @@
-ERROR SUMMARY: 3 errors from 3 contexts
+ERROR SUMMARY: 0 errors from 0 contexts
=================================================
./valgrind-new/drd/tests/tc04_free_lock.stderr.diff-ppc
=================================================
--- tc04_free_lock.stderr.exp-ppc 2020-11-06 07:33:36.911744000 +0100
+++ tc04_free_lock.stderr.out 2020-11-06 07:46:18.863577000 +0100
@@ -7,7 +7,7 @@
by 0x........: main (tc04_free_lock.c:20)
Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
- at 0x........: bar (tc04_free_lock.c:38)
+ at 0x........: bar (tc04_free_lock.c:0)
by 0x........: main (tc04_free_lock.c:26)
mutex 0x........ was first observed at:
at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?)
@@ -23,7 +23,7 @@
by 0x........: main (tc04_free_lock.c:27)
Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
- at 0x........: bar (tc04_free_lock.c:38)
+ at 0x........: bar (tc04_free_lock.c:0)
by 0x........: main (tc04_free_lock.c:28)
mutex 0x........ was first observed at:
at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?)
=================================================
./valgrind-new/drd/tests/tc04_free_lock.stderr.diff-s390
=================================================
--- tc04_free_lock.stderr.exp-s390 2020-11-06 07:33:36.911816000 +0100
+++ tc04_free_lock.stderr.out 2020-11-06 07:46:18.863577000 +0100
@@ -7,20 +7,28 @@
by 0x........: main (tc04_free_lock.c:20)
Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
- at 0x........: bar (tc04_free_lock.c:40)
- by 0x........: ???
+ at 0x........: bar (tc04_free_lock.c:0)
+ by 0x........: main (tc04_free_lock.c:26)
mutex 0x........ was first observed at:
at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?)
by 0x........: bar (tc04_free_lock.c:38)
by 0x........: main (tc04_free_lock.c:26)
Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
- at 0x........: foo (tc04_free_lock.c:49)
- by 0x........: ???
+ at 0x........: foo (tc04_free_lock.c:47)
+ by 0x........: main (tc04_free_lock.c:27)
mutex 0x........ was first observed at:
at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
by 0x........: foo (tc04_free_lock.c:46)
by 0x........: main (tc04_free_lock.c:27)
+Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
+ at 0x........: bar (tc04_free_lock.c:0)
+ by 0x........: main (tc04_free_lock.c:28)
+mutex 0x........ was first observed at:
+ at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?)
+ by 0x........: bar (tc04_free_lock.c:38)
+ by 0x........: main (tc04_free_lock.c:28)
-ERROR SUMMARY: 4 errors from 3 contexts (suppressed: 0 from 0)
+
+ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
=================================================
./valgrind-new/drd/tests/tc04_free_lock.stderr.diff-x86
=================================================
--- tc04_free_lock.stderr.exp-x86 2020-11-06 07:33:36.911888000 +0100
+++ tc04_free_lock.stderr.out 2020-11-06 07:46:18.863577000 +0100
@@ -7,7 +7,7 @@
by 0x........: main (tc04_free_lock.c:20)
Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
- at 0x........: bar (tc04_free_lock.c:40)
+ at 0x........: bar (tc04_free_lock.c:0)
by 0x........: main (tc04_free_lock.c:26)
mutex 0x........ was first observed at:
at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?)
@@ -15,7 +15,7 @@
by 0x........: main (tc04_free_lock.c:26)
Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
- at 0x........: foo (tc04_free_lock.c:49)
+ at 0x........: foo (tc04_free_lock.c:47)
by 0x........: main (tc04_free_lock.c:27)
mutex 0x........ was first observed at:
at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
@@ -23,7 +23,7 @@
by 0x........: main (tc04_free_lock.c:27)
Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
- at 0x........: bar (tc04_free_lock.c:40)
+ at 0x........: bar (tc04_free_lock.c:0)
by 0x........: main (tc04_free_lock.c:28)
mutex 0x........ was first observed at:
at 0x........: pthread_mutex_lock (drd_pthread_intercepts.c:?)
=================================================
./valgrind-new/helgrind/tests/tls_threads.stderr.diff
=================================================
--- tls_threads.stderr.exp 2020-11-06 07:33:36.967235000 +0100
+++ tls_threads.stderr.out 2020-11-06 07:43:08.288886000 +0100
@@ -1,2 +1,182 @@
+--4832:0: sched WARNING: pthread stack cache cannot be disabled!
+---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:...)
+ ...
+
+---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
+ 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
+Locks held: none
+ at 0x........: global_false_positive (tls_threads.c:33)
+ by 0x........: level2 (tls_threads.c:49)
+ by 0x........: mythread_wrapper (hg_intercepts.c:...)
+ ...
+
+This conflicts with a previous write of size 4 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........: global_false_positive (tls_threads.c:33)
+ by 0x........: level2 (tls_threads.c:49)
+ by 0x........: mythread_wrapper (hg_intercepts.c:...)
+ ...
+
+This conflicts with a previous write of size 4 by thread #x
+Locks held: none
+ ...
<truncated beyond 100 lines>
=================================================
./valgrind-new/memcheck/tests/amd64/insn-pmovmskb.stderr.diff
=================================================
--- insn-pmovmskb.stderr.exp 2020-11-06 07:33:37.005020000 +0100
+++ insn-pmovmskb.stderr.out 2020-11-06 07:38:58.897468000 +0100
@@ -1,144 +1,107 @@
-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)
- by 0x........: main (insn-pmovmskb.c:140)
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
-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)
- by 0x........: main (insn-pmovmskb.c:140)
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
-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)
- by 0x........: main (insn-pmovmskb.c:140)
+Use of uninitialised value of size 8
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
<truncated beyond 100 lines>
=================================================
./valgrind-new/memcheck/tests/amd64/insn-pmovmskb.stderr.diff-clang
=================================================
--- insn-pmovmskb.stderr.exp-clang 2020-11-06 07:33:37.005100000 +0100
+++ insn-pmovmskb.stderr.out 2020-11-06 07:38:58.897468000 +0100
@@ -1,28 +1,79 @@
-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)
-Use of uninitialised value of size 8
+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:...)
+ ...
+
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+
+Use of uninitialised value of size 8
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+
0: Invalid value is false
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+
+Use of uninitialised value of size 8
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+
1: Invalid value is false
2: Invalid value is false
3: Invalid value is false
@@ -32,6 +83,14 @@
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:...)
+ ...
+
+Use of uninitialised value of size 8
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+
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 2020-11-06 07:33:37.015968000 +0100
+++ clientperm.stderr.out 2020-11-06 07:39:24.649450000 +0100
@@ -1,6 +1,57 @@
+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:...)
+ ...
+
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+
+Use of uninitialised value of size 8
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
+
+Use of uninitialised value of size 8
+ at 0x........: memcpy (vg_replace_strmem.c:...)
+ ...
=================================================
./valgrind-new/memcheck/tests/descr_belowsp.stderr.diff
=================================================
--- descr_belowsp.stderr.exp 2020-11-06 07:33:37.023213000 +0100
+++ descr_belowsp.stderr.out 2020-11-06 07:39:29.436745000 +0100
@@ -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 2020-11-06 07:33:37.038858000 +0100
+++ gone_abrt_xml.stderr.out 2020-11-06 07:39:55.170077000 +0100
@@ -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 2020-11-06 07:33:37.038936000 +0100
+++ gone_abrt_xml.stderr.out 2020-11-06 07:39:55.170077000 +0100
@@ -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/leak-cases-full.stderr.diff
=================================================
--- leak-cases-full.stderr.exp 2020-11-06 07:33:37.042623000 +0100
+++ leak-cases-full.stderr.out 2020-11-06 07:40:03.016130000 +0100
@@ -1,6 +1,6 @@
-leaked: 80 bytes in 5 blocks
-dubious: 96 bytes in 6 blocks
-reachable: 64 bytes in 4 blocks
+leaked: 48 bytes in 3 blocks
+dubious: 112 bytes in 7 blocks
+reachable: 80 bytes in 5 blocks
suppressed: 0 bytes in 0 blocks
16 bytes in 1 blocks are possibly lost in loss record ... of ...
at 0x........: malloc (vg_replace_malloc.c:...)
=================================================
./valgrind-new/memcheck/tests/leak-cases-summary.stderr.diff
=================================================
--- leak-cases-summary.stderr.exp 2020-11-06 07:33:37.042951000 +0100
+++ leak-cases-summary.stderr.out 2020-11-06 07:40:04.058969000 +0100
@@ -1,4 +1,4 @@
-leaked: 80 bytes in 5 blocks
-dubious: 96 bytes in 6 blocks
-reachable: 64 bytes in 4 blocks
+leaked: 48 bytes in 3 blocks
+dubious: 112 bytes in 7 blocks
+reachable: 80 bytes in 5 blocks
suppressed: 0 bytes in 0 blocks
=================================================
./valgrind-new/memcheck/tests/leak-cycle.stderr.diff
=================================================
--- leak-cycle.stderr.exp 2020-11-06 07:33:37.043280000 +0100
+++ leak-cycle.stderr.out 2020-11-06 07:40:04.577458000 +0100
@@ -1,6 +1,6 @@
-leaked: 288 bytes in 18 blocks
+leaked: 192 bytes in 12 blocks
dubious: 0 bytes in 0 blocks
-reachable: 0 bytes in 0 blocks
+reachable: 96 bytes in 6 blocks
suppressed: 0 bytes in 0 blocks
48 (16 direct, 32 indirect) bytes in 1 blocks are definitely lost in loss record ... of ...
at 0x........: malloc (vg_replace_malloc.c:...)
=================================================
./valgrind-new/memcheck/tests/lks.stderr.diff
=================================================
--- lks.stderr.exp 2020-11-06 07:33:37.052798000 +0100
+++ lks.stderr.out 2020-11-06 07:40:11.040231000 +0100
@@ -2,17 +2,17 @@
All heap blocks were freed -- no leaks are possible
LEAK SUMMARY:
- definitely lost: 48 bytes in 3 blocks
- indirectly lost: 32 bytes in 2 blocks
+ definitely lost: 32 bytes in 2 blocks
+ indirectly lost: 16 bytes in 1 blocks
possibly lost: 0 bytes in 0 blocks
- still reachable: 64 bytes in 4 blocks
- suppressed: 96 bytes in 6 blocks
+ still reachable: 80 bytes in 5 blocks
+ suppressed: 112 bytes in 7 blocks
Rerun with --leak-check=full to see details of leaked memory
-leaked: 80 bytes in 5 blocks
+leaked: 48 bytes in 3 blocks
dubious: 0 bytes in 0 blocks
-reachable: 64 bytes in 4 blocks
-suppressed: 96 bytes in 6 blocks
+reachable: 80 bytes in 5 blocks
+suppressed: 112 bytes in 7 blocks
HEAP SUMMARY:
in use at exit: 240 bytes in 15 blocks
=================================================
./valgrind-new/memcheck/tests/origin5-bz2.stderr.diff-freebsd
=================================================
--- origin5-bz2.stderr.exp-freebsd 2020-11-06 07:33:37.064973000 +0100
+++ origin5-bz2.stderr.out 2020-11-06 07:40:30.135580000 +0100
@@ -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 2020-11-06 07:33:37.065058000 +0100
+++ origin5-bz2.stderr.out 2020-11-06 07:40:30.135580000 +0100
@@ -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 2020-11-06 07:33:37.065142000 +0100
+++ origin5-bz2.stderr.out 2020-11-06 07:40:30.135580000 +0100
@@ -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 2020-11-06 07:33:37.065269000 +0100
+++ origin5-bz2.stderr.out 2020-11-06 07:40:30.135580000 +0100
@@ -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 2020-11-06 07:33:37.065357000 +0100
+++ origin5-bz2.stderr.out 2020-11-06 07:40:30.135580000 +0100
@@ -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 2020-11-06 07:33:37.065441000 +0100
+++ origin5-bz2.stderr.out 2020-11-06 07:40:30.135580000 +0100
@@ -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:475...
[truncated message content] |