|
From: <pj...@wa...> - 2022-05-14 06:37:37
|
valgrind revision: valgrind-3.20.0.GIT-947388eb04-20220514
C compiler: FreeBSD clang version 11.0.1 (gi...@gi...:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe)
GDB: GNU gdb (GDB) 11.2 [GDB v11.2 for FreeBSD]
C library: FreeBSD libc
uname -mrs: FreeBSD 13.0-RELEASE-p11 amd64
Vendor version: FreeBSD 13.0-RELEASE-p11
Nightly build on freebsd ( FreeBSD 13.0-RELEASE-p11 amd64 )
Started at 2022-05-14 08:01:51 CEST
Ended at 2022-05-14 08:37:21 CEST
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
== 756 tests, 7 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
memcheck/tests/origin5-bz2 (stderr)
memcheck/tests/varinfo2 (stderr)
memcheck/tests/varinfo5 (stderr)
memcheck/tests/varinfo6 (stderr)
helgrind/tests/tls_threads (stderr)
drd/tests/atomic_var (stderr)
drd/tests/pth_mutex_signal (stderr)
Last 20 lines of verbose log follow echo
-- Finished tests in none/tests ----------------------------------------
-- Running tests in exp-bbv/tests/x86 ---------------------------------
complex_rep: valgrind --interval-size=100000 --bb-out-file=complex_rep.out.bb ./complex_rep
fldcw_check: valgrind --interval-size=10000 --bb-out-file=fldcw_check.out.bb ./fldcw_check
million: valgrind --interval-size=100000 --bb-out-file=million.out.bb --pc-out-file=million.out.pc ./million
rep_prefix: valgrind --interval-size=100000 --bb-out-file=rep_prefix.out.bb ./rep_prefix
-- Finished tests in exp-bbv/tests/x86 ---------------------------------
== 756 tests, 7 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
memcheck/tests/origin5-bz2 (stderr)
memcheck/tests/varinfo2 (stderr)
memcheck/tests/varinfo5 (stderr)
memcheck/tests/varinfo6 (stderr)
helgrind/tests/tls_threads (stderr)
drd/tests/atomic_var (stderr)
drd/tests/pth_mutex_signal (stderr)
...checking makefile consistency
...checking header files and include directives
gmake: *** [Makefile:1419: regtest] Error 1
=================================================
./valgrind-new/drd/tests/atomic_var.stderr.diff
=================================================
--- atomic_var.stderr.exp 2022-05-14 08:20:06.516849000 +0200
+++ atomic_var.stderr.out 2022-05-14 08:31:25.458363000 +0200
@@ -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/pth_mutex_signal.stderr.diff
=================================================
--- pth_mutex_signal.stderr.exp 2022-05-14 08:20:06.549943000 +0200
+++ pth_mutex_signal.stderr.out 2022-05-14 08:32:51.930547000 +0200
@@ -6,10 +6,25 @@
signalling
sleeping
nullHandler running
-unlocking
-contender locked mutex
-contender unlocking mutex
-contender unlocked mutex
-joining thread
+Assertion failed: (ret == 0), function contender_start, file pth_mutex_signal.c, line 23.
-ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+Process terminating with default action of signal 6 (SIGABRT)
+ at 0x........: thr_kill (in /...libc...)
+ by 0x........: raise (in /...libc...)
+ by 0x........: abort (in /...libc...)
+ by 0x........: __assert (in /...libc...)
+ by 0x........: contender_start (pth_mutex_signal.c:?)
+ by 0x........: vgDrd_thread_wrapper (drd_pthread_intercepts.c:?)
+ by 0x........: start_thread
+Thread 2:
+Destroying locked mutex: mutex 0x........, recursion count 1, owner 1.
+ at 0x........: _nanosleep (in /...libc...)
+ by 0x........: start_thread
+ by 0x........: usleep (in /...libc...)
+ by 0x........: main (pth_mutex_signal.c:?)
+mutex 0x........ was first observed at:
+ at 0x........: pthread_mutex_init (drd_pthread_intercepts.c:?)
+ by 0x........: main (pth_mutex_signal.c:?)
+
+
+ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
=================================================
./valgrind-new/helgrind/tests/tls_threads.stderr.diff
=================================================
--- tls_threads.stderr.exp 2022-05-14 08:20:06.620916000 +0200
+++ tls_threads.stderr.out 2022-05-14 08:30:50.605461000 +0200
@@ -1,2 +1,146 @@
+--4048:0: sched WARNING: pthread stack cache cannot be disabled!
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:...)
+ ...
+
+---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)
+ 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 4 by thread #x
+Locks held: none
+ ...
+ by 0x........: pthread_create@* (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 4 by thread #x
+Locks held: none
+ ...
+ by 0x........: pthread_create@* (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:...)
+ 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
+ ...
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ Address 0x........ is in a rw- anonymous segment
+
+----------------------------------------------------------------
+
+Possible data race during read of size 8 at 0x........ by thread #x
<truncated beyond 100 lines>
=================================================
./valgrind-new/memcheck/tests/origin5-bz2.stderr.diff-freebsd
=================================================
--- origin5-bz2.stderr.exp-freebsd 2022-05-14 08:20:06.777066000 +0200
+++ origin5-bz2.stderr.out 2022-05-14 08:28:00.665040000 +0200
@@ -1,5 +1,7 @@
-Conditional jump or move depends on uninitialised value(s)
- at 0x........: main (origin5-bz2.c:6481)
+Use of uninitialised value of size 8
+ at 0x........: vprintf_wrk (origin5-bz2.c:1146)
+ by 0x........: vex_printf (origin5-bz2.c:1291)
+ by 0x........: main (origin5-bz2.c:0)
Uninitialised value was created by a client request
at 0x........: main (origin5-bz2.c:6479)
@@ -34,7 +36,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 +47,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 +58,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 +66,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 +77,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 +91,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 +100,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)
<truncated beyond 100 lines>
=================================================
./valgrind-new/memcheck/tests/origin5-bz2.stderr.diff-freebsd-x86
=================================================
--- origin5-bz2.stderr.exp-freebsd-x86 2022-05-14 08:20:06.777135000 +0200
+++ origin5-bz2.stderr.out 2022-05-14 08:28:00.665040000 +0200
@@ -1,5 +1,7 @@
-Conditional jump or move depends on uninitialised value(s)
- at 0x........: main (origin5-bz2.c:6481)
+Use of uninitialised value of size 8
+ at 0x........: vprintf_wrk (origin5-bz2.c:1146)
+ by 0x........: vex_printf (origin5-bz2.c:1291)
+ by 0x........: main (origin5-bz2.c:0)
Uninitialised value was created by a client request
at 0x........: main (origin5-bz2.c:6479)
@@ -12,7 +14,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 +23,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 +32,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)
<truncated beyond 100 lines>
=================================================
./valgrind-new/memcheck/tests/origin5-bz2.stderr.diff-glibc212-s390x
=================================================
--- origin5-bz2.stderr.exp-glibc212-s390x 2022-05-14 08:20:06.777203000 +0200
+++ origin5-bz2.stderr.out 2022-05-14 08:28:00.665040000 +0200
@@ -1,5 +1,7 @@
-Conditional jump or move depends on uninitialised value(s)
- at 0x........: main (origin5-bz2.c:6481)
+Use of uninitialised value of size 8
+ at 0x........: vprintf_wrk (origin5-bz2.c:1146)
+ by 0x........: vex_printf (origin5-bz2.c:1291)
+ by 0x........: main (origin5-bz2.c:0)
Uninitialised value was created by a client request
at 0x........: main (origin5-bz2.c:6479)
@@ -34,7 +36,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 +47,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 +58,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 +69,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 +77,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 +91,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 +100,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 +111,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)
<truncated beyond 100 lines>
=================================================
./valgrind-new/memcheck/tests/origin5-bz2.stderr.diff-glibc218-mips32
=================================================
--- origin5-bz2.stderr.exp-glibc218-mips32 2022-05-14 08:20:06.777273000 +0200
+++ origin5-bz2.stderr.out 2022-05-14 08:28:00.665040000 +0200
@@ -1,5 +1,7 @@
-Conditional jump or move depends on uninitialised value(s)
- at 0x........: main (origin5-bz2.c:6481)
+Use of uninitialised value of size 8
+ at 0x........: vprintf_wrk (origin5-bz2.c:1146)
+ by 0x........: vex_printf (origin5-bz2.c:1291)
+ by 0x........: main (origin5-bz2.c:0)
Uninitialised value was created by a client request
at 0x........: main (origin5-bz2.c:6479)
@@ -12,7 +14,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 +23,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 +32,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
<truncated beyond 100 lines>
=================================================
./valgrind-new/memcheck/tests/origin5-bz2.stderr.diff-glibc234-s390x
=================================================
--- origin5-bz2.stderr.exp-glibc234-s390x 2022-05-14 08:20:06.782812000 +0200
+++ origin5-bz2.stderr.out 2022-05-14 08:28:00.665040000 +0200
@@ -1,5 +1,7 @@
-Conditional jump or move depends on uninitialised value(s)
- at 0x........: main (origin5-bz2.c:6481)
+Use of uninitialised value of size 8
+ at 0x........: vprintf_wrk (origin5-bz2.c:1146)
+ by 0x........: vex_printf (origin5-bz2.c:1291)
+ by 0x........: main (origin5-bz2.c:0)
Uninitialised value was created by a client request
at 0x........: main (origin5-bz2.c:6479)
@@ -34,7 +36,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 +47,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 +58,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 +69,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 +80,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 +91,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 +100,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 +111,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 2022-05-14 08:20:06.782878000 +0200
+++ origin5-bz2.stderr.out 2022-05-14 08:28:00.665040000 +0200
@@ -1,5 +1,7 @@
-Conditional jump or move depends on uninitialised value(s)
- at 0x........: main (origin5-bz2.c:6481)
+Use of uninitialised value of size 8
+ at 0x........: vprintf_wrk (origin5-bz2.c:1146)
+ by 0x........: vex_printf (origin5-bz2.c:1291)
+ by 0x........: main (origin5-bz2.c:0)
Uninitialised value was created by a client request
at 0x........: main (origin5-bz2.c:6479)
@@ -34,7 +36,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 +47,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 +58,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 +69,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 +80,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 +91,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 +100,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 +111,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 2022-05-14 08:20:06.782947000 +0200
+++ origin5-bz2.stderr.out 2022-05-14 08:28:00.665040000 +0200
@@ -1,5 +1,7 @@
-Conditional jump or move depends on uninitialised value(s)
- at 0x........: main (origin5-bz2.c:6481)
+Use of uninitialised value of size 8
+ at 0x........: vprintf_wrk (origin5-bz2.c:1146)
+ by 0x........: vex_printf (origin5-bz2.c:1291)
+ by 0x........: main (origin5-bz2.c:0)
Uninitialised value was created by a client request
at 0x........: main (origin5-bz2.c:6479)
@@ -34,7 +36,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 +47,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 +58,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 +69,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 +80,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 +91,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 +100,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 +111,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)
@@ -120,12 +122,6 @@
Conditional jump or move depends on uninitialised value(s)
at 0x........: main (origin5-bz2.c:6512)
- Uninitialised value was created by a heap allocation
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: g_serviceFn (origin5-bz2.c:6429)
- by 0x........: default_bzalloc (origin5-bz2.c:4470)
- by 0x........: BZ2_decompress (origin5-bz2.c:1578)
- by 0x........: BZ2_bzDecompress (origin5-bz2.c:5192)
<truncated beyond 100 lines>
=================================================
./valgrind-new/memcheck/tests/origin5-bz2.stderr.diff-glibc25-x86
=================================================
--- origin5-bz2.stderr.exp-glibc25-x86 2022-05-14 08:20:06.783011000 +0200
+++ origin5-bz2.stderr.out 2022-05-14 08:28:00.665040000 +0200
@@ -1,5 +1,7 @@
-Conditional jump or move depends on uninitialised value(s)
- at 0x........: main (origin5-bz2.c:6481)
+Use of uninitialised value of size 8
+ at 0x........: vprintf_wrk (origin5-bz2.c:1146)
+ by 0x........: vex_printf (origin5-bz2.c:1291)
+ by 0x........: main (origin5-bz2.c:0)
Uninitialised value was created by a client request
at 0x........: main (origin5-bz2.c:6479)
@@ -12,7 +14,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 +23,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 +32,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
<truncated beyond 100 lines>
=================================================
./valgrind-new/memcheck/tests/origin5-bz2.stderr.diff-glibc27-ppc64
=================================================
--- origin5-bz2.stderr.exp-glibc27-ppc64 2022-05-14 08:20:06.783078000 +0200
+++ origin5-bz2.stderr.out 2022-05-14 08:28:00.665040000 +0200
@@ -1,7 +1,9 @@
-Conditional jump or move depends on uninitialised value(s)
- at 0x........: main (origin5-bz2.c:6481)
+Use of uninitialised value of size 8
+ at 0x........: vprintf_wrk (origin5-bz2.c:1146)
+ by 0x........: vex_printf (origin5-bz2.c:1291)
+ by 0x........: main (origin5-bz2.c:0)
Uninitialised value was created by a client request
- at 0x........: main (origin5-bz2.c:6481)
+ at 0x........: main (origin5-bz2.c:6479)
Conditional jump or move depends on uninitialised value(s)
at 0x........: copy_input_until_stop (origin5-bz2.c:4686)
@@ -10,7 +12,7 @@
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:6481)
+ at 0x........: main (origin5-bz2.c:6479)
Use of uninitialised value of size 8
at 0x........: copy_input_until_stop (origin5-bz2.c:4686)
@@ -19,7 +21,7 @@
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:6481)
+ at 0x........: main (origin5-bz2.c:6479)
Use of uninitialised value of size 8
at 0x........: copy_input_until_stop (origin5-bz2.c:4686)
@@ -28,98 +30,98 @@
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:6481)
+ at 0x........: main (origin5-bz2.c:6479)
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:6481)
+ at 0x........: main (origin5-bz2.c:6479)
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:6481)
+ at 0x........: main (origin5-bz2.c:6479)
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:6481)
+ 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)
Uninitialised value was created by a client request
- at 0x........: main (origin5-bz2.c:6481)
+ 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)
<truncated beyond 100 lines>
=================================================
./valgrind-new/memcheck/tests/varinfo2.stderr.diff
=================================================
--- varinfo2.stderr.exp 2022-05-14 08:20:06.822463000 +0200
+++ varinfo2.stderr.out 2022-05-14 08:28:56.976263000 +0200
@@ -16,6 +16,6 @@
at 0x........: croak (varinfo2.c:28)
by 0x........: foo (varinfo2.c:46)
by 0x........: main (varinfo2.c:51)
- Location 0x........ is 1 byte inside local var "var"
- declared at varinfo2.c:37, in frame #X of thread 1
+ Address 0x........ is on thread 1's stack
+ in frame #X, created by foo (varinfo2.c:36)
=================================================
./valgrind-new/memcheck/tests/varinfo2.stderr.diff-ppc64
=================================================
--- varinfo2.stderr.exp-ppc64 2022-05-14 08:20:06.822524000 +0200
+++ varinfo2.stderr.out 2022-05-14 08:28:56.976263000 +0200
@@ -1,21 +1,21 @@
Uninitialised byte(s) found during client check request
- at 0x........: croak (varinfo2.c:29)
+ at 0x........: croak (varinfo2.c:28)
by 0x........: foo (varinfo2.c:41)
by 0x........: main (varinfo2.c:51)
Location 0x........ is 0 bytes inside var[7],
declared at varinfo2.c:39, in frame #X of thread 1
Uninitialised byte(s) found during client check request
- at 0x........: croak (varinfo2.c:29)
+ at 0x........: croak (varinfo2.c:28)
by 0x........: foo (varinfo2.c:43)
by 0x........: main (varinfo2.c:51)
Location 0x........ is 2 bytes inside var.bar,
declared at varinfo2.c:42, in frame #X of thread 1
Uninitialised byte(s) found during client check request
- at 0x........: croak (varinfo2.c:29)
+ at 0x........: croak (varinfo2.c:28)
by 0x........: foo (varinfo2.c:46)
by 0x........: main (varinfo2.c:51)
- Location 0x........ is 1 byte inside local var "var"
- declared at varinfo2.c:37, in frame #X of thread 1
+ Address 0x........ is on thread 1's stack
+ in frame #X, created by foo (varinfo2.c:36)
=================================================
./valgrind-new/memcheck/tests/varinfo5.stderr.diff
=================================================
--- varinfo5.stderr.exp 2022-05-14 08:20:06.823520000 +0200
+++ varinfo5.stderr.out 2022-05-14 08:28:58.510334000 +0200
@@ -14,32 +14,28 @@
by 0x........: varinfo1_main (tests/varinfo5so.c:55)
by 0x........: varinfo5_main (tests/varinfo5so.c:154)
by 0x........: main (tests/varinfo5.c:5)
- Location 0x........ is 0 bytes inside global var "global_u1"
- declared at varinfo5so.c:38
+ Address 0x........ is in a rw- mapped file /usr/home/paulf/scratch/valgrind_nightly/nightly/valgrind-new/memcheck/tests/varinfo5so.so segment
Uninitialised byte(s) found during client check request
at 0x........: croak (tests/varinfo5so.c:29)
by 0x........: varinfo1_main (tests/varinfo5so.c:56)
by 0x........: varinfo5_main (tests/varinfo5so.c:154)
by 0x........: main (tests/varinfo5.c:5)
- Location 0x........ is 0 bytes inside global var "global_i1"
- declared at varinfo5so.c:40
+ Address 0x........ is in a rw- mapped file /usr/home/paulf/scratch/valgrind_nightly/nightly/valgrind-new/memcheck/tests/varinfo5so.so segment
Uninitialised byte(s) found during client check request
at 0x........: croak (tests/varinfo5so.c:29)
by 0x........: varinfo1_main (tests/varinfo5so.c:57)
by 0x........: varinfo5_main (tests/varinfo5so.c:154)
by 0x........: main (tests/varinfo5.c:5)
- Location 0x........ is 0 bytes inside global_u2[3],
- a global variable declared at varinfo5so.c:42
+ Address 0x........ is in a rw- mapped file /usr/home/paulf/scratch/valgrind_nightly/nightly/valgrind-new/memcheck/tests/varinfo5so.so segment
Uninitialised byte(s) found during client check request
at 0x........: croak (tests/varinfo5so.c:29)
by 0x........: varinfo1_main (tests/varinfo5so.c:58)
by 0x........: varinfo5_main (tests/varinfo5so.c:154)
by 0x........: main (tests/varinfo5.c:5)
- Location 0x........ is 0 bytes inside global_i2[7],
- a global variable declared at varinfo5so.c:44
+ Address 0x........ is in a rw- mapped file /usr/home/paulf/scratch/valgrind_nightly/nightly/valgrind-new/memcheck/tests/varinfo5so.so segment
Uninitialised byte(s) found during client check request
at 0x........: croak (tests/varinfo5so.c:29)
@@ -73,8 +69,8 @@
by 0x........: varinfo2_main (tests/varinfo5so.c:81)
by 0x........: varinfo5_main (tests/varinfo5so.c:155)
by 0x........: main (tests/varinfo5.c:5)
- Location 0x........ is 1 byte inside local var "var"
- declared at varinfo5so.c:67, in frame #X of thread 1
+ Address 0x........ is on thread 1's stack
+ in frame #X, created by foo2 (varinfo5so.c:66)
Uninitialised byte(s) found during client check request
at 0x........: croak (tests/varinfo5so.c:29)
@@ -82,8 +78,7 @@
by 0x........: varinfo3_main (tests/varinfo5so.c:118)
by 0x........: varinfo5_main (tests/varinfo5so.c:156)
by 0x........: main (tests/varinfo5.c:5)
- Location 0x........ is 0 bytes inside static_global_def[1],
- a global variable declared at varinfo5so.c:87
+ Address 0x........ is in a rw- mapped file /usr/home/paulf/scratch/valgrind_nightly/nightly/valgrind-new/memcheck/tests/varinfo5so.so segment
Uninitialised byte(s) found during client check request
at 0x........: croak (tests/varinfo5so.c:29)
@@ -91,8 +86,7 @@
by 0x........: varinfo3_main (tests/varinfo5so.c:118)
by 0x........: varinfo5_main (tests/varinfo5so.c:156)
by 0x........: main (tests/varinfo5.c:5)
- Location 0x........ is 0 bytes inside nonstatic_global_def[2],
- a global variable declared at varinfo5so.c:88
+ Address 0x........ is in a rw- mapped file /usr/home/paulf/scratch/valgrind_nightly/nightly/valgrind-new/memcheck/tests/varinfo5so.so segment
Uninitialised byte(s) found during client check request
at 0x........: croak (tests/varinfo5so.c:29)
@@ -100,8 +94,7 @@
by 0x........: varinfo3_main (tests/varinfo5so.c:118)
by 0x........: varinfo5_main (tests/varinfo5so.c:156)
by 0x........: main (tests/varinfo5.c:5)
- Location 0x........ is 0 bytes inside static_global_undef[3],
- a global variable declared at varinfo5so.c:89
+ Address 0x........ is in a rw- mapped file /usr/home/paulf/scratch/valgrind_nightly/nightly/valgrind-new/memcheck/tests/varinfo5so.so segment
Uninitialised byte(s) found during client check request
at 0x........: croak (tests/varinfo5so.c:29)
@@ -109,8 +102,7 @@
by 0x........: varinfo3_main (tests/varinfo5so.c:118)
by 0x........: varinfo5_main (tests/varinfo5so.c:156)
by 0x........: main (tests/varinfo5.c:5)
- Location 0x........ is 0 bytes inside nonstatic_global_undef[4],
- a global variable declared at varinfo5so.c:90
+ Address 0x........ is in a rw- mapped file /usr/home/paulf/scratch/valgrind_nightly/nightly/valgrind-new/memcheck/tests/varinfo5so.so segment
Uninitialised byte(s) found during client check request
at 0x........: croak (tests/varinfo5so.c:29)
@@ -119,7 +111,7 @@
by 0x........: varinfo3_main (tests/varinfo5so.c:118)
by 0x........: varinfo5_main (tests/varinfo5so.c:156)
by 0x........: main (tests/varinfo5.c:5)
- Address 0x........ is 5 bytes inside data symbol "static_local_def.XXXX"
+ Address 0x........ is in a rw- mapped file /usr/home/paulf/scratch/valgrind_nightly/nightly/valgrind-new/memcheck/tests/varinfo5so.so segment
Uninitialised byte(s) found during client check request
at 0x........: croak (tests/varinfo5so.c:29)
@@ -128,8 +120,8 @@
<truncated beyond 100 lines>
=================================================
./valgrind-new/memcheck/tests/varinfo5.stderr.diff-ppc64
=================================================
--- varinfo5.stderr.exp-ppc64 2022-05-14 08:20:06.823587000 +0200
+++ varinfo5.stderr.out 2022-05-14 08:28:58.510334000 +0200
@@ -1,191 +1,183 @@
Uninitialised byte(s) found during client check request
- at 0x........: croak (memcheck/tests/varinfo5so.c:30)
- by 0x........: varinfo1_main (memcheck/tests/varinfo5so.c:52)
- by 0x........: varinfo5_main (memcheck/tests/varinfo5so.c:154)
- by 0x........: main (memcheck/tests/varinfo5.c:5)
+ at 0x........: croak (tests/varinfo5so.c:29)
+ by 0x........: varinfo1_main (tests/varinfo5so.c:52)
+ by 0x........: varinfo5_main (tests/varinfo5so.c:154)
+ by 0x........: main (tests/varinfo5.c:5)
Address 0x........ is 1 bytes inside a block of size 3 alloc'd
- at 0x........: malloc (coregrind/vg_replace_malloc.c:...)
- by 0x........: varinfo1_main (memcheck/tests/varinfo5so.c:50)
- by 0x........: varinfo5_main (memcheck/tests/varinfo5so.c:154)
- by 0x........: main (memcheck/tests/varinfo5.c:5)
+ at 0x........: malloc (vg_replace_malloc.c:...)
+ by 0x........: varinfo1_main (tests/varinfo5so.c:50)
+ by 0x........: varinfo5_main (tests/varinfo5so.c:154)
+ by 0x........: main (tests/varinfo5.c:5)
Uninitialised byte(s) found during client check request
- at 0x........: croak (memcheck/tests/varinfo5so.c:30)
- by 0x........: varinfo1_main (memcheck/tests/varinfo5so.c:55)
- by 0x........: varinfo5_main (memcheck/tests/varinfo5so.c:154)
- by 0x........: main (memcheck/tests/varinfo5.c:5)
- Location 0x........ is 0 bytes inside global var "global_u1"
- declared at varinfo5so.c:38
+ at 0x........: croak (tests/varinfo5so.c:29)
+ by 0x........: varinfo1_main (tests/varinfo5so.c:55)
+ by 0x........: varinfo5_main (tests/varinfo5so.c:154)
+ by 0x........: main (tests/varinfo5.c:5)
+ Address 0x........ is in a rw- mapped file /usr/home/paulf/sc...
[truncated message content] |