You can subscribe to this list here.
| 2015 |
Jan
|
Feb
|
Mar
(124) |
Apr
(346) |
May
(340) |
Jun
(256) |
Jul
(238) |
Aug
(384) |
Sep
(304) |
Oct
(186) |
Nov
(184) |
Dec
(144) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2016 |
Jan
(165) |
Feb
(177) |
Mar
(181) |
Apr
(215) |
May
(97) |
Jun
(86) |
Jul
(220) |
Aug
(146) |
Sep
(167) |
Oct
(206) |
Nov
(174) |
Dec
(121) |
| 2017 |
Jan
(168) |
Feb
(175) |
Mar
(220) |
Apr
(177) |
May
(236) |
Jun
(173) |
Jul
(39) |
Aug
(102) |
Sep
(141) |
Oct
(109) |
Nov
(120) |
Dec
(37) |
| 2018 |
Jan
(122) |
Feb
(88) |
Mar
(88) |
Apr
(62) |
May
(32) |
Jun
(82) |
Jul
(79) |
Aug
(93) |
Sep
(125) |
Oct
(81) |
Nov
(64) |
Dec
(123) |
| 2019 |
Jan
(56) |
Feb
(64) |
Mar
(115) |
Apr
(109) |
May
(96) |
Jun
(42) |
Jul
(46) |
Aug
(83) |
Sep
(56) |
Oct
(83) |
Nov
(89) |
Dec
(67) |
| 2020 |
Jan
(172) |
Feb
(127) |
Mar
(116) |
Apr
(87) |
May
(93) |
Jun
(56) |
Jul
(20) |
Aug
(45) |
Sep
(46) |
Oct
(20) |
Nov
(46) |
Dec
(67) |
| 2021 |
Jan
(45) |
Feb
(81) |
Mar
(86) |
Apr
(27) |
May
(24) |
Jun
(27) |
Jul
(19) |
Aug
(5) |
Sep
(40) |
Oct
(109) |
Nov
(156) |
Dec
(80) |
| 2022 |
Jan
(18) |
Feb
(80) |
Mar
(8) |
Apr
(117) |
May
(90) |
Jun
(86) |
Jul
(21) |
Aug
(16) |
Sep
(35) |
Oct
(88) |
Nov
(41) |
Dec
(62) |
| 2023 |
Jan
(180) |
Feb
(120) |
Mar
(158) |
Apr
(216) |
May
(92) |
Jun
(34) |
Jul
(27) |
Aug
(86) |
Sep
(25) |
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
1
(11) |
2
(12) |
3
(12) |
4
(12) |
|
5
(12) |
6
|
7
(12) |
8
(12) |
9
(12) |
10
(12) |
11
(12) |
|
12
(12) |
13
(11) |
14
(12) |
15
(12) |
16
(12) |
17
(12) |
18
(11) |
|
19
(12) |
20
(13) |
21
(13) |
22
(12) |
23
(12) |
24
(12) |
25
(11) |
|
26
(12) |
27
(12) |
28
(12) |
29
(12) |
30
(12) |
|
|
|
From: <ma...@bu...> - 2015-04-04 04:34:19
|
valgrind revision: 15065
VEX revision: 3117
C compiler: gcc (GCC) 4.9.2 20150212 (Red Hat 4.9.2-6)
GDB: GNU gdb (GDB) Fedora 7.8.2-38.fc21
Assembler: GNU assembler version 2.24
C library: GNU C Library (GNU libc) stable release version 2.20
uname -mrs: Linux 3.18.7-200.fc21.s390x s390x
Vendor version: Fedora 21 (Twenty One)
Nightly build on lfedora1 ( Fedora release 21 (Twenty One), s390x )
Started at 2015-04-04 00:00:01 UTC
Ended at 2015-04-04 00:46:11 UTC
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
== 676 tests, 4 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures ==
gdbserver_tests/hgtls (stdoutB)
memcheck/tests/memcmptest (stderr)
helgrind/tests/pth_cond_destroy_busy (stderr)
helgrind/tests/pth_destroy_cond (stderr)
helgrind/tests/tc22_exit_w_lock (stderr)
=================================================
./valgrind-new/gdbserver_tests/hgtls.stdoutB.diff
=================================================
--- hgtls.stdoutB.exp 2015-04-04 00:23:14.494078831 +0000
+++ hgtls.stdoutB.out 2015-04-04 00:28:22.214078831 +0000
@@ -35,11 +35,11 @@
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
=================================================
./valgrind-new/helgrind/tests/pth_cond_destroy_busy.stderr.diff
=================================================
--- pth_cond_destroy_busy.stderr.exp 2015-04-04 00:23:16.934078831 +0000
+++ pth_cond_destroy_busy.stderr.out 2015-04-04 00:38:55.754078831 +0000
@@ -47,4 +47,4 @@
First pthread_cond_destroy() call returned EBUSY.
Second pthread_cond_destroy() call returned success.
-ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 6 errors from 3 contexts (suppressed: 0 from 0)
=================================================
./valgrind-new/helgrind/tests/pth_destroy_cond.stderr.diff
=================================================
--- pth_destroy_cond.stderr.exp 2015-04-04 00:23:16.914078831 +0000
+++ pth_destroy_cond.stderr.out 2015-04-04 00:38:56.574078831 +0000
@@ -5,6 +5,34 @@
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (pth_destroy_cond.c:29)
+---Thread-Announcement------------------------------------------
+
+Thread #x is the program's root thread
+
+----------------------------------------------------------------
+
+ Lock at 0x........ was first observed
+ at 0x........: pthread_mutex_init (hg_intercepts.c:...)
+ by 0x........: main (pth_destroy_cond.c:25)
+ Address 0x........ is 0 bytes inside data symbol "mutex"
+
+Possible data race during read of size 1 at 0x........ by thread #x
+Locks held: 1, at address 0x........
+ at 0x........: my_memcmp (hg_intercepts.c:...)
+ by 0x........: pthread_cond_destroy_WRK (hg_intercepts.c:...)
+ by 0x........: pthread_cond_destroy@* (hg_intercepts.c:...)
+ by 0x........: ThreadFunction (pth_destroy_cond.c:18)
+ 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_cond_wait_WRK (hg_intercepts.c:...)
+ by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
+ by 0x........: main (pth_destroy_cond.c:31)
+ Address 0x........ is 4 bytes inside data symbol "cond"
+
----------------------------------------------------------------
Thread #x: pthread_cond_destroy: destruction of condition variable being waited upon
=================================================
./valgrind-new/helgrind/tests/tc22_exit_w_lock.stderr.diff
=================================================
--- tc22_exit_w_lock.stderr.exp 2015-04-04 00:23:16.914078831 +0000
+++ tc22_exit_w_lock.stderr.out 2015-04-04 00:39:52.674078831 +0000
@@ -13,6 +13,23 @@
---Thread-Announcement------------------------------------------
+Thread #x is the program's root thread
+
+----------------------------------------------------------------
+
+Possible data race during write of size 8 at 0x........ by thread #x
+Locks held: none
+ ...
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ by 0x........: main (tc22_exit_w_lock.c:42)
+
+This conflicts with a previous read of size 8 by thread #x
+Locks held: none
+ ...
+ Address 0x........ is in a rw- anonymous segment
+
+---Thread-Announcement------------------------------------------
+
Thread #x was created
...
by 0x........: pthread_create@* (hg_intercepts.c:...)
@@ -23,10 +40,6 @@
Thread #x: Exiting thread still holds 1 lock
...
----Thread-Announcement------------------------------------------
-
-Thread #x is the program's root thread
-
----------------------------------------------------------------
Thread #x: Exiting thread still holds 1 lock
@@ -34,4 +47,4 @@
by 0x........: main (tc22_exit_w_lock.c:48)
-ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 5 errors from 4 contexts (suppressed: 0 from 0)
=================================================
./valgrind-new/helgrind/tests/tc22_exit_w_lock.stderr.diff-kfail-x86
=================================================
--- tc22_exit_w_lock.stderr.exp-kfail-x86 2015-04-04 00:23:16.934078831 +0000
+++ tc22_exit_w_lock.stderr.out 2015-04-04 00:39:52.674078831 +0000
@@ -3,7 +3,6 @@
Thread #x was created
...
- by 0x........: pthread_create_WRK (hg_intercepts.c:...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc22_exit_w_lock.c:39)
@@ -14,9 +13,25 @@
---Thread-Announcement------------------------------------------
+Thread #x is the program's root thread
+
+----------------------------------------------------------------
+
+Possible data race during write of size 8 at 0x........ by thread #x
+Locks held: none
+ ...
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ by 0x........: main (tc22_exit_w_lock.c:42)
+
+This conflicts with a previous read of size 8 by thread #x
+Locks held: none
+ ...
+ Address 0x........ is in a rw- anonymous segment
+
+---Thread-Announcement------------------------------------------
+
Thread #x was created
...
- by 0x........: pthread_create_WRK (hg_intercepts.c:...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc22_exit_w_lock.c:42)
@@ -25,14 +40,11 @@
Thread #x: Exiting thread still holds 1 lock
...
----Thread-Announcement------------------------------------------
-
-Thread #x is the program's root thread
-
----------------------------------------------------------------
Thread #x: Exiting thread still holds 1 lock
...
+ by 0x........: main (tc22_exit_w_lock.c:48)
-ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 5 errors from 4 contexts (suppressed: 0 from 0)
=================================================
./valgrind-new/memcheck/tests/memcmptest.stderr.diff
=================================================
--- memcmptest.stderr.exp 2015-04-04 00:23:15.534078831 +0000
+++ memcmptest.stderr.out 2015-04-04 00:32:00.414078831 +0000
@@ -1,4 +1,8 @@
Conditional jump or move depends on uninitialised value(s)
- at 0x........: memcmp (vg_replace_strmem.c:...)
+ at 0x........: bcmp (vg_replace_strmem.c:...)
+ by 0x........: main (memcmptest.c:13)
+
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: bcmp (vg_replace_strmem.c:...)
by 0x........: main (memcmptest.c:13)
=================================================
./valgrind-new/memcheck/tests/memcmptest.stderr.diff2
=================================================
--- memcmptest.stderr.exp2 2015-04-04 00:23:15.514078831 +0000
+++ memcmptest.stderr.out 2015-04-04 00:32:00.414078831 +0000
@@ -2,3 +2,7 @@
at 0x........: bcmp (vg_replace_strmem.c:...)
by 0x........: main (memcmptest.c:13)
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: bcmp (vg_replace_strmem.c:...)
+ by 0x........: main (memcmptest.c:13)
+
=================================================
./valgrind-old/gdbserver_tests/hgtls.stdoutB.diff
=================================================
--- hgtls.stdoutB.exp 2015-04-04 00:00:14.064078831 +0000
+++ hgtls.stdoutB.out 2015-04-04 00:05:25.894078831 +0000
@@ -35,11 +35,11 @@
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
=================================================
./valgrind-old/helgrind/tests/pth_cond_destroy_busy.stderr.diff
=================================================
--- pth_cond_destroy_busy.stderr.exp 2015-04-04 00:00:16.514078831 +0000
+++ pth_cond_destroy_busy.stderr.out 2015-04-04 00:15:59.634078831 +0000
@@ -47,4 +47,4 @@
First pthread_cond_destroy() call returned EBUSY.
Second pthread_cond_destroy() call returned success.
-ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 6 errors from 3 contexts (suppressed: 0 from 0)
=================================================
./valgrind-old/helgrind/tests/pth_destroy_cond.stderr.diff
=================================================
--- pth_destroy_cond.stderr.exp 2015-04-04 00:00:16.504078831 +0000
+++ pth_destroy_cond.stderr.out 2015-04-04 00:16:00.464078831 +0000
@@ -5,6 +5,34 @@
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (pth_destroy_cond.c:29)
+---Thread-Announcement------------------------------------------
+
+Thread #x is the program's root thread
+
+----------------------------------------------------------------
+
+ Lock at 0x........ was first observed
+ at 0x........: pthread_mutex_init (hg_intercepts.c:...)
+ by 0x........: main (pth_destroy_cond.c:25)
+ Address 0x........ is 0 bytes inside data symbol "mutex"
+
+Possible data race during read of size 1 at 0x........ by thread #x
+Locks held: 1, at address 0x........
+ at 0x........: my_memcmp (hg_intercepts.c:...)
+ by 0x........: pthread_cond_destroy_WRK (hg_intercepts.c:...)
+ by 0x........: pthread_cond_destroy@* (hg_intercepts.c:...)
+ by 0x........: ThreadFunction (pth_destroy_cond.c:18)
+ 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_cond_wait_WRK (hg_intercepts.c:...)
+ by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
+ by 0x........: main (pth_destroy_cond.c:31)
+ Address 0x........ is 4 bytes inside data symbol "cond"
+
----------------------------------------------------------------
Thread #x: pthread_cond_destroy: destruction of condition variable being waited upon
=================================================
./valgrind-old/helgrind/tests/tc22_exit_w_lock.stderr.diff
=================================================
--- tc22_exit_w_lock.stderr.exp 2015-04-04 00:00:16.504078831 +0000
+++ tc22_exit_w_lock.stderr.out 2015-04-04 00:16:56.654078831 +0000
@@ -13,6 +13,23 @@
---Thread-Announcement------------------------------------------
+Thread #x is the program's root thread
+
+----------------------------------------------------------------
+
+Possible data race during write of size 8 at 0x........ by thread #x
+Locks held: none
+ ...
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ by 0x........: main (tc22_exit_w_lock.c:42)
+
+This conflicts with a previous read of size 8 by thread #x
+Locks held: none
+ ...
+ Address 0x........ is in a rw- anonymous segment
+
+---Thread-Announcement------------------------------------------
+
Thread #x was created
...
by 0x........: pthread_create@* (hg_intercepts.c:...)
@@ -23,10 +40,6 @@
Thread #x: Exiting thread still holds 1 lock
...
----Thread-Announcement------------------------------------------
-
-Thread #x is the program's root thread
-
----------------------------------------------------------------
Thread #x: Exiting thread still holds 1 lock
@@ -34,4 +47,4 @@
by 0x........: main (tc22_exit_w_lock.c:48)
-ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 5 errors from 4 contexts (suppressed: 0 from 0)
=================================================
./valgrind-old/helgrind/tests/tc22_exit_w_lock.stderr.diff-kfail-x86
=================================================
--- tc22_exit_w_lock.stderr.exp-kfail-x86 2015-04-04 00:00:16.514078831 +0000
+++ tc22_exit_w_lock.stderr.out 2015-04-04 00:16:56.654078831 +0000
@@ -3,7 +3,6 @@
Thread #x was created
...
- by 0x........: pthread_create_WRK (hg_intercepts.c:...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc22_exit_w_lock.c:39)
@@ -14,9 +13,25 @@
---Thread-Announcement------------------------------------------
+Thread #x is the program's root thread
+
+----------------------------------------------------------------
+
+Possible data race during write of size 8 at 0x........ by thread #x
+Locks held: none
+ ...
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ by 0x........: main (tc22_exit_w_lock.c:42)
+
+This conflicts with a previous read of size 8 by thread #x
+Locks held: none
+ ...
+ Address 0x........ is in a rw- anonymous segment
+
+---Thread-Announcement------------------------------------------
+
Thread #x was created
...
- by 0x........: pthread_create_WRK (hg_intercepts.c:...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc22_exit_w_lock.c:42)
@@ -25,14 +40,11 @@
Thread #x: Exiting thread still holds 1 lock
...
----Thread-Announcement------------------------------------------
-
-Thread #x is the program's root thread
-
----------------------------------------------------------------
Thread #x: Exiting thread still holds 1 lock
...
+ by 0x........: main (tc22_exit_w_lock.c:48)
-ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 5 errors from 4 contexts (suppressed: 0 from 0)
=================================================
./valgrind-old/memcheck/tests/memcmptest.stderr.diff
=================================================
--- memcmptest.stderr.exp 2015-04-04 00:00:15.104078831 +0000
+++ memcmptest.stderr.out 2015-04-04 00:09:05.184078831 +0000
@@ -1,4 +1,8 @@
Conditional jump or move depends on uninitialised value(s)
- at 0x........: memcmp (vg_replace_strmem.c:...)
+ at 0x........: bcmp (vg_replace_strmem.c:...)
+ by 0x........: main (memcmptest.c:13)
+
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: bcmp (vg_replace_strmem.c:...)
by 0x........: main (memcmptest.c:13)
=================================================
./valgrind-old/memcheck/tests/memcmptest.stderr.diff2
=================================================
--- memcmptest.stderr.exp2 2015-04-04 00:00:15.084078831 +0000
+++ memcmptest.stderr.out 2015-04-04 00:09:05.184078831 +0000
@@ -2,3 +2,7 @@
at 0x........: bcmp (vg_replace_strmem.c:...)
by 0x........: main (memcmptest.c:13)
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: bcmp (vg_replace_strmem.c:...)
+ by 0x........: main (memcmptest.c:13)
+
|
|
From: Philippe W. <phi...@sk...> - 2015-04-04 04:32:49
|
valgrind revision: 15065 VEX revision: 3117 C compiler: gcc (GCC) 4.7.2 20121109 (Red Hat 4.7.2-8) GDB: GNU gdb (GDB) Fedora (7.5.1-37.fc18) Assembler: GNU assembler version 2.23.51.0.1-7.fc18 20120806 C library: GNU C Library stable release version 2.16 uname -mrs: Linux 3.8.8-202.fc18.ppc64p7 ppc64 Vendor version: Fedora 18 (Spherical Cow) Nightly build on gcc110 ( Fedora release 18 (Spherical Cow), ppc64 ) Started at 2015-04-03 20:00:07 PDT Ended at 2015-04-03 21:32:40 PDT 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 == 604 tests, 3 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 2 post failures == memcheck/tests/supp_unknown (stderr) massif/tests/big-alloc (post) massif/tests/deep-D (post) helgrind/tests/pth_cond_destroy_busy (stderr) helgrind/tests/tc06_two_races_xml (stderr) --tools=none,memcheck,callgrind,helgrind,cachegrind,drd,massif --reps=3 --vg=../valgrind-new --vg=../valgrind-old -- Running tests in perf ---------------------------------------------- -- bigcode1 -- bigcode1 valgrind-new:0.23s no: 1.5s ( 6.6x, -----) me: 3.0s (13.1x, -----) ca:17.9s (78.0x, -----) he: 2.0s ( 8.6x, -----) ca: 5.6s (24.5x, -----) dr: 1.8s ( 8.0x, -----) ma: 2.1s ( 9.0x, -----) bigcode1 valgrind-old:0.23s no: 1.5s ( 6.6x, 0.0%) me: 3.1s (13.4x, -2.3%) ca:17.9s (77.6x, 0.6%) he: 1.9s ( 8.2x, 4.5%) ca: 5.5s (23.7x, 3.4%) dr: 1.8s ( 8.0x, 0.5%) ma: 2.1s ( 9.0x, 0.0%) -- bigcode2 -- bigcode2 valgrind-new:0.23s no: 1.5s ( 6.6x, -----) me: 3.0s (13.2x, -----) ca:18.1s (78.9x, -----) he: 2.3s (10.0x, -----) ca: 5.4s (23.7x, -----) dr: 2.0s ( 8.9x, -----) ma: 2.1s ( 9.2x, -----) bigcode2 valgrind-old:0.23s no: 1.5s ( 6.5x, 2.0%) me: 3.0s (13.2x, 0.0%) ca:18.0s (78.1x, 1.0%) he: 2.3s ( 9.9x, 0.4%) ca: 5.4s (23.5x, 0.7%) dr: 2.0s ( 8.6x, 2.9%) ma: 2.1s ( 9.2x, 0.0%) -- bz2 -- bz2 valgrind-new:0.72s no: 4.5s ( 6.3x, -----) me:11.5s (16.0x, -----) ca:25.9s (35.9x, -----) he:14.5s (20.1x, -----) ca:24.6s (34.1x, -----) dr:20.1s (27.9x, -----) ma: 4.9s ( 6.8x, -----) bz2 valgrind-old:0.72s no: 4.8s ( 6.7x, -6.0%) me:11.6s (16.1x, -0.4%) ca:25.7s (35.7x, 0.5%) he:14.9s (20.7x, -2.8%) ca:24.6s (34.2x, -0.1%) dr:20.3s (28.2x, -1.4%) ma: 4.6s ( 6.4x, 6.9%) -- fbench -- fbench valgrind-new:0.34s no: 2.1s ( 6.1x, -----) me: 5.3s (15.6x, -----) ca: 8.2s (24.2x, -----) he: 5.4s (15.9x, -----) ca: 7.3s (21.6x, -----) dr: 4.9s (14.5x, -----) ma: 2.1s ( 6.2x, -----) fbench valgrind-old:0.34s no: 2.1s ( 6.1x, -0.5%) me: 5.4s (15.9x, -1.7%) ca: 8.2s (24.2x, -0.2%) he: 5.4s (15.8x, 0.6%) ca: 7.4s (21.6x, -0.1%) dr: 5.0s (14.7x, -1.4%) ma: 2.2s ( 6.4x, -4.3%) -- ffbench -- ffbench valgrind-new:0.45s no: 1.3s ( 2.9x, -----) me: 2.6s ( 5.8x, -----) ca: 2.5s ( 5.5x, -----) he: 7.4s (16.4x, -----) ca: 7.0s (15.6x, -----) dr: 5.1s (11.3x, -----) ma: 1.0s ( 2.2x, -----) ffbench valgrind-old:0.45s no: 1.3s ( 2.9x, 0.0%) me: 2.6s ( 5.8x, -0.8%) ca: 2.5s ( 5.5x, 0.0%) he: 7.4s (16.5x, -0.4%) ca: 7.1s (15.7x, -0.6%) dr: 5.0s (11.2x, 0.8%) ma: 1.0s ( 2.3x, -5.1%) -- heap -- heap valgrind-new:0.40s no: 2.4s ( 5.9x, -----) me: 9.9s (24.9x, -----) ca:12.9s (32.2x, -----) he:12.0s (29.9x, -----) ca:12.0s (30.1x, -----) dr: 8.2s (20.6x, -----) ma: 8.7s (21.8x, -----) heap valgrind-old:0.40s no: 2.4s ( 5.9x, 0.4%) me:10.0s (25.0x, -0.5%) ca:12.9s (32.2x, 0.2%) he:12.1s (30.1x, -0.7%) ca:12.2s (30.6x, -1.7%) dr: 8.4s (21.1x, -2.4%) ma: 8.8s (21.9x, -0.3%) -- heap_pdb4 -- heap_pdb4 valgrind-new:0.42s no: 2.6s ( 6.3x, -----) me:14.0s (33.4x, -----) ca:13.8s (33.0x, -----) he:13.5s (32.1x, -----) ca:13.1s (31.3x, -----) dr: 9.3s (22.1x, -----) ma: 8.9s (21.2x, -----) heap_pdb4 valgrind-old:0.42s no: 2.6s ( 6.2x, 1.5%) me:14.1s (33.5x, -0.5%) ca:14.1s (33.5x, -1.6%) he:13.5s (32.1x, -0.1%) ca:13.2s (31.5x, -0.7%) dr: 9.2s (21.9x, 0.9%) ma: 8.9s (21.2x, 0.0%) -- many-loss-records -- many-loss-records valgrind-new:0.03s no: 0.5s (16.7x, -----) me: 2.3s (78.0x, -----) ca: 1.8s (60.3x, -----) he: 2.0s (65.3x, -----) ca: 1.8s (60.7x, -----) dr: 1.7s (55.7x, -----) ma: 1.6s (53.0x, -----) many-loss-records valgrind-old:0.03s no: 0.5s (16.7x, 0.0%) me: 2.4s (78.7x, -0.9%) ca: 1.9s (61.7x, -2.2%) he: 2.0s (65.3x, 0.0%) ca: 1.9s (64.0x, -5.5%) dr: 1.7s (57.7x, -3.6%) ma: 1.7s (55.3x, -4.4%) -- many-xpts -- many-xpts valgrind-new:0.07s no: 0.7s (10.0x, -----) me: 3.5s (50.0x, -----) ca: 4.6s (65.1x, -----) he: 5.0s (71.4x, -----) ca: 2.8s (40.6x, -----) dr: 2.5s (35.0x, -----) ma: 2.3s (32.7x, -----) many-xpts valgrind-old:0.07s no: 0.7s (10.1x, -1.4%) me: 3.5s (49.7x, 0.6%) ca: 4.6s (65.1x, 0.0%) he: 5.0s (71.6x, -0.2%) ca: 2.8s (40.4x, 0.4%) dr: 2.5s (35.0x, 0.0%) ma: 2.3s (32.9x, -0.4%) -- sarp -- sarp valgrind-new:0.02s no: 0.4s (19.0x, -----) me: 3.2s (159.5x, -----) ca: 2.8s (140.5x, -----) he:11.4s (570.5x, -----) ca: 1.6s (81.5x, -----) dr: 1.3s (64.0x, -----) ma: 0.4s (19.5x, -----) sarp valgrind-old:0.02s no: 0.4s (19.0x, 0.0%) me: 3.2s (160.0x, -0.3%) ca: 2.8s (141.0x, -0.4%) he:11.4s (571.0x, -0.1%) ca: 1.7s (84.0x, -3.1%) dr: 1.3s (64.5x, -0.8%) ma: 0.4s (19.5x, 0.0%) -- tinycc -- tinycc valgrind-new:0.27s no: 2.9s (10.9x, -----) me:13.7s (50.7x, -----) ca:17.1s (63.2x, -----) he:19.1s (70.9x, -----) ca:15.6s (57.8x, -----) dr:12.4s (46.0x, -----) ma: 3.8s (14.0x, -----) tinycc valgrind-old:0.27s no: 2.9s (10.9x, 0.0%) me:13.7s (50.6x, 0.2%) ca:17.0s (63.1x, 0.1%) he:19.0s (70.5x, 0.6%) ca:15.6s (57.7x, 0.3%) dr:12.4s (45.8x, 0.4%) ma: 3.8s (14.0x, -0.3%) -- Finished tests in perf ---------------------------------------------- == 11 programs, 154 timings ================= real 53m15.087s user 52m27.817s sys 0m16.138s |
|
From: Rich C. <rc...@wi...> - 2015-04-04 04:10:38
|
valgrind revision: 15065
VEX revision: 3117
C compiler: gcc (SUSE Linux) 4.8.3 20140627 [gcc-4_8-branch revision 212064]
GDB: GNU gdb (GDB; openSUSE 13.2) 7.8
Assembler: GNU assembler (GNU Binutils; openSUSE 13.2) 2.24.0.20140403-6.1
C library: GNU C Library (GNU libc) stable release version 2.19 (git 9a869d822025)
uname -mrs: Linux 3.16.7-7-desktop x86_64
Vendor version: Welcome to openSUSE 13.2 "Harlequin" - Kernel %r (%t).
Nightly build on rodan ( Linux 3.16.7-7-desktop x86_64 )
Started at 2015-04-03 19:22:01 CDT
Ended at 2015-04-03 23:10:30 CDT
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
== 621 tests, 4 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures ==
gdbserver_tests/hgtls (stdoutB)
memcheck/tests/err_disable3 (stderr)
memcheck/tests/err_disable4 (stderr)
memcheck/tests/threadname (stderr)
memcheck/tests/threadname_xml (stderr)
--tools=none,memcheck,callgrind,helgrind,cachegrind,drd,massif --reps=3 --vg=../valgrind-new --vg=../valgrind-old
+ perl perf/vg_perf --tools=none,memcheck,callgrind,helgrind,cachegrind,drd,massif --reps=3 --vg=../valgrind-new --vg=../valgrind-old perf
-- Running tests in perf ----------------------------------------------
-- bigcode1 --
bigcode1 valgrind-new:0.48s no: 7.3s (15.2x, -----) me:14.1s (29.4x, -----) ca:61.5s (128.1x, -----) he: 8.7s (18.1x, -----) ca:17.7s (36.9x, -----) dr: 8.3s (17.3x, -----) ma: 8.5s (17.7x, -----)
bigcode1 valgrind-old:0.48s no: 7.3s (15.1x, 0.1%) me:14.1s (29.4x, 0.0%) ca:61.5s (128.1x, 0.0%) he: 8.7s (18.1x, 0.0%) ca:17.7s (36.9x, 0.0%) dr: 8.3s (17.3x, 0.1%) ma: 8.5s (17.7x, -0.1%)
-- bigcode2 --
bigcode2 valgrind-new:0.49s no:17.8s (36.3x, -----) me:35.9s (73.2x, -----) ca:103.5s (211.1x, -----) he:22.3s (45.6x, -----) ca:31.5s (64.3x, -----) dr:20.3s (41.4x, -----) ma:20.4s (41.6x, -----)
bigcode2 valgrind-old:0.49s no:17.8s (36.3x, 0.0%) me:35.9s (73.2x, 0.0%) ca:103.5s (211.1x, 0.0%) he:22.3s (45.6x, 0.0%) ca:31.5s (64.3x, 0.0%) dr:20.3s (41.4x, 0.0%) ma:20.4s (41.6x, 0.0%)
-- bz2 --
bz2 valgrind-new:2.32s no: 7.5s ( 3.2x, -----) me:24.6s (10.6x, -----) ca:57.9s (25.0x, -----) he:37.1s (16.0x, -----) ca:49.2s (21.2x, -----) dr:53.4s (23.0x, -----) ma: 7.1s ( 3.1x, -----)
bz2 valgrind-old:2.32s no: 7.5s ( 3.2x, -0.1%) me:24.5s (10.6x, 0.1%) ca:57.9s (25.0x, -0.1%) he:37.1s (16.0x, -0.0%) ca:49.2s (21.2x, 0.0%) dr:53.4s (23.0x, -0.1%) ma: 7.1s ( 3.1x, 0.1%)
-- fbench --
fbench valgrind-new:1.45s no: 5.0s ( 3.4x, -----) me:16.9s (11.6x, -----) ca:27.0s (18.6x, -----) he:12.7s ( 8.7x, -----) ca:16.0s (11.0x, -----) dr:12.8s ( 8.8x, -----) ma: 5.2s ( 3.6x, -----)
fbench valgrind-old:1.45s no: 5.0s ( 3.4x, 0.2%) me:16.9s (11.7x, -0.1%) ca:27.0s (18.6x, 0.0%) he:12.7s ( 8.7x, 0.1%) ca:15.9s (11.0x, 0.1%) dr:12.8s ( 8.8x, 0.0%) ma: 5.2s ( 3.6x, 0.2%)
-- ffbench --
ffbench valgrind-new:1.00s no: 3.2s ( 3.2x, -----) me:11.8s (11.8x, -----) ca: 7.8s ( 7.8x, -----) he:20.6s (20.6x, -----) ca:20.1s (20.1x, -----) dr:16.4s (16.4x, -----) ma: 3.2s ( 3.2x, -----)
ffbench valgrind-old:1.00s no: 3.2s ( 3.2x, 0.3%) me:11.8s (11.8x, 0.0%) ca: 7.9s ( 7.9x, -0.1%) he:20.7s (20.7x, -0.1%) ca:20.1s (20.1x, 0.1%) dr:16.4s (16.4x, 0.1%) ma: 3.2s ( 3.2x, -0.3%)
-- heap --
heap valgrind-new:0.42s no: 2.8s ( 6.8x, -----) me:21.5s (51.2x, -----) ca:31.4s (74.7x, -----) he:30.1s (71.6x, -----) ca:15.1s (36.0x, -----) dr:19.6s (46.8x, -----) ma:21.8s (52.0x, -----)
heap valgrind-old:0.42s no: 2.8s ( 6.7x, 0.4%) me:21.5s (51.2x, -0.1%) ca:31.4s (74.7x, 0.0%) he:30.0s (71.4x, 0.2%) ca:15.1s (36.0x, -0.3%) dr:19.7s (46.8x, -0.1%) ma:21.8s (52.0x, -0.0%)
-- heap_pdb4 --
heap_pdb4 valgrind-new:0.55s no: 3.1s ( 5.6x, -----) me:37.6s (68.3x, -----) ca:33.7s (61.3x, -----) he:35.1s (63.9x, -----) ca:16.9s (30.8x, -----) dr:22.0s (40.1x, -----) ma:23.1s (41.9x, -----)
heap_pdb4 valgrind-old:0.55s no: 3.1s ( 5.7x, -0.3%) me:37.5s (68.1x, 0.3%) ca:33.7s (61.2x, 0.0%) he:35.1s (63.9x, 0.0%) ca:16.9s (30.7x, 0.2%) dr:22.0s (40.0x, 0.1%) ma:23.0s (41.9x, 0.1%)
-- many-loss-records --
many-loss-records valgrind-new:0.05s no: 0.9s (17.2x, -----) me: 5.5s (109.2x, -----) ca: 4.6s (92.2x, -----) he: 4.9s (98.2x, -----) ca: 2.7s (54.6x, -----) dr: 4.3s (86.6x, -----) ma: 4.5s (89.4x, -----)
many-loss-records valgrind-old:0.05s no: 0.8s (16.8x, 2.3%) me: 5.5s (109.0x, 0.2%) ca: 4.6s (92.4x, -0.2%) he: 4.9s (98.2x, 0.0%) ca: 2.7s (54.6x, 0.0%) dr: 4.3s (86.4x, 0.2%) ma: 4.5s (89.4x, 0.0%)
-- many-xpts --
many-xpts valgrind-new:0.15s no: 1.1s ( 7.3x, -----) me: 6.7s (44.8x, -----) ca:12.5s (83.4x, -----) he: 9.6s (63.7x, -----) ca: 4.0s (26.9x, -----) dr: 5.8s (38.7x, -----) ma: 6.9s (46.3x, -----)
many-xpts valgrind-old:0.15s no: 1.1s ( 7.3x, 0.0%) me: 6.7s (44.6x, 0.4%) ca:12.5s (83.4x, 0.0%) he: 9.6s (63.8x, -0.1%) ca: 4.0s (26.8x, 0.2%) dr: 5.8s (38.9x, -0.3%) ma: 6.9s (46.2x, 0.1%)
-- sarp --
sarp valgrind-new:0.11s no: 1.0s ( 9.5x, -----) me: 9.2s (83.8x, -----) ca: 7.8s (71.4x, -----) he:32.0s (291.1x, -----) ca: 4.0s (36.8x, -----) dr: 3.8s (34.8x, -----) ma: 1.1s (10.2x, -----)
sarp valgrind-old:0.11s no: 1.0s ( 9.5x, 0.0%) me: 9.2s (83.4x, 0.5%) ca: 7.8s (71.4x, 0.0%) he:32.0s (291.4x, -0.1%) ca: 4.0s (36.4x, 1.2%) dr: 3.8s (34.8x, 0.0%) ma: 1.1s (10.3x, -0.9%)
-- tinycc --
tinycc valgrind-new:0.75s no: 7.1s ( 9.5x, -----) me:37.8s (50.3x, -----) ca:47.2s (62.9x, -----) he:44.8s (59.7x, -----) ca:38.2s (51.0x, -----) dr:36.8s (49.1x, -----) ma:11.4s (15.2x, -----)
tinycc valgrind-old:0.75s no: 7.1s ( 9.5x, 0.1%) me:37.1s (49.5x, 1.7%) ca:47.2s (62.9x, 0.0%) he:44.8s (59.7x, 0.0%) ca:38.0s (50.7x, 0.6%) dr:36.8s (49.1x, 0.0%) ma:11.4s (15.3x, -0.1%)
-- Finished tests in perf ----------------------------------------------
== 11 programs, 154 timings =================
real 148m8.134s
user 146m54.402s
sys 1m8.600s
=================================================
./valgrind-new/gdbserver_tests/hgtls.stdoutB.diff
=================================================
--- hgtls.stdoutB.exp 2015-04-03 20:02:20.052390009 -0500
+++ hgtls.stdoutB.out 2015-04-03 20:15:48.847263822 -0500
@@ -35,11 +35,11 @@
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
=================================================
./valgrind-new/memcheck/tests/err_disable3.stderr.diff
=================================================
--- err_disable3.stderr.exp 2015-04-03 20:02:20.849398742 -0500
+++ err_disable3.stderr.out 2015-04-03 20:19:20.553590133 -0500
@@ -10,8 +10,6 @@
Thread 2:
Invalid read of size 1
at 0x........: err (err_disable3.c:25)
- by 0x........: child_fn (err_disable3.c:31)
- ...
Address 0x........ is 5 bytes inside a block of size 10 free'd
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (err_disable3.c:42)
=================================================
./valgrind-new/memcheck/tests/err_disable4.stderr.diff
=================================================
--- err_disable4.stderr.exp 2015-04-03 20:02:21.685407903 -0500
+++ err_disable4.stderr.out 2015-04-03 20:19:23.070617799 -0500
@@ -1501,8 +1501,6 @@
Thread x:
Invalid read of size 1
at 0x........: err (err_disable4.c:46)
- by 0x........: child_fn_2 (err_disable4.c:64)
- ...
Address 0x........ is 5 bytes inside a block of size 10 free'd
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (err_disable4.c:81)
=================================================
./valgrind-new/memcheck/tests/threadname.stderr.diff
=================================================
--- threadname.stderr.exp 2015-04-03 20:02:21.449405317 -0500
+++ threadname.stderr.out 2015-04-03 20:24:28.923980934 -0500
@@ -9,36 +9,12 @@
Thread 2:
Invalid write of size 1
at 0x........: bad_things (threadname.c:16)
- by 0x........: child_fn_0 (threadname.c:61)
- ...
Address 0x........ is 0 bytes after a block of size 2 alloc'd
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: bad_things (threadname.c:15)
by 0x........: child_fn_0 (threadname.c:61)
...
-Thread 3 try1:
-Invalid write of size 1
- at 0x........: bad_things (threadname.c:16)
- by 0x........: child_fn_1 (threadname.c:46)
- ...
- Address 0x........ is 0 bytes after a block of size 3 alloc'd
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: bad_things (threadname.c:15)
- by 0x........: child_fn_1 (threadname.c:46)
- ...
-
-Thread 4 012345678901234:
-Invalid write of size 1
- at 0x........: bad_things (threadname.c:16)
- by 0x........: child_fn_2 (threadname.c:30)
- ...
- Address 0x........ is 0 bytes after a block of size 4 alloc'd
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: bad_things (threadname.c:15)
- by 0x........: child_fn_2 (threadname.c:30)
- ...
-
Thread 1:
Invalid write of size 1
at 0x........: bad_things (threadname.c:16)
=================================================
./valgrind-new/memcheck/tests/threadname_xml.stderr.diff
=================================================
--- threadname_xml.stderr.exp 2015-04-03 20:02:21.153402073 -0500
+++ threadname_xml.stderr.out 2015-04-03 20:24:30.585999217 -0500
@@ -94,14 +94,6 @@
<file>threadname.c</file>
<line>...</line>
</frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_0</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
</stack>
<auxwhat>Address 0x........ is 0 bytes after a block of size 2 alloc'd</auxwhat>
<stack>
@@ -135,112 +127,6 @@
<error>
<unique>0x........</unique>
<tid>...</tid>
- <threadname>try1</threadname>
- <kind>InvalidWrite</kind>
- <what>Invalid write of size 1</what>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>bad_things</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_1</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- </stack>
- <auxwhat>Address 0x........ is 0 bytes after a block of size 3 alloc'd</auxwhat>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>malloc</fn>
- <dir>...</dir>
- <file>vg_replace_malloc.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>bad_things</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_1</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- </stack>
-</error>
-
-<error>
- <unique>0x........</unique>
- <tid>...</tid>
- <threadname>012345678901234</threadname>
- <kind>InvalidWrite</kind>
- <what>Invalid write of size 1</what>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>bad_things</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_2</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- </stack>
- <auxwhat>Address 0x........ is 0 bytes after a block of size 4 alloc'd</auxwhat>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
<truncated beyond 100 lines>
=================================================
./valgrind-old/gdbserver_tests/hgtls.stdoutB.diff
=================================================
--- hgtls.stdoutB.exp 2015-04-03 19:22:16.658696644 -0500
+++ hgtls.stdoutB.out 2015-04-03 19:35:42.915711866 -0500
@@ -35,11 +35,11 @@
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
=================================================
./valgrind-old/memcheck/tests/err_disable3.stderr.diff
=================================================
--- err_disable3.stderr.exp 2015-04-03 19:22:17.458705594 -0500
+++ err_disable3.stderr.out 2015-04-03 19:39:14.843081219 -0500
@@ -10,8 +10,6 @@
Thread 2:
Invalid read of size 1
at 0x........: err (err_disable3.c:25)
- by 0x........: child_fn (err_disable3.c:31)
- ...
Address 0x........ is 5 bytes inside a block of size 10 free'd
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (err_disable3.c:42)
=================================================
./valgrind-old/memcheck/tests/err_disable4.stderr.diff
=================================================
--- err_disable4.stderr.exp 2015-04-03 19:22:18.300715015 -0500
+++ err_disable4.stderr.out 2015-04-03 19:39:17.303108719 -0500
@@ -1501,8 +1501,6 @@
Thread x:
Invalid read of size 1
at 0x........: err (err_disable4.c:46)
- by 0x........: child_fn_2 (err_disable4.c:64)
- ...
Address 0x........ is 5 bytes inside a block of size 10 free'd
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (err_disable4.c:81)
=================================================
./valgrind-old/memcheck/tests/threadname.stderr.diff
=================================================
--- threadname.stderr.exp 2015-04-03 19:22:18.062712352 -0500
+++ threadname.stderr.out 2015-04-03 19:44:22.832523407 -0500
@@ -9,36 +9,12 @@
Thread 2:
Invalid write of size 1
at 0x........: bad_things (threadname.c:16)
- by 0x........: child_fn_0 (threadname.c:61)
- ...
Address 0x........ is 0 bytes after a block of size 2 alloc'd
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: bad_things (threadname.c:15)
by 0x........: child_fn_0 (threadname.c:61)
...
-Thread 3 try1:
-Invalid write of size 1
- at 0x........: bad_things (threadname.c:16)
- by 0x........: child_fn_1 (threadname.c:46)
- ...
- Address 0x........ is 0 bytes after a block of size 3 alloc'd
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: bad_things (threadname.c:15)
- by 0x........: child_fn_1 (threadname.c:46)
- ...
-
-Thread 4 012345678901234:
-Invalid write of size 1
- at 0x........: bad_things (threadname.c:16)
- by 0x........: child_fn_2 (threadname.c:30)
- ...
- Address 0x........ is 0 bytes after a block of size 4 alloc'd
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: bad_things (threadname.c:15)
- by 0x........: child_fn_2 (threadname.c:30)
- ...
-
Thread 1:
Invalid write of size 1
at 0x........: bad_things (threadname.c:16)
=================================================
./valgrind-old/memcheck/tests/threadname_xml.stderr.diff
=================================================
--- threadname_xml.stderr.exp 2015-04-03 19:22:17.764709018 -0500
+++ threadname_xml.stderr.out 2015-04-03 19:44:24.492541956 -0500
@@ -94,14 +94,6 @@
<file>threadname.c</file>
<line>...</line>
</frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_0</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
</stack>
<auxwhat>Address 0x........ is 0 bytes after a block of size 2 alloc'd</auxwhat>
<stack>
@@ -135,112 +127,6 @@
<error>
<unique>0x........</unique>
<tid>...</tid>
- <threadname>try1</threadname>
- <kind>InvalidWrite</kind>
- <what>Invalid write of size 1</what>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>bad_things</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_1</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- </stack>
- <auxwhat>Address 0x........ is 0 bytes after a block of size 3 alloc'd</auxwhat>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>malloc</fn>
- <dir>...</dir>
- <file>vg_replace_malloc.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>bad_things</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_1</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- </stack>
-</error>
-
-<error>
- <unique>0x........</unique>
- <tid>...</tid>
- <threadname>012345678901234</threadname>
- <kind>InvalidWrite</kind>
- <what>Invalid write of size 1</what>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>bad_things</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_2</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- </stack>
- <auxwhat>Address 0x........ is 0 bytes after a block of size 4 alloc'd</auxwhat>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
<truncated beyond 100 lines>
|
|
From: Christian B. <bor...@de...> - 2015-04-04 04:07:51
|
valgrind revision: 15065 VEX revision: 3117 C compiler: gcc (SUSE Linux) 4.3.4 [gcc-4_3-branch revision 152973] GDB: GNU gdb (GDB) SUSE (7.5.1-0.7.29) Assembler: GNU assembler (GNU Binutils; SUSE Linux Enterprise 11) 2.23.1 C library: GNU C Library stable release version 2.11.3 (20110527) uname -mrs: Linux 3.0.101-0.47.52-default s390x Vendor version: Welcome to SUSE Linux Enterprise Server 11 SP3 (s390x) - Kernel %r (%t). Nightly build on sless390 ( SUSE Linux Enterprise Server 11 SP3 gcc 4.3.4 on z196 (s390x) ) Started at 2015-04-04 03:45:01 CEST Ended at 2015-04-04 06:07:36 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 == 670 tests, 4 stderr failures, 1 stdout failure, 0 stderrB failures, 0 stdoutB failures, 0 post failures == memcheck/tests/memcmptest (stderr) memcheck/tests/origin5-bz2 (stderr) none/tests/bigcode (stdout) helgrind/tests/pth_cond_destroy_busy (stderr) helgrind/tests/tc20_verifywrap (stderr) --tools=none,memcheck,callgrind,helgrind,cachegrind,drd,massif --reps=3 --vg=../valgrind-new --vg=../valgrind-old -- Running tests in perf ---------------------------------------------- -- bigcode1 -- bigcode1 valgrind-new:0.23s no: 4.6s (20.1x, -----) me: 6.1s (26.6x, -----) ca:25.6s (111.3x, -----) he: 5.0s (21.9x, -----) ca: 8.9s (38.6x, -----) dr: 4.0s (17.5x, -----) ma: 4.7s (20.6x, -----) bigcode1 valgrind-old:0.23s no: 4.6s (19.8x, 1.5%) me: 6.1s (26.5x, 0.2%) ca:25.6s (111.3x, 0.0%) he: 5.0s (21.9x, 0.0%) ca: 8.9s (38.6x, -0.1%) dr: 4.4s (19.1x, -9.2%) ma: 4.7s (20.6x, -0.2%) -- bigcode2 -- bigcode2 valgrind-new:0.24s no: 7.4s (30.9x, -----) me:13.0s (54.3x, -----) ca:38.2s (159.0x, -----) he: 9.8s (40.9x, -----) ca:13.4s (56.0x, -----) dr: 8.8s (36.5x, -----) ma: 7.8s (32.5x, -----) bigcode2 valgrind-old:0.24s no: 7.4s (31.0x, -0.3%) me:13.0s (54.3x, 0.0%) ca:38.2s (159.2x, -0.1%) he: 9.8s (41.0x, -0.3%) ca:13.5s (56.1x, -0.1%) dr: 8.7s (36.3x, 0.5%) ma: 7.8s (32.5x, 0.0%) -- bz2 -- bz2 valgrind-new:0.70s no: 5.9s ( 8.5x, -----) me:12.7s (18.2x, -----) ca:29.9s (42.7x, -----) he:19.7s (28.1x, -----) ca:34.1s (48.7x, -----) dr:28.8s (41.2x, -----) ma: 3.7s ( 5.3x, -----) bz2 valgrind-old:0.70s no: 5.8s ( 8.3x, 1.5%) me:12.7s (18.2x, 0.1%) ca:29.9s (42.8x, -0.2%) he:19.7s (28.1x, 0.0%) ca:34.1s (48.7x, -0.0%) dr:28.9s (41.3x, -0.2%) ma: 3.9s ( 5.6x, -5.6%) -- fbench -- fbench valgrind-new:0.41s no: 1.6s ( 3.8x, -----) me: 4.4s (10.6x, -----) ca: 9.4s (22.9x, -----) he: 6.4s (15.7x, -----) ca: 7.2s (17.6x, -----) dr: 5.7s (13.9x, -----) ma: 1.6s ( 4.0x, -----) fbench valgrind-old:0.41s no: 1.6s ( 3.8x, 0.0%) me: 4.4s (10.7x, -0.2%) ca: 9.4s (23.0x, -0.1%) he: 6.4s (15.7x, 0.0%) ca: 7.2s (17.6x, 0.0%) dr: 5.7s (13.9x, 0.2%) ma: 1.6s ( 4.0x, 0.0%) -- ffbench -- ffbench valgrind-new:0.21s no: 1.1s ( 5.2x, -----) me: 3.2s (15.4x, -----) ca: 3.0s (14.1x, -----) he:43.9s (209.1x, -----) ca: 9.5s (45.4x, -----) dr: 7.3s (34.9x, -----) ma: 0.9s ( 4.4x, -----) ffbench valgrind-old:0.21s no: 1.1s ( 5.2x, 0.0%) me: 3.2s (15.4x, 0.0%) ca: 3.0s (14.1x, 0.3%) he:43.9s (209.1x, -0.0%) ca: 9.4s (45.0x, 0.9%) dr: 7.3s (34.6x, 0.8%) ma: 0.9s ( 4.3x, 2.2%) -- heap -- heap valgrind-new:0.23s no: 2.1s ( 9.0x, -----) me: 9.1s (39.7x, -----) ca:13.1s (57.0x, -----) he:13.1s (57.0x, -----) ca:11.1s (48.4x, -----) dr: 7.9s (34.5x, -----) ma: 8.2s (35.7x, -----) heap valgrind-old:0.23s no: 2.1s ( 9.1x, -0.5%) me: 9.1s (39.7x, 0.1%) ca:13.1s (56.9x, 0.2%) he:13.1s (56.9x, 0.1%) ca:11.2s (48.5x, -0.1%) dr: 7.9s (34.5x, 0.0%) ma: 7.9s (34.5x, 3.4%) -- heap_pdb4 -- heap_pdb4 valgrind-new:0.22s no: 2.5s (11.1x, -----) me:13.2s (60.1x, -----) ca:13.9s (63.4x, -----) he:14.4s (65.5x, -----) ca:12.2s (55.7x, -----) dr: 8.9s (40.3x, -----) ma: 8.1s (36.7x, -----) heap_pdb4 valgrind-old:0.22s no: 2.4s (11.0x, 0.8%) me:13.2s (60.1x, -0.1%) ca:13.9s (63.4x, 0.0%) he:14.4s (65.7x, -0.3%) ca:12.2s (55.6x, 0.2%) dr: 8.8s (40.0x, 0.6%) ma: 8.0s (36.5x, 0.5%) -- many-loss-records -- many-loss-records valgrind-new:0.02s no: 0.4s (22.0x, -----) me: 2.2s (111.5x, -----) ca: 1.9s (94.0x, -----) he: 2.3s (116.0x, -----) ca: 1.8s (91.0x, -----) dr: 1.9s (94.0x, -----) ma: 1.6s (80.0x, -----) many-loss-records valgrind-old:0.02s no: 0.4s (22.0x, 0.0%) me: 2.2s (111.5x, 0.0%) ca: 1.9s (93.5x, 0.5%) he: 2.3s (116.0x, 0.0%) ca: 1.8s (91.0x, 0.0%) dr: 1.9s (94.0x, 0.0%) ma: 1.6s (80.5x, -0.6%) -- many-xpts -- many-xpts valgrind-new:0.07s no: 0.6s ( 8.7x, -----) me: 3.3s (47.6x, -----) ca:347.3s (4961.1x, -----) he: 6.9s (98.1x, -----) ca: 2.7s (38.6x, -----) dr: 2.7s (38.3x, -----) ma: 2.6s (36.6x, -----) many-xpts valgrind-old:0.07s no: 0.6s ( 8.7x, 0.0%) me: 3.3s (47.6x, 0.0%) ca:344.5s (4920.9x, 0.8%) he: 6.9s (98.3x, -0.1%) ca: 2.7s (38.7x, -0.4%) dr: 2.7s (38.4x, -0.4%) ma: 2.6s (37.0x, -1.2%) -- sarp -- sarp valgrind-new:0.03s no: 0.6s (19.0x, -----) me: 3.9s (129.7x, -----) ca: 3.1s (104.3x, -----) he:17.6s (585.7x, -----) ca: 2.0s (66.3x, -----) dr: 1.5s (49.0x, -----) ma: 0.5s (15.3x, -----) sarp valgrind-old:0.03s no: 0.6s (19.0x, 0.0%) me: 3.9s (129.3x, 0.3%) ca: 3.1s (104.0x, 0.3%) he:17.5s (584.3x, 0.2%) ca: 2.0s (66.3x, 0.0%) dr: 1.5s (49.0x, 0.0%) ma: 0.5s (16.0x, -4.3%) -- tinycc -- tinycc valgrind-new:0.22s no: 3.1s (14.1x, -----) me:14.8s (67.1x, -----) ca:29.6s (134.6x, -----) he:28.5s (129.6x, -----) ca:21.2s (96.4x, -----) dr:20.2s (91.9x, -----) ma: 4.0s (18.3x, -----) tinycc valgrind-old:0.22s no: 3.0s (13.4x, 4.8%) me:14.7s (66.7x, 0.6%) ca:29.4s (133.4x, 0.9%) he:28.5s (129.7x, -0.1%) ca:21.3s (97.0x, -0.7%) dr:20.1s (91.6x, 0.3%) ma: 4.2s (18.9x, -3.0%) -- Finished tests in perf ---------------------------------------------- == 11 programs, 154 timings ================= real 109m3.857s user 107m32.343s sys 0m54.073s |
|
From: Tom H. <to...@co...> - 2015-04-04 03:20:20
|
valgrind revision: 15065 VEX revision: 3117 C compiler: gcc (GCC) 4.6.3 20120306 (Red Hat 4.6.3-2) GDB: GNU gdb (GDB) Fedora (7.3.1-48.fc15) Assembler: GNU assembler version 2.21.51.0.6-6.fc15 20110118 C library: GNU C Library stable release version 2.14.1 uname -mrs: Linux 3.18.9-200.fc21.x86_64 x86_64 Vendor version: Nightly build on bristol ( x86_64, Fedora 15 ) Started at 2015-04-04 03:12:19 BST Ended at 2015-04-04 04:20:07 BST Results unchanged from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... done Regression test results follow == 704 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == --tools=none,memcheck,callgrind,helgrind,cachegrind,drd,massif --reps=3 --vg=../valgrind-new --vg=../valgrind-old -- Running tests in perf ---------------------------------------------- -- bigcode1 -- bigcode1 valgrind-new:0.10s no: 1.6s (15.6x, -----) me: 3.1s (30.6x, -----) ca:14.2s (141.9x, -----) he: 1.9s (18.8x, -----) ca: 3.6s (36.3x, -----) dr: 1.9s (18.5x, -----) ma: 1.9s (18.7x, -----) bigcode1 valgrind-old:0.10s no: 1.6s (15.7x, -0.6%) me: 3.1s (31.1x, -1.6%) ca:14.2s (142.1x, -0.1%) he: 1.9s (19.0x, -1.1%) ca: 3.6s (36.4x, -0.3%) dr: 1.9s (18.6x, -0.5%) ma: 1.9s (18.6x, 0.5%) -- bigcode2 -- bigcode2 valgrind-new:0.11s no: 3.7s (33.9x, -----) me: 7.7s (69.9x, -----) ca:24.8s (225.1x, -----) he: 4.6s (41.5x, -----) ca: 6.6s (59.8x, -----) dr: 4.3s (39.3x, -----) ma: 4.3s (39.1x, -----) bigcode2 valgrind-old:0.11s no: 3.8s (34.2x, -0.8%) me: 7.6s (69.5x, 0.7%) ca:25.1s (228.1x, -1.3%) he: 4.6s (42.0x, -1.1%) ca: 6.7s (60.7x, -1.5%) dr: 4.4s (39.9x, -1.6%) ma: 4.3s (39.5x, -0.9%) -- bz2 -- bz2 valgrind-new:0.52s no: 1.6s ( 3.0x, -----) me: 6.1s (11.8x, -----) ca:13.3s (25.5x, -----) he: 8.4s (16.1x, -----) ca:10.8s (20.7x, -----) dr:10.6s (20.3x, -----) ma: 1.6s ( 3.0x, -----) bz2 valgrind-old:0.52s no: 1.6s ( 3.0x, 0.0%) me: 6.0s (11.5x, 2.5%) ca:13.2s (25.3x, 0.8%) he: 8.4s (16.1x, 0.0%) ca:10.8s (20.8x, -0.3%) dr:10.6s (20.3x, -0.1%) ma: 1.6s ( 3.0x, 0.0%) -- fbench -- fbench valgrind-new:0.22s no: 1.0s ( 4.5x, -----) me: 3.6s (16.3x, -----) ca: 5.4s (24.5x, -----) he: 2.7s (12.4x, -----) ca: 3.1s (14.1x, -----) dr: 2.5s (11.5x, -----) ma: 1.0s ( 4.6x, -----) fbench valgrind-old:0.22s no: 1.0s ( 4.4x, 1.0%) me: 3.5s (15.9x, 2.5%) ca: 5.4s (24.4x, 0.7%) he: 2.7s (12.1x, 2.2%) ca: 3.0s (13.8x, 2.3%) dr: 2.4s (11.1x, 3.2%) ma: 1.0s ( 4.5x, 1.0%) -- ffbench -- ffbench valgrind-new:0.20s no: 0.9s ( 4.4x, -----) me: 2.7s (13.5x, -----) ca: 1.8s ( 8.8x, -----) he: 5.8s (29.2x, -----) ca: 4.0s (20.0x, -----) dr: 3.1s (15.7x, -----) ma: 0.8s ( 4.1x, -----) ffbench valgrind-old:0.20s no: 0.9s ( 4.3x, 1.1%) me: 2.7s (13.4x, 1.1%) ca: 1.8s ( 8.8x, 0.0%) he: 5.4s (26.9x, 7.9%) ca: 4.0s (19.9x, 0.2%) dr: 3.2s (15.8x, -0.6%) ma: 0.8s ( 4.1x, 0.0%) -- heap -- heap valgrind-new:0.08s no: 0.5s ( 6.8x, -----) me: 4.9s (61.7x, -----) ca: 6.1s (76.6x, -----) he: 6.6s (82.2x, -----) ca: 3.1s (38.6x, -----) dr: 4.2s (52.4x, -----) ma: 4.6s (57.9x, -----) heap valgrind-old:0.08s no: 0.5s ( 6.8x, 0.0%) me: 4.9s (61.2x, 0.8%) ca: 6.1s (76.6x, 0.0%) he: 6.6s (82.2x, 0.0%) ca: 3.1s (38.8x, -0.3%) dr: 4.2s (52.4x, 0.0%) ma: 4.6s (57.8x, 0.2%) -- heap_pdb4 -- heap_pdb4 valgrind-new:0.11s no: 0.6s ( 5.7x, -----) me: 8.4s (76.0x, -----) ca: 6.8s (61.9x, -----) he: 7.6s (69.1x, -----) ca: 3.4s (30.6x, -----) dr: 4.6s (42.1x, -----) ma: 4.8s (43.5x, -----) heap_pdb4 valgrind-old:0.11s no: 0.6s ( 5.5x, 4.8%) me: 8.4s (76.2x, -0.2%) ca: 6.8s (61.5x, 0.6%) he: 7.6s (69.1x, 0.0%) ca: 3.4s (30.7x, -0.3%) dr: 4.6s (42.1x, 0.0%) ma: 4.8s (43.5x, 0.0%) -- many-loss-records -- many-loss-records valgrind-new:0.01s no: 0.2s (20.0x, -----) me: 1.3s (126.0x, -----) ca: 1.0s (96.0x, -----) he: 1.1s (115.0x, -----) ca: 0.6s (63.0x, -----) dr: 1.0s (99.0x, -----) ma: 1.0s (96.0x, -----) many-loss-records valgrind-old:0.01s no: 0.2s (21.0x, -5.0%) me: 1.3s (133.0x, -5.6%) ca: 1.0s (102.0x, -6.2%) he: 1.1s (115.0x, 0.0%) ca: 0.6s (63.0x, 0.0%) dr: 1.0s (98.0x, 1.0%) ma: 1.0s (96.0x, 0.0%) -- many-xpts -- many-xpts valgrind-new:0.03s no: 0.3s ( 9.3x, -----) me: 1.9s (63.0x, -----) ca: 2.7s (90.0x, -----) he: 2.1s (70.3x, -----) ca: 0.9s (30.7x, -----) dr: 1.4s (48.3x, -----) ma: 1.4s (48.3x, -----) many-xpts valgrind-old:0.03s no: 0.3s ( 9.7x, -3.6%) me: 1.9s (62.7x, 0.5%) ca: 2.7s (90.0x, 0.0%) he: 2.2s (74.0x, -5.2%) ca: 0.9s (30.3x, 1.1%) dr: 1.4s (48.0x, 0.7%) ma: 1.4s (48.3x, 0.0%) -- sarp -- sarp valgrind-new:0.02s no: 0.2s (12.0x, -----) me: 2.4s (120.0x, -----) ca: 1.8s (88.5x, -----) he: 6.5s (323.0x, -----) ca: 0.9s (46.0x, -----) dr: 0.9s (47.0x, -----) ma: 0.3s (13.5x, -----) sarp valgrind-old:0.02s no: 0.2s (12.0x, 0.0%) me: 2.4s (120.5x, -0.4%) ca: 1.8s (88.5x, 0.0%) he: 6.5s (323.0x, 0.0%) ca: 0.9s (45.5x, 1.1%) dr: 0.9s (46.5x, 1.1%) ma: 0.3s (13.5x, 0.0%) -- tinycc -- tinycc valgrind-new:0.17s no: 1.4s ( 8.3x, -----) me: 9.0s (53.2x, -----) ca:11.2s (66.1x, -----) he: 9.9s (58.3x, -----) ca: 8.1s (47.4x, -----) dr: 8.1s (47.6x, -----) ma: 2.5s (14.5x, -----) tinycc valgrind-old:0.17s no: 1.4s ( 8.4x, -1.4%) me: 9.0s (53.2x, 0.0%) ca:11.2s (65.9x, 0.3%) he: 9.9s (58.1x, 0.4%) ca: 8.1s (47.8x, -0.9%) dr: 8.1s (47.6x, -0.1%) ma: 2.5s (14.8x, -2.0%) -- Finished tests in perf ---------------------------------------------- == 11 programs, 154 timings ================= real 33m19.714s user 32m30.047s sys 0m20.349s |
|
From: Tom H. <to...@co...> - 2015-04-04 03:11:55
|
valgrind revision: 15065 VEX revision: 3117 C compiler: gcc (GCC) 4.6.3 20120306 (Red Hat 4.6.3-2) GDB: GNU gdb (GDB) Fedora (7.3.50.20110722-16.fc16) Assembler: GNU assembler version 2.21.53.0.1-6.fc16 20110716 C library: GNU C Library development release version 2.14.90 uname -mrs: Linux 3.18.9-200.fc21.x86_64 x86_64 Vendor version: Nightly build on bristol ( x86_64, Fedora 16 ) Started at 2015-04-04 03:01:44 BST Ended at 2015-04-04 04:11:41 BST Results unchanged from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... done Regression test results follow == 704 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == --tools=none,memcheck,callgrind,helgrind,cachegrind,drd,massif --reps=3 --vg=../valgrind-new --vg=../valgrind-old -- Running tests in perf ---------------------------------------------- -- bigcode1 -- bigcode1 valgrind-new:0.11s no: 1.6s (14.5x, -----) me: 3.1s (28.1x, -----) ca:14.3s (130.1x, -----) he: 1.9s (17.5x, -----) ca: 3.7s (33.3x, -----) dr: 1.9s (17.0x, -----) ma: 1.9s (16.9x, -----) bigcode1 valgrind-old:0.11s no: 1.6s (14.4x, 0.6%) me: 3.1s (28.2x, -0.3%) ca:14.3s (130.0x, 0.1%) he: 2.0s (17.9x, -2.6%) ca: 3.6s (33.2x, 0.3%) dr: 1.9s (16.9x, 0.5%) ma: 1.9s (16.9x, 0.0%) -- bigcode2 -- bigcode2 valgrind-new:0.11s no: 3.8s (34.1x, -----) me: 7.7s (70.2x, -----) ca:26.0s (236.6x, -----) he: 4.7s (42.5x, -----) ca: 6.6s (60.4x, -----) dr: 4.4s (40.2x, -----) ma: 4.3s (39.0x, -----) bigcode2 valgrind-old:0.11s no: 3.8s (34.1x, 0.0%) me: 7.8s (70.5x, -0.4%) ca:25.2s (229.5x, 3.0%) he: 4.8s (43.8x, -3.0%) ca: 6.7s (60.8x, -0.8%) dr: 4.4s (40.1x, 0.2%) ma: 4.3s (39.1x, -0.2%) -- bz2 -- bz2 valgrind-new:0.52s no: 1.6s ( 3.0x, -----) me: 5.8s (11.1x, -----) ca:13.4s (25.8x, -----) he: 8.3s (15.9x, -----) ca:10.8s (20.8x, -----) dr:10.2s (19.7x, -----) ma: 1.6s ( 3.0x, -----) bz2 valgrind-old:0.52s no: 1.6s ( 3.0x, 0.0%) me: 5.8s (11.1x, -0.3%) ca:13.4s (25.8x, -0.1%) he: 8.3s (16.0x, -0.5%) ca:10.8s (20.8x, -0.1%) dr:10.2s (19.7x, 0.0%) ma: 1.6s ( 3.0x, 0.0%) -- fbench -- fbench valgrind-new:0.22s no: 1.0s ( 4.5x, -----) me: 3.6s (16.4x, -----) ca: 5.5s (25.2x, -----) he: 2.8s (12.9x, -----) ca: 3.2s (14.5x, -----) dr: 2.6s (11.6x, -----) ma: 1.0s ( 4.6x, -----) fbench valgrind-old:0.22s no: 1.0s ( 4.5x, 0.0%) me: 3.6s (16.5x, -0.6%) ca: 5.5s (25.1x, 0.5%) he: 2.8s (12.9x, -0.4%) ca: 3.2s (14.5x, 0.6%) dr: 2.5s (11.5x, 0.8%) ma: 1.0s ( 4.6x, 0.0%) -- ffbench -- ffbench valgrind-new:0.20s no: 0.9s ( 4.5x, -----) me: 2.8s (14.1x, -----) ca: 1.8s ( 9.2x, -----) he: 5.8s (28.9x, -----) ca: 4.2s (20.8x, -----) dr: 3.3s (16.6x, -----) ma: 0.9s ( 4.3x, -----) ffbench valgrind-old:0.20s no: 0.9s ( 4.5x, 0.0%) me: 2.8s (14.0x, 0.4%) ca: 1.8s ( 9.2x, 0.0%) he: 5.3s (26.3x, 9.0%) ca: 4.1s (20.6x, 0.7%) dr: 3.3s (16.6x, 0.0%) ma: 0.8s ( 4.2x, 1.2%) -- heap -- heap valgrind-new:0.08s no: 0.6s ( 7.2x, -----) me: 5.0s (62.7x, -----) ca: 6.6s (82.0x, -----) he: 6.9s (85.8x, -----) ca: 3.2s (40.0x, -----) dr: 4.3s (53.5x, -----) ma: 4.8s (60.4x, -----) heap valgrind-old:0.08s no: 0.6s ( 7.4x, -1.7%) me: 5.0s (63.0x, -0.4%) ca: 6.6s (82.1x, -0.2%) he: 6.9s (86.0x, -0.3%) ca: 3.2s (40.0x, 0.0%) dr: 4.3s (53.5x, 0.0%) ma: 4.8s (60.5x, -0.2%) -- heap_pdb4 -- heap_pdb4 valgrind-new:0.10s no: 0.7s ( 6.5x, -----) me: 8.7s (86.7x, -----) ca: 7.2s (72.5x, -----) he: 7.9s (78.7x, -----) ca: 3.5s (35.4x, -----) dr: 4.9s (48.7x, -----) ma: 5.1s (51.2x, -----) heap_pdb4 valgrind-old:0.10s no: 0.7s ( 6.5x, 0.0%) me: 8.5s (84.7x, 2.3%) ca: 7.0s (70.5x, 2.8%) he: 7.7s (76.9x, 2.3%) ca: 3.5s (34.7x, 2.0%) dr: 4.7s (47.4x, 2.7%) ma: 5.0s (50.3x, 1.8%) -- many-loss-records -- many-loss-records valgrind-new:0.01s no: 0.2s (22.0x, -----) me: 1.3s (130.0x, -----) ca: 1.0s (102.0x, -----) he: 1.2s (116.0x, -----) ca: 0.6s (61.0x, -----) dr: 1.0s (97.0x, -----) ma: 0.9s (94.0x, -----) many-loss-records valgrind-old:0.01s no: 0.2s (23.0x, -4.5%) me: 1.3s (130.0x, 0.0%) ca: 1.0s (102.0x, 0.0%) he: 1.1s (115.0x, 0.9%) ca: 0.6s (62.0x, -1.6%) dr: 1.0s (99.0x, -2.1%) ma: 1.0s (96.0x, -2.1%) -- many-xpts -- many-xpts valgrind-new:0.03s no: 0.3s ( 9.0x, -----) me: 1.8s (60.3x, -----) ca: 2.6s (88.3x, -----) he: 2.1s (71.0x, -----) ca: 0.9s (30.0x, -----) dr: 1.4s (46.0x, -----) ma: 1.4s (46.0x, -----) many-xpts valgrind-old:0.03s no: 0.3s ( 9.0x, 0.0%) me: 1.8s (60.0x, 0.6%) ca: 2.6s (88.0x, 0.4%) he: 2.1s (70.7x, 0.5%) ca: 0.9s (30.3x, -1.1%) dr: 1.4s (47.3x, -2.9%) ma: 1.4s (46.0x, -0.0%) -- sarp -- sarp valgrind-new:0.02s no: 0.2s (12.0x, -----) me: 2.2s (112.5x, -----) ca: 1.7s (84.0x, -----) he: 6.4s (321.5x, -----) ca: 0.8s (42.5x, -----) dr: 0.9s (44.5x, -----) ma: 0.3s (13.0x, -----) sarp valgrind-old:0.02s no: 0.2s (11.5x, 4.2%) me: 2.3s (113.0x, -0.4%) ca: 1.7s (84.0x, -0.0%) he: 6.4s (320.5x, 0.3%) ca: 0.8s (42.5x, 0.0%) dr: 0.9s (44.5x, 0.0%) ma: 0.3s (13.0x, 0.0%) -- tinycc -- tinycc valgrind-new:0.15s no: 1.3s ( 8.8x, -----) me: 8.6s (57.1x, -----) ca:10.7s (71.4x, -----) he: 9.6s (63.9x, -----) ca: 7.8s (52.3x, -----) dr: 7.5s (50.3x, -----) ma: 2.4s (15.9x, -----) tinycc valgrind-old:0.15s no: 1.4s ( 9.1x, -3.0%) me: 8.5s (56.5x, 1.1%) ca:10.7s (71.1x, 0.4%) he: 9.6s (64.2x, -0.4%) ca: 7.6s (50.9x, 2.8%) dr: 7.5s (50.2x, 0.1%) ma: 2.4s (16.3x, -2.1%) -- Finished tests in perf ---------------------------------------------- == 11 programs, 154 timings ================= real 33m29.733s user 32m40.952s sys 0m21.374s |
|
From: Tom H. <to...@co...> - 2015-04-04 03:02:03
|
valgrind revision: 15065 VEX revision: 3117 C compiler: gcc (GCC) 4.8.3 20140911 (Red Hat 4.8.3-7) GDB: GNU gdb (GDB) Fedora 7.6.1-46.fc19 Assembler: GNU assembler version 2.23.52.0.1-9.fc19 20130226 C library: GNU C Library (GNU libc) stable release version 2.17 uname -mrs: Linux 3.18.9-200.fc21.x86_64 x86_64 Vendor version: Fedora 19 (Schrödingerâs Cat) Nightly build on bristol ( x86_64, Fedora 19 (Schrödingerâs Cat) ) Started at 2015-04-04 02:51:12 BST Ended at 2015-04-04 04:01:48 BST Results unchanged from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... done Regression test results follow == 704 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == --tools=none,memcheck,callgrind,helgrind,cachegrind,drd,massif --reps=3 --vg=../valgrind-new --vg=../valgrind-old -- Running tests in perf ---------------------------------------------- -- bigcode1 -- bigcode1 valgrind-new:0.10s no: 1.6s (15.7x, -----) me: 3.1s (31.4x, -----) ca:13.2s (131.7x, -----) he: 1.9s (19.1x, -----) ca: 3.6s (36.1x, -----) dr: 1.9s (18.7x, -----) ma: 1.9s (18.5x, -----) bigcode1 valgrind-old:0.10s no: 1.6s (15.8x, -0.6%) me: 3.1s (31.5x, -0.3%) ca:13.2s (131.5x, 0.2%) he: 1.9s (19.2x, -0.5%) ca: 3.6s (35.8x, 0.8%) dr: 1.9s (18.7x, 0.0%) ma: 1.9s (18.7x, -1.1%) -- bigcode2 -- bigcode2 valgrind-new:0.10s no: 3.6s (36.3x, -----) me: 7.7s (76.5x, -----) ca:25.1s (250.7x, -----) he: 4.5s (45.3x, -----) ca: 6.5s (65.3x, -----) dr: 4.3s (43.5x, -----) ma: 4.3s (43.2x, -----) bigcode2 valgrind-old:0.10s no: 3.7s (36.6x, -0.8%) me: 7.7s (77.0x, -0.7%) ca:24.8s (248.1x, 1.0%) he: 4.6s (45.6x, -0.7%) ca: 6.5s (65.3x, 0.0%) dr: 4.2s (42.5x, 2.3%) ma: 4.2s (42.5x, 1.6%) -- bz2 -- bz2 valgrind-new:0.49s no: 1.5s ( 3.1x, -----) me: 5.5s (11.2x, -----) ca:12.4s (25.2x, -----) he: 8.5s (17.4x, -----) ca:10.3s (21.0x, -----) dr:11.2s (22.9x, -----) ma: 1.5s ( 3.1x, -----) bz2 valgrind-old:0.49s no: 1.5s ( 3.1x, 0.0%) me: 5.5s (11.3x, -0.2%) ca:12.4s (25.2x, -0.1%) he: 8.5s (17.4x, 0.0%) ca:10.3s (21.1x, -0.1%) dr:11.3s (23.0x, -0.4%) ma: 1.5s ( 3.1x, -0.7%) -- fbench -- fbench valgrind-new:0.22s no: 1.0s ( 4.5x, -----) me: 3.4s (15.3x, -----) ca: 5.4s (24.7x, -----) he: 2.6s (11.8x, -----) ca: 3.2s (14.5x, -----) dr: 2.5s (11.5x, -----) ma: 1.0s ( 4.6x, -----) fbench valgrind-old:0.22s no: 1.0s ( 4.5x, 0.0%) me: 3.4s (15.3x, 0.0%) ca: 5.4s (24.7x, 0.0%) he: 2.6s (11.8x, 0.0%) ca: 3.2s (14.5x, 0.0%) dr: 2.5s (11.5x, 0.0%) ma: 1.0s ( 4.6x, 0.0%) -- ffbench -- ffbench valgrind-new:0.21s no: 0.9s ( 4.4x, -----) me: 2.9s (13.6x, -----) ca: 1.9s ( 8.8x, -----) he: 6.2s (29.3x, -----) ca: 4.4s (21.1x, -----) dr: 3.4s (16.1x, -----) ma: 0.9s ( 4.1x, -----) ffbench valgrind-old:0.21s no: 0.9s ( 4.4x, 0.0%) me: 2.9s (13.6x, 0.3%) ca: 1.8s ( 8.8x, 0.5%) he: 6.0s (28.7x, 2.3%) ca: 4.3s (20.4x, 3.4%) dr: 3.4s (16.1x, 0.0%) ma: 0.9s ( 4.1x, -1.2%) -- heap -- heap valgrind-new:0.07s no: 0.6s ( 8.1x, -----) me: 6.1s (87.3x, -----) ca: 6.0s (85.7x, -----) he: 6.7s (95.7x, -----) ca: 3.1s (43.9x, -----) dr: 4.5s (63.6x, -----) ma: 4.9s (69.9x, -----) heap valgrind-old:0.07s no: 0.6s ( 8.1x, 0.0%) me: 6.1s (87.3x, 0.0%) ca: 6.0s (85.9x, -0.2%) he: 6.7s (96.0x, -0.3%) ca: 3.1s (44.1x, -0.7%) dr: 4.5s (63.6x, 0.0%) ma: 4.9s (69.9x, 0.0%) -- heap_pdb4 -- heap_pdb4 valgrind-new:0.10s no: 0.6s ( 6.3x, -----) me: 9.1s (90.7x, -----) ca: 6.7s (66.9x, -----) he: 7.7s (77.4x, -----) ca: 3.4s (34.3x, -----) dr: 4.9s (49.2x, -----) ma: 5.0s (50.5x, -----) heap_pdb4 valgrind-old:0.10s no: 0.6s ( 6.3x, 0.0%) me: 9.1s (90.5x, 0.2%) ca: 6.7s (66.7x, 0.3%) he: 7.7s (76.9x, 0.6%) ca: 3.4s (34.1x, 0.6%) dr: 4.9s (48.9x, 0.6%) ma: 5.1s (50.7x, -0.4%) -- many-loss-records -- many-loss-records valgrind-new:0.01s no: 0.2s (22.0x, -----) me: 1.3s (131.0x, -----) ca: 1.0s (98.0x, -----) he: 1.2s (118.0x, -----) ca: 0.6s (61.0x, -----) dr: 1.1s (106.0x, -----) ma: 1.0s (101.0x, -----) many-loss-records valgrind-old:0.01s no: 0.2s (22.0x, 0.0%) me: 1.3s (132.0x, -0.8%) ca: 1.0s (98.0x, 0.0%) he: 1.2s (118.0x, 0.0%) ca: 0.6s (61.0x, 0.0%) dr: 1.1s (107.0x, -0.9%) ma: 1.0s (102.0x, -1.0%) -- many-xpts -- many-xpts valgrind-new:0.03s no: 0.3s ( 9.3x, -----) me: 1.6s (51.7x, -----) ca: 2.5s (81.7x, -----) he: 2.1s (70.7x, -----) ca: 0.9s (30.0x, -----) dr: 1.4s (48.3x, -----) ma: 1.5s (51.0x, -----) many-xpts valgrind-old:0.03s no: 0.3s ( 9.3x, 0.0%) me: 1.5s (51.0x, 1.3%) ca: 2.5s (82.0x, -0.4%) he: 2.1s (70.3x, 0.5%) ca: 0.9s (30.0x, 0.0%) dr: 1.4s (48.0x, 0.7%) ma: 1.5s (51.0x, 0.0%) -- sarp -- sarp valgrind-new:0.02s no: 0.2s (12.0x, -----) me: 2.3s (114.0x, -----) ca: 1.7s (83.5x, -----) he: 6.3s (315.5x, -----) ca: 0.9s (43.5x, -----) dr: 1.0s (48.5x, -----) ma: 0.3s (13.5x, -----) sarp valgrind-old:0.02s no: 0.2s (12.0x, 0.0%) me: 2.3s (114.0x, 0.0%) ca: 1.7s (83.0x, 0.6%) he: 6.3s (316.0x, -0.2%) ca: 0.9s (43.5x, 0.0%) dr: 1.0s (48.5x, 0.0%) ma: 0.3s (13.5x, 0.0%) -- tinycc -- tinycc valgrind-new:0.15s no: 1.3s ( 8.8x, -----) me: 7.7s (51.5x, -----) ca:10.6s (70.5x, -----) he: 9.8s (65.2x, -----) ca: 7.6s (50.6x, -----) dr: 7.8s (52.1x, -----) ma: 2.4s (15.7x, -----) tinycc valgrind-old:0.15s no: 1.3s ( 8.7x, 0.8%) me: 7.7s (51.5x, 0.0%) ca:10.6s (70.7x, -0.3%) he: 9.8s (65.2x, 0.0%) ca: 7.6s (50.4x, 0.4%) dr: 7.8s (52.1x, 0.1%) ma: 2.4s (15.7x, 0.0%) -- Finished tests in perf ---------------------------------------------- == 11 programs, 154 timings ================= real 33m11.657s user 32m24.597s sys 0m22.164s |
|
From: Rich C. <rc...@wi...> - 2015-04-04 02:56:34
|
valgrind revision: 15065
VEX revision: 3117
C compiler: gcc (SUSE Linux) 4.8.3 20140627 [gcc-4_8-branch revision 212064]
GDB: GNU gdb (GDB; openSUSE 13.2) 7.8
Assembler: GNU assembler (GNU Binutils; openSUSE 13.2) 2.24.0.20140403-6.1
C library: GNU C Library (GNU libc) stable release version 2.19 (git 9a869d822025)
uname -mrs: Linux 3.16.6-2-desktop x86_64
Vendor version: openSUSE 13.2 (Harlequin)
Nightly build on ultra ( gcc (SUSE Linux) 4.8.3 20140627 [gcc-4_8-branch revision 212064] Linux 3.16.6-2-desktop x86_64 )
Started at 2015-04-03 21:30:01 CDT
Ended at 2015-04-03 21:56:22 CDT
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
== 621 tests, 6 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures ==
gdbserver_tests/hgtls (stdoutB)
memcheck/tests/err_disable3 (stderr)
memcheck/tests/err_disable4 (stderr)
memcheck/tests/threadname (stderr)
memcheck/tests/threadname_xml (stderr)
helgrind/tests/hg05_race2 (stderr)
helgrind/tests/tc09_bad_unlock (stderr)
=================================================
./valgrind-new/gdbserver_tests/hgtls.stdoutB.diff
=================================================
--- hgtls.stdoutB.exp 2015-04-03 21:43:34.233779234 -0500
+++ hgtls.stdoutB.out 2015-04-03 21:46:29.001921737 -0500
@@ -35,11 +35,11 @@
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
=================================================
./valgrind-new/helgrind/tests/hg05_race2.stderr.diff
=================================================
--- hg05_race2.stderr.exp 2015-04-03 21:43:37.638684592 -0500
+++ hg05_race2.stderr.out 2015-04-03 21:52:02.572652180 -0500
@@ -26,8 +26,7 @@
at 0x........: th (hg05_race2.c:17)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
...
- Location 0x........ is 0 bytes inside foo.poot[5].plop[11],
- declared at hg05_race2.c:24, in frame #x of thread x
+ Address 0x........ is on thread #x's stack
----------------------------------------------------------------
@@ -42,8 +41,7 @@
at 0x........: th (hg05_race2.c:17)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
...
- Location 0x........ is 0 bytes inside foo.poot[5].plop[11],
- declared at hg05_race2.c:24, in frame #x of thread x
+ Address 0x........ is on thread #x's stack
ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
=================================================
./valgrind-new/helgrind/tests/tc09_bad_unlock.stderr.diff
=================================================
--- tc09_bad_unlock.stderr.exp 2015-04-03 21:43:37.661683953 -0500
+++ tc09_bad_unlock.stderr.out 2015-04-03 21:52:25.196023579 -0500
@@ -37,7 +37,6 @@
by 0x........: nearly_main (tc09_bad_unlock.c:31)
by 0x........: main (tc09_bad_unlock.c:49)
Address 0x........ is on thread #x's stack
- in frame #x, created by nearly_main (tc09_bad_unlock.c:16)
----------------------------------------------------------------
@@ -108,7 +107,6 @@
by 0x........: nearly_main (tc09_bad_unlock.c:31)
by 0x........: main (tc09_bad_unlock.c:49)
Address 0x........ is on thread #x's stack
- in frame #x, created by nearly_main (tc09_bad_unlock.c:16)
----------------------------------------------------------------
=================================================
./valgrind-new/memcheck/tests/err_disable3.stderr.diff
=================================================
--- err_disable3.stderr.exp 2015-04-03 21:43:34.522771201 -0500
+++ err_disable3.stderr.out 2015-04-03 21:48:08.267163041 -0500
@@ -10,8 +10,6 @@
Thread 2:
Invalid read of size 1
at 0x........: err (err_disable3.c:25)
- by 0x........: child_fn (err_disable3.c:31)
- ...
Address 0x........ is 5 bytes inside a block of size 10 free'd
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (err_disable3.c:42)
=================================================
./valgrind-new/memcheck/tests/err_disable4.stderr.diff
=================================================
--- err_disable4.stderr.exp 2015-04-03 21:43:34.745765003 -0500
+++ err_disable4.stderr.out 2015-04-03 21:48:09.016142227 -0500
@@ -1501,8 +1501,6 @@
Thread x:
Invalid read of size 1
at 0x........: err (err_disable4.c:46)
- by 0x........: child_fn_2 (err_disable4.c:64)
- ...
Address 0x........ is 5 bytes inside a block of size 10 free'd
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (err_disable4.c:81)
=================================================
./valgrind-new/memcheck/tests/threadname.stderr.diff
=================================================
--- threadname.stderr.exp 2015-04-03 21:43:34.682766754 -0500
+++ threadname.stderr.out 2015-04-03 21:49:40.777592243 -0500
@@ -9,36 +9,12 @@
Thread 2:
Invalid write of size 1
at 0x........: bad_things (threadname.c:16)
- by 0x........: child_fn_0 (threadname.c:61)
- ...
Address 0x........ is 0 bytes after a block of size 2 alloc'd
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: bad_things (threadname.c:15)
by 0x........: child_fn_0 (threadname.c:61)
...
-Thread 3 try1:
-Invalid write of size 1
- at 0x........: bad_things (threadname.c:16)
- by 0x........: child_fn_1 (threadname.c:46)
- ...
- Address 0x........ is 0 bytes after a block of size 3 alloc'd
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: bad_things (threadname.c:15)
- by 0x........: child_fn_1 (threadname.c:46)
- ...
-
-Thread 4 012345678901234:
-Invalid write of size 1
- at 0x........: bad_things (threadname.c:16)
- by 0x........: child_fn_2 (threadname.c:30)
- ...
- Address 0x........ is 0 bytes after a block of size 4 alloc'd
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: bad_things (threadname.c:15)
- by 0x........: child_fn_2 (threadname.c:30)
- ...
-
Thread 1:
Invalid write of size 1
at 0x........: bad_things (threadname.c:16)
=================================================
./valgrind-new/memcheck/tests/threadname_xml.stderr.diff
=================================================
--- threadname_xml.stderr.exp 2015-04-03 21:43:34.603768950 -0500
+++ threadname_xml.stderr.out 2015-04-03 21:49:41.237579461 -0500
@@ -94,14 +94,6 @@
<file>threadname.c</file>
<line>...</line>
</frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_0</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
</stack>
<auxwhat>Address 0x........ is 0 bytes after a block of size 2 alloc'd</auxwhat>
<stack>
@@ -135,112 +127,6 @@
<error>
<unique>0x........</unique>
<tid>...</tid>
- <threadname>try1</threadname>
- <kind>InvalidWrite</kind>
- <what>Invalid write of size 1</what>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>bad_things</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_1</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- </stack>
- <auxwhat>Address 0x........ is 0 bytes after a block of size 3 alloc'd</auxwhat>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>malloc</fn>
- <dir>...</dir>
- <file>vg_replace_malloc.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>bad_things</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_1</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- </stack>
-</error>
-
-<error>
- <unique>0x........</unique>
- <tid>...</tid>
- <threadname>012345678901234</threadname>
- <kind>InvalidWrite</kind>
- <what>Invalid write of size 1</what>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>bad_things</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_2</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- </stack>
- <auxwhat>Address 0x........ is 0 bytes after a block of size 4 alloc'd</auxwhat>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
<truncated beyond 100 lines>
=================================================
./valgrind-old/gdbserver_tests/hgtls.stdoutB.diff
=================================================
--- hgtls.stdoutB.exp 2015-04-03 21:30:18.756897240 -0500
+++ hgtls.stdoutB.out 2015-04-03 21:33:33.756473950 -0500
@@ -35,11 +35,11 @@
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
=================================================
./valgrind-old/helgrind/tests/hg05_race2.stderr.diff
=================================================
--- hg05_race2.stderr.exp 2015-04-03 21:30:21.418823200 -0500
+++ hg05_race2.stderr.out 2015-04-03 21:39:09.137148554 -0500
@@ -26,8 +26,7 @@
at 0x........: th (hg05_race2.c:17)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
...
- Location 0x........ is 0 bytes inside foo.poot[5].plop[11],
- declared at hg05_race2.c:24, in frame #x of thread x
+ Address 0x........ is on thread #x's stack
----------------------------------------------------------------
@@ -42,8 +41,7 @@
at 0x........: th (hg05_race2.c:17)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
...
- Location 0x........ is 0 bytes inside foo.poot[5].plop[11],
- declared at hg05_race2.c:24, in frame #x of thread x
+ Address 0x........ is on thread #x's stack
ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
=================================================
./valgrind-old/helgrind/tests/tc09_bad_unlock.stderr.diff
=================================================
--- tc09_bad_unlock.stderr.exp 2015-04-03 21:30:21.441822561 -0500
+++ tc09_bad_unlock.stderr.out 2015-04-03 21:39:32.030512089 -0500
@@ -37,7 +37,6 @@
by 0x........: nearly_main (tc09_bad_unlock.c:31)
by 0x........: main (tc09_bad_unlock.c:49)
Address 0x........ is on thread #x's stack
- in frame #x, created by nearly_main (tc09_bad_unlock.c:16)
----------------------------------------------------------------
@@ -108,7 +107,6 @@
by 0x........: nearly_main (tc09_bad_unlock.c:31)
by 0x........: main (tc09_bad_unlock.c:49)
Address 0x........ is on thread #x's stack
- in frame #x, created by nearly_main (tc09_bad_unlock.c:16)
----------------------------------------------------------------
=================================================
./valgrind-old/memcheck/tests/err_disable3.stderr.diff
=================================================
--- err_disable3.stderr.exp 2015-04-03 21:30:19.093887867 -0500
+++ err_disable3.stderr.out 2015-04-03 21:35:12.796719820 -0500
@@ -10,8 +10,6 @@
Thread 2:
Invalid read of size 1
at 0x........: err (err_disable3.c:25)
- by 0x........: child_fn (err_disable3.c:31)
- ...
Address 0x........ is 5 bytes inside a block of size 10 free'd
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (err_disable3.c:42)
=================================================
./valgrind-old/memcheck/tests/err_disable4.stderr.diff
=================================================
--- err_disable4.stderr.exp 2015-04-03 21:30:19.429878521 -0500
+++ err_disable4.stderr.out 2015-04-03 21:35:13.523699604 -0500
@@ -1501,8 +1501,6 @@
Thread x:
Invalid read of size 1
at 0x........: err (err_disable4.c:46)
- by 0x........: child_fn_2 (err_disable4.c:64)
- ...
Address 0x........ is 5 bytes inside a block of size 10 free'd
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (err_disable4.c:81)
=================================================
./valgrind-old/memcheck/tests/threadname.stderr.diff
=================================================
--- threadname.stderr.exp 2015-04-03 21:30:19.254883389 -0500
+++ threadname.stderr.out 2015-04-03 21:36:46.234121709 -0500
@@ -9,36 +9,12 @@
Thread 2:
Invalid write of size 1
at 0x........: bad_things (threadname.c:16)
- by 0x........: child_fn_0 (threadname.c:61)
- ...
Address 0x........ is 0 bytes after a block of size 2 alloc'd
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: bad_things (threadname.c:15)
by 0x........: child_fn_0 (threadname.c:61)
...
-Thread 3 try1:
-Invalid write of size 1
- at 0x........: bad_things (threadname.c:16)
- by 0x........: child_fn_1 (threadname.c:46)
- ...
- Address 0x........ is 0 bytes after a block of size 3 alloc'd
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: bad_things (threadname.c:15)
- by 0x........: child_fn_1 (threadname.c:46)
- ...
-
-Thread 4 012345678901234:
-Invalid write of size 1
- at 0x........: bad_things (threadname.c:16)
- by 0x........: child_fn_2 (threadname.c:30)
- ...
- Address 0x........ is 0 bytes after a block of size 4 alloc'd
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: bad_things (threadname.c:15)
- by 0x........: child_fn_2 (threadname.c:30)
- ...
-
Thread 1:
Invalid write of size 1
at 0x........: bad_things (threadname.c:16)
=================================================
./valgrind-old/memcheck/tests/threadname_xml.stderr.diff
=================================================
--- threadname_xml.stderr.exp 2015-04-03 21:30:19.175885586 -0500
+++ threadname_xml.stderr.out 2015-04-03 21:36:46.721108168 -0500
@@ -94,14 +94,6 @@
<file>threadname.c</file>
<line>...</line>
</frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_0</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
</stack>
<auxwhat>Address 0x........ is 0 bytes after a block of size 2 alloc'd</auxwhat>
<stack>
@@ -135,112 +127,6 @@
<error>
<unique>0x........</unique>
<tid>...</tid>
- <threadname>try1</threadname>
- <kind>InvalidWrite</kind>
- <what>Invalid write of size 1</what>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>bad_things</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_1</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- </stack>
- <auxwhat>Address 0x........ is 0 bytes after a block of size 3 alloc'd</auxwhat>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>malloc</fn>
- <dir>...</dir>
- <file>vg_replace_malloc.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>bad_things</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_1</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- </stack>
-</error>
-
-<error>
- <unique>0x........</unique>
- <tid>...</tid>
- <threadname>012345678901234</threadname>
- <kind>InvalidWrite</kind>
- <what>Invalid write of size 1</what>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>bad_things</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_2</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- </stack>
- <auxwhat>Address 0x........ is 0 bytes after a block of size 4 alloc'd</auxwhat>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
<truncated beyond 100 lines>
|
|
From: Tom H. <to...@co...> - 2015-04-04 02:51:05
|
valgrind revision: 15065 VEX revision: 3117 C compiler: gcc (GCC) 4.8.3 20140911 (Red Hat 4.8.3-7) GDB: GNU gdb (GDB) Fedora 7.7.1-21.fc20 Assembler: GNU assembler version 2.23.2 C library: GNU C Library (GNU libc) stable release version 2.18 uname -mrs: Linux 3.18.9-200.fc21.x86_64 x86_64 Vendor version: Fedora 20 (Heisenbug) Nightly build on bristol ( x86_64, Fedora 20 ) Started at 2015-04-04 02:41:06 BST Ended at 2015-04-04 03:50:54 BST Results unchanged from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... done Regression test results follow == 704 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == --tools=none,memcheck,callgrind,helgrind,cachegrind,drd,massif --reps=3 --vg=../valgrind-new --vg=../valgrind-old -- Running tests in perf ---------------------------------------------- -- bigcode1 -- bigcode1 valgrind-new:0.10s no: 1.6s (15.7x, -----) me: 3.1s (31.3x, -----) ca:13.1s (131.4x, -----) he: 1.9s (19.3x, -----) ca: 3.7s (36.9x, -----) dr: 1.9s (18.8x, -----) ma: 1.9s (18.6x, -----) bigcode1 valgrind-old:0.10s no: 1.6s (15.6x, 0.6%) me: 3.1s (31.3x, 0.0%) ca:13.4s (133.8x, -1.8%) he: 1.9s (19.5x, -1.0%) ca: 3.6s (36.1x, 2.2%) dr: 1.9s (19.0x, -1.1%) ma: 1.9s (18.6x, 0.0%) -- bigcode2 -- bigcode2 valgrind-new:0.10s no: 3.7s (36.7x, -----) me: 7.8s (78.3x, -----) ca:26.4s (264.0x, -----) he: 4.6s (45.6x, -----) ca: 6.6s (65.8x, -----) dr: 4.3s (43.4x, -----) ma: 4.2s (42.5x, -----) bigcode2 valgrind-old:0.10s no: 3.6s (36.4x, 0.8%) me: 7.7s (77.0x, 1.7%) ca:25.9s (258.6x, 2.0%) he: 4.6s (45.9x, -0.7%) ca: 6.6s (66.1x, -0.5%) dr: 4.3s (43.3x, 0.2%) ma: 4.3s (42.7x, -0.5%) -- bz2 -- bz2 valgrind-new:0.49s no: 1.6s ( 3.2x, -----) me: 5.5s (11.3x, -----) ca:12.4s (25.3x, -----) he: 8.3s (17.0x, -----) ca:10.3s (20.9x, -----) dr:10.5s (21.4x, -----) ma: 1.5s ( 3.1x, -----) bz2 valgrind-old:0.49s no: 1.5s ( 3.1x, 1.3%) me: 5.5s (11.3x, 0.2%) ca:12.4s (25.3x, -0.1%) he: 8.3s (17.0x, 0.0%) ca:10.2s (20.9x, 0.4%) dr:10.5s (21.4x, 0.0%) ma: 1.5s ( 3.1x, -0.7%) -- fbench -- fbench valgrind-new:0.22s no: 1.0s ( 4.4x, -----) me: 3.4s (15.2x, -----) ca: 5.7s (25.9x, -----) he: 2.5s (11.5x, -----) ca: 3.0s (13.6x, -----) dr: 2.6s (11.6x, -----) ma: 1.0s ( 4.6x, -----) fbench valgrind-old:0.22s no: 1.0s ( 4.5x, -1.0%) me: 3.4s (15.2x, 0.0%) ca: 5.7s (25.8x, 0.2%) he: 2.5s (11.5x, -0.4%) ca: 3.0s (13.7x, -0.3%) dr: 2.5s (11.6x, 0.4%) ma: 1.0s ( 4.6x, 0.0%) -- ffbench -- ffbench valgrind-new:0.25s no: 0.9s ( 3.7x, -----) me: 2.9s (11.6x, -----) ca: 1.9s ( 7.4x, -----) he: 6.3s (25.4x, -----) ca: 4.5s (18.0x, -----) dr: 3.4s (13.6x, -----) ma: 0.9s ( 3.4x, -----) ffbench valgrind-old:0.25s no: 0.9s ( 3.6x, 1.1%) me: 2.9s (11.4x, 1.4%) ca: 1.8s ( 7.4x, 1.1%) he: 6.5s (25.8x, -1.7%) ca: 4.4s (17.7x, 1.6%) dr: 3.5s (13.8x, -1.5%) ma: 0.9s ( 3.4x, 0.0%) -- heap -- heap valgrind-new:0.08s no: 0.6s ( 7.0x, -----) me: 5.0s (63.1x, -----) ca: 6.0s (75.1x, -----) he: 6.8s (85.5x, -----) ca: 3.1s (38.8x, -----) dr: 4.3s (53.4x, -----) ma: 4.9s (60.8x, -----) heap valgrind-old:0.08s no: 0.6s ( 7.0x, 0.0%) me: 5.0s (62.4x, 1.2%) ca: 6.0s (75.1x, 0.0%) he: 6.8s (85.5x, 0.0%) ca: 3.1s (38.9x, -0.3%) dr: 4.3s (54.4x, -1.9%) ma: 4.8s (60.5x, 0.4%) -- heap_pdb4 -- heap_pdb4 valgrind-new:0.10s no: 0.6s ( 6.3x, -----) me: 8.7s (87.0x, -----) ca: 6.6s (65.8x, -----) he: 7.6s (76.0x, -----) ca: 3.4s (34.3x, -----) dr: 4.9s (49.2x, -----) ma: 5.0s (50.4x, -----) heap_pdb4 valgrind-old:0.10s no: 0.6s ( 6.3x, 0.0%) me: 8.7s (87.1x, -0.1%) ca: 6.6s (65.8x, 0.0%) he: 7.6s (76.0x, 0.0%) ca: 3.5s (34.5x, -0.6%) dr: 4.9s (49.2x, 0.0%) ma: 5.0s (50.4x, 0.0%) -- many-loss-records -- many-loss-records valgrind-new:0.01s no: 0.2s (22.0x, -----) me: 1.3s (131.0x, -----) ca: 1.0s (100.0x, -----) he: 1.2s (116.0x, -----) ca: 0.6s (60.0x, -----) dr: 1.1s (108.0x, -----) ma: 1.0s (101.0x, -----) many-loss-records valgrind-old:0.01s no: 0.2s (22.0x, 0.0%) me: 1.3s (130.0x, 0.8%) ca: 1.0s (98.0x, 2.0%) he: 1.1s (115.0x, 0.9%) ca: 0.6s (60.0x, 0.0%) dr: 1.1s (105.0x, 2.8%) ma: 1.0s (100.0x, 1.0%) -- many-xpts -- many-xpts valgrind-new:0.03s no: 0.3s ( 9.0x, -----) me: 1.5s (51.3x, -----) ca: 2.5s (82.3x, -----) he: 2.1s (71.0x, -----) ca: 0.9s (29.0x, -----) dr: 1.4s (47.0x, -----) ma: 1.5s (50.0x, -----) many-xpts valgrind-old:0.03s no: 0.3s ( 9.0x, 0.0%) me: 1.5s (50.7x, 1.3%) ca: 2.5s (82.3x, 0.0%) he: 2.1s (71.0x, 0.0%) ca: 0.9s (29.0x, 0.0%) dr: 1.4s (47.7x, -1.4%) ma: 1.5s (50.3x, -0.7%) -- sarp -- sarp valgrind-new:0.02s no: 0.2s (12.0x, -----) me: 2.3s (114.0x, -----) ca: 1.7s (83.5x, -----) he: 6.3s (317.0x, -----) ca: 0.9s (43.0x, -----) dr: 1.0s (48.5x, -----) ma: 0.3s (13.5x, -----) sarp valgrind-old:0.02s no: 0.2s (12.0x, 0.0%) me: 2.3s (114.0x, 0.0%) ca: 1.7s (83.0x, 0.6%) he: 6.3s (316.5x, 0.2%) ca: 0.9s (43.0x, 0.0%) dr: 1.0s (48.5x, 0.0%) ma: 0.3s (13.5x, 0.0%) -- tinycc -- tinycc valgrind-new:0.16s no: 1.3s ( 8.1x, -----) me: 7.7s (48.4x, -----) ca:10.6s (66.2x, -----) he: 9.8s (61.0x, -----) ca: 7.5s (46.8x, -----) dr: 7.8s (49.0x, -----) ma: 2.4s (14.9x, -----) tinycc valgrind-old:0.16s no: 1.3s ( 8.1x, 0.0%) me: 7.7s (48.0x, 0.8%) ca:10.6s (66.0x, 0.3%) he: 9.7s (60.8x, 0.3%) ca: 7.5s (47.1x, -0.7%) dr: 7.9s (49.2x, -0.4%) ma: 2.4s (15.0x, -0.4%) -- Finished tests in perf ---------------------------------------------- == 11 programs, 154 timings ================= real 33m11.274s user 32m17.432s sys 0m22.654s |
|
From: Tom H. <to...@co...> - 2015-04-04 02:36:01
|
valgrind revision: 15065 VEX revision: 3117 C compiler: gcc (GCC) 4.9.2 20150212 (Red Hat 4.9.2-6) GDB: GNU gdb (GDB) Fedora 7.8.2-38.fc21 Assembler: GNU assembler version 2.24 C library: GNU C Library (GNU libc) stable release version 2.20 uname -mrs: Linux 3.18.9-200.fc21.x86_64 x86_64 Vendor version: Fedora 21 (Twenty One) Nightly build on bristol ( x86_64, Fedora 21 (Twenty One) ) Started at 2015-04-04 02:31:01 BST Ended at 2015-04-04 03:35:42 BST 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 == 627 tests, 7 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures == gdbserver_tests/hgtls (stdoutB) memcheck/tests/err_disable3 (stderr) memcheck/tests/err_disable4 (stderr) memcheck/tests/threadname (stderr) memcheck/tests/threadname_xml (stderr) helgrind/tests/tc12_rwl_trivial (stderr) helgrind/tests/tc20_verifywrap (stderr) drd/tests/tc12_rwl_trivial (stderr) --tools=none,memcheck,callgrind,helgrind,cachegrind,drd,massif --reps=3 --vg=../valgrind-new --vg=../valgrind-old -- Running tests in perf ---------------------------------------------- -- bigcode1 -- bigcode1 valgrind-new:0.11s no: 1.6s (14.2x, -----) me: 3.1s (28.5x, -----) ca:14.5s (131.5x, -----) he: 1.9s (17.3x, -----) ca: 3.5s (31.6x, -----) dr: 1.9s (16.9x, -----) ma: 1.8s (16.7x, -----) bigcode1 valgrind-old:0.11s no: 1.6s (14.2x, 0.0%) me: 3.1s (28.6x, -0.3%) ca:14.5s (131.5x, 0.1%) he: 1.9s (17.5x, -1.1%) ca: 3.5s (31.6x, 0.0%) dr: 1.9s (16.9x, 0.0%) ma: 1.8s (16.6x, 0.5%) -- bigcode2 -- bigcode2 valgrind-new:0.11s no: 3.7s (33.3x, -----) me: 7.7s (70.2x, -----) ca:26.8s (243.5x, -----) he: 4.5s (41.1x, -----) ca: 6.4s (58.1x, -----) dr: 4.3s (39.2x, -----) ma: 4.2s (38.5x, -----) bigcode2 valgrind-old:0.11s no: 3.6s (33.1x, 0.5%) me: 7.7s (69.6x, 0.8%) ca:26.2s (238.2x, 2.2%) he: 4.5s (41.4x, -0.7%) ca: 6.4s (58.3x, -0.3%) dr: 4.3s (39.3x, -0.2%) ma: 4.2s (38.5x, 0.2%) -- bz2 -- bz2 valgrind-new:0.49s no: 1.5s ( 3.1x, -----) me: 5.5s (11.3x, -----) ca:13.3s (27.1x, -----) he: 8.1s (16.5x, -----) ca: 9.7s (19.9x, -----) dr:10.4s (21.3x, -----) ma: 1.5s ( 3.1x, -----) bz2 valgrind-old:0.49s no: 1.6s ( 3.2x, -1.3%) me: 5.6s (11.3x, -0.7%) ca:13.4s (27.3x, -0.9%) he: 8.1s (16.5x, 0.1%) ca: 9.9s (20.2x, -1.7%) dr:10.4s (21.3x, 0.0%) ma: 1.5s ( 3.1x, 1.3%) -- fbench -- fbench valgrind-new:0.22s no: 1.0s ( 4.4x, -----) me: 3.5s (15.7x, -----) ca: 5.5s (24.9x, -----) he: 3.0s (13.5x, -----) ca: 2.9s (13.1x, -----) dr: 2.4s (11.0x, -----) ma: 1.0s ( 4.5x, -----) fbench valgrind-old:0.22s no: 1.0s ( 4.4x, 1.0%) me: 3.5s (15.8x, -0.6%) ca: 5.5s (25.2x, -1.1%) he: 3.0s (13.5x, 0.7%) ca: 2.9s (13.2x, -0.7%) dr: 2.4s (11.0x, 0.0%) ma: 1.0s ( 4.6x, -2.0%) -- ffbench -- ffbench valgrind-new:0.26s no: 0.9s ( 3.5x, -----) me: 2.8s (10.8x, -----) ca: 1.9s ( 7.2x, -----) he: 5.1s (19.6x, -----) ca: 4.3s (16.7x, -----) dr: 3.6s (13.7x, -----) ma: 0.9s ( 3.3x, -----) ffbench valgrind-old:0.26s no: 0.9s ( 3.5x, 0.0%) me: 2.9s (11.3x, -3.9%) ca: 1.9s ( 7.1x, 1.1%) he: 5.3s (20.3x, -3.9%) ca: 4.4s (17.0x, -1.8%) dr: 3.5s (13.3x, 2.5%) ma: 0.9s ( 3.3x, 0.0%) -- heap -- heap valgrind-new:0.09s no: 0.6s ( 6.3x, -----) me: 5.0s (55.9x, -----) ca: 6.0s (66.2x, -----) he: 7.3s (80.8x, -----) ca: 2.9s (31.9x, -----) dr: 4.6s (50.9x, -----) ma: 5.0s (56.1x, -----) heap valgrind-old:0.09s no: 0.6s ( 6.4x, -1.8%) me: 5.1s (56.2x, -0.6%) ca: 6.1s (68.0x, -2.7%) he: 7.1s (78.4x, 2.9%) ca: 2.9s (32.0x, -0.3%) dr: 4.5s (50.2x, 1.3%) ma: 5.0s (55.7x, 0.8%) -- heap_pdb4 -- heap_pdb4 valgrind-new:0.10s no: 0.6s ( 6.2x, -----) me: 8.4s (83.6x, -----) ca: 6.6s (65.8x, -----) he: 8.1s (80.7x, -----) ca: 3.2s (32.1x, -----) dr: 5.0s (49.7x, -----) ma: 5.3s (53.2x, -----) heap_pdb4 valgrind-old:0.10s no: 0.6s ( 6.3x, -1.6%) me: 8.4s (83.6x, 0.0%) ca: 6.5s (65.5x, 0.5%) he: 8.0s (79.8x, 1.1%) ca: 3.2s (32.1x, 0.0%) dr: 5.0s (49.6x, 0.2%) ma: 5.2s (52.5x, 1.3%) -- many-loss-records -- many-loss-records valgrind-new:0.01s no: 0.2s (22.0x, -----) me: 1.3s (127.0x, -----) ca: 1.0s (97.0x, -----) he: 1.2s (118.0x, -----) ca: 0.6s (58.0x, -----) dr: 1.1s (106.0x, -----) ma: 1.0s (100.0x, -----) many-loss-records valgrind-old:0.01s no: 0.2s (22.0x, 0.0%) me: 1.3s (132.0x, -3.9%) ca: 1.0s (97.0x, 0.0%) he: 1.1s (114.0x, 3.4%) ca: 0.6s (58.0x, 0.0%) dr: 1.1s (105.0x, 0.9%) ma: 1.0s (99.0x, 1.0%) -- many-xpts -- many-xpts valgrind-new:0.03s no: 0.3s ( 8.7x, -----) me: 1.5s (51.3x, -----) ca: 2.5s (84.3x, -----) he: 2.2s (73.0x, -----) ca: 0.8s (27.7x, -----) dr: 1.4s (47.3x, -----) ma: 1.5s (51.3x, -----) many-xpts valgrind-old:0.03s no: 0.3s ( 9.0x, -3.8%) me: 1.5s (50.7x, 1.3%) ca: 2.5s (84.3x, 0.0%) he: 2.2s (73.0x, 0.0%) ca: 0.8s (27.3x, 1.2%) dr: 1.4s (47.3x, 0.0%) ma: 1.5s (51.0x, 0.6%) -- sarp -- sarp valgrind-new:0.02s no: 0.2s (12.5x, -----) me: 2.1s (105.0x, -----) ca: 1.7s (84.0x, -----) he: 6.5s (323.5x, -----) ca: 0.8s (41.0x, -----) dr: 1.0s (49.0x, -----) ma: 0.2s (12.5x, -----) sarp valgrind-old:0.02s no: 0.2s (11.5x, 8.0%) me: 2.1s (105.0x, 0.0%) ca: 1.7s (84.0x, -0.0%) he: 6.5s (323.0x, 0.2%) ca: 0.8s (41.5x, -1.2%) dr: 1.0s (49.0x, 0.0%) ma: 0.3s (13.0x, -4.0%) -- tinycc -- tinycc valgrind-new:0.16s no: 1.3s ( 8.3x, -----) me: 7.4s (46.4x, -----) ca:10.7s (67.1x, -----) he:10.2s (63.8x, -----) ca: 7.6s (47.4x, -----) dr: 7.7s (48.2x, -----) ma: 2.4s (14.8x, -----) tinycc valgrind-old:0.16s no: 1.3s ( 8.1x, 2.3%) me: 7.5s (46.7x, -0.5%) ca:10.7s (66.9x, 0.3%) he:10.5s (65.7x, -2.9%) ca: 7.6s (47.5x, -0.3%) dr: 7.8s (48.6x, -0.8%) ma: 2.4s (14.9x, -0.4%) -- Finished tests in perf ---------------------------------------------- == 11 programs, 154 timings ================= real 33m41.143s user 32m35.838s sys 0m22.879s |
|
From: Mark W. <ma...@bu...> - 2015-04-04 02:33:46
|
valgrind revision: 15065 VEX revision: 3117 C compiler: gcc (Debian 4.7.2-5) 4.7.2 GDB: GNU gdb (GDB) 7.4.1-debian Assembler: GNU assembler (GNU Binutils for Debian) 2.22 C library: GNU C Library (Debian EGLIBC 2.13-38+deb7u8) stable release version 2.13 uname -mrs: Linux 3.2.0-4-686-pae i686 Vendor version: Debian GNU/Linux 7 (wheezy) Nightly build on wildebeest32 ( Debian 7.8 wheezy i686 ) Started at 2015-04-04 02:07:04 CEST Ended at 2015-04-04 04:32:30 CEST Results unchanged from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... done Regression test results follow == 637 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == Congratulations, all tests passed! |
|
From: <ma...@bu...> - 2015-04-03 10:29:38
|
valgrind revision: 15064
VEX revision: 3116
C compiler: gcc (Debian 4.7.2-5) 4.7.2
GDB: GNU gdb (GDB) 7.4.1-debian
Assembler: GNU assembler (GNU Binutils for Debian) 2.22
C library: GNU C Library (Debian EGLIBC 2.13-38+deb7u8) stable release version 2.13
uname -mrs: Linux 3.2.0-4-amd64 x86_64
Vendor version: Debian GNU/Linux 7 (wheezy)
Nightly build on wildebeest ( Debian 7.8 wheezy x86_64 )
Started at 2015-04-03 00:00:01 UTC
Ended at 2015-04-03 10:28:01 UTC
Results differ from 24 hours ago
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ... failed
Regression test results follow
== 693 tests, 1 stderr failure, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
helgrind/tests/pth_destroy_cond (stderr)
=================================================
== Results from 24 hours ago ==
=================================================
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ... failed
Regression test results follow
== 691 tests, 1 stderr failure, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
none/tests/syscall-restart1 (stderr)
=================================================
== Difference between 24 hours ago and now ==
=================================================
*** old.short 2015-04-03 05:56:00.847770061 +0000
--- new.short 2015-04-03 10:28:01.108517493 +0000
***************
*** 8,11 ****
! == 691 tests, 1 stderr failure, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
! none/tests/syscall-restart1 (stderr)
--- 8,11 ----
! == 693 tests, 1 stderr failure, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
! helgrind/tests/pth_destroy_cond (stderr)
=================================================
./valgrind-new/helgrind/tests/pth_destroy_cond.stderr.diff
=================================================
--- pth_destroy_cond.stderr.exp 2015-04-03 06:10:04.151587488 +0000
+++ pth_destroy_cond.stderr.out 2015-04-03 09:33:29.743291219 +0000
@@ -5,6 +5,34 @@
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (pth_destroy_cond.c:29)
+---Thread-Announcement------------------------------------------
+
+Thread #x is the program's root thread
+
+----------------------------------------------------------------
+
+ Lock at 0x........ was first observed
+ at 0x........: pthread_mutex_init (hg_intercepts.c:...)
+ by 0x........: main (pth_destroy_cond.c:25)
+ Address 0x........ is 0 bytes inside data symbol "mutex"
+
+Possible data race during read of size 1 at 0x........ by thread #x
+Locks held: 1, at address 0x........
+ at 0x........: my_memcmp (hg_intercepts.c:...)
+ by 0x........: pthread_cond_destroy_WRK (hg_intercepts.c:...)
+ by 0x........: pthread_cond_destroy@* (hg_intercepts.c:...)
+ by 0x........: ThreadFunction (pth_destroy_cond.c:18)
+ 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_cond_wait_WRK (hg_intercepts.c:...)
+ by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
+ by 0x........: main (pth_destroy_cond.c:31)
+ Address 0x........ is 4 bytes inside data symbol "cond"
+
----------------------------------------------------------------
Thread #x: pthread_cond_destroy: destruction of condition variable being waited upon
=================================================
./valgrind-old/none/tests/syscall-restart1.stderr.diff
=================================================
--- syscall-restart1.stderr.exp 2015-04-03 00:00:29.311109392 +0000
+++ syscall-restart1.stderr.out 2015-04-03 03:06:00.279604601 +0000
@@ -1,3 +1,3 @@
-
+FAIL: expected write to fail with EPIPE, not 0
|
|
From: <ma...@bu...> - 2015-04-03 04:37:10
|
valgrind revision: 15064
VEX revision: 3116
C compiler: gcc (GCC) 4.9.2 20150212 (Red Hat 4.9.2-6)
GDB: GNU gdb (GDB) Fedora 7.8.2-38.fc21
Assembler: GNU assembler version 2.24
C library: GNU C Library (GNU libc) stable release version 2.20
uname -mrs: Linux 3.18.7-200.fc21.s390x s390x
Vendor version: Fedora 21 (Twenty One)
Nightly build on lfedora1 ( Fedora release 21 (Twenty One), s390x )
Started at 2015-04-03 00:00:01 UTC
Ended at 2015-04-03 00:54:19 UTC
Results differ from 24 hours ago
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ... failed
Regression test results follow
== 676 tests, 4 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures ==
gdbserver_tests/hgtls (stdoutB)
memcheck/tests/memcmptest (stderr)
helgrind/tests/pth_cond_destroy_busy (stderr)
helgrind/tests/pth_destroy_cond (stderr)
helgrind/tests/tc22_exit_w_lock (stderr)
=================================================
== Results from 24 hours ago ==
=================================================
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ... failed
Regression test results follow
== 674 tests, 4 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures ==
gdbserver_tests/hgtls (stdoutB)
memcheck/tests/memcmptest (stderr)
helgrind/tests/pth_cond_destroy_busy (stderr)
helgrind/tests/pth_destroy_cond (stderr)
helgrind/tests/tc22_exit_w_lock (stderr)
=================================================
== Difference between 24 hours ago and now ==
=================================================
*** old.short 2015-04-03 00:28:04.114078831 +0000
--- new.short 2015-04-03 00:54:19.934078831 +0000
***************
*** 8,10 ****
! == 674 tests, 4 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures ==
gdbserver_tests/hgtls (stdoutB)
--- 8,10 ----
! == 676 tests, 4 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures ==
gdbserver_tests/hgtls (stdoutB)
=================================================
./valgrind-new/gdbserver_tests/hgtls.stdoutB.diff
=================================================
--- hgtls.stdoutB.exp 2015-04-03 00:28:06.534078831 +0000
+++ hgtls.stdoutB.out 2015-04-03 00:34:11.154078831 +0000
@@ -35,11 +35,11 @@
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
=================================================
./valgrind-new/helgrind/tests/pth_cond_destroy_busy.stderr.diff
=================================================
--- pth_cond_destroy_busy.stderr.exp 2015-04-03 00:28:09.034078831 +0000
+++ pth_cond_destroy_busy.stderr.out 2015-04-03 00:46:08.854078831 +0000
@@ -47,4 +47,4 @@
First pthread_cond_destroy() call returned EBUSY.
Second pthread_cond_destroy() call returned success.
-ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 6 errors from 3 contexts (suppressed: 0 from 0)
=================================================
./valgrind-new/helgrind/tests/pth_destroy_cond.stderr.diff
=================================================
--- pth_destroy_cond.stderr.exp 2015-04-03 00:28:09.024078831 +0000
+++ pth_destroy_cond.stderr.out 2015-04-03 00:46:09.684078831 +0000
@@ -5,6 +5,34 @@
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (pth_destroy_cond.c:29)
+---Thread-Announcement------------------------------------------
+
+Thread #x is the program's root thread
+
+----------------------------------------------------------------
+
+ Lock at 0x........ was first observed
+ at 0x........: pthread_mutex_init (hg_intercepts.c:...)
+ by 0x........: main (pth_destroy_cond.c:25)
+ Address 0x........ is 0 bytes inside data symbol "mutex"
+
+Possible data race during read of size 1 at 0x........ by thread #x
+Locks held: 1, at address 0x........
+ at 0x........: my_memcmp (hg_intercepts.c:...)
+ by 0x........: pthread_cond_destroy_WRK (hg_intercepts.c:...)
+ by 0x........: pthread_cond_destroy@* (hg_intercepts.c:...)
+ by 0x........: ThreadFunction (pth_destroy_cond.c:18)
+ 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_cond_wait_WRK (hg_intercepts.c:...)
+ by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
+ by 0x........: main (pth_destroy_cond.c:31)
+ Address 0x........ is 4 bytes inside data symbol "cond"
+
----------------------------------------------------------------
Thread #x: pthread_cond_destroy: destruction of condition variable being waited upon
=================================================
./valgrind-new/helgrind/tests/tc22_exit_w_lock.stderr.diff
=================================================
--- tc22_exit_w_lock.stderr.exp 2015-04-03 00:28:09.024078831 +0000
+++ tc22_exit_w_lock.stderr.out 2015-04-03 00:47:09.044078831 +0000
@@ -13,6 +13,23 @@
---Thread-Announcement------------------------------------------
+Thread #x is the program's root thread
+
+----------------------------------------------------------------
+
+Possible data race during write of size 8 at 0x........ by thread #x
+Locks held: none
+ ...
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ by 0x........: main (tc22_exit_w_lock.c:42)
+
+This conflicts with a previous read of size 8 by thread #x
+Locks held: none
+ ...
+ Address 0x........ is in a rw- anonymous segment
+
+---Thread-Announcement------------------------------------------
+
Thread #x was created
...
by 0x........: pthread_create@* (hg_intercepts.c:...)
@@ -23,10 +40,6 @@
Thread #x: Exiting thread still holds 1 lock
...
----Thread-Announcement------------------------------------------
-
-Thread #x is the program's root thread
-
----------------------------------------------------------------
Thread #x: Exiting thread still holds 1 lock
@@ -34,4 +47,4 @@
by 0x........: main (tc22_exit_w_lock.c:48)
-ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 5 errors from 4 contexts (suppressed: 0 from 0)
=================================================
./valgrind-new/helgrind/tests/tc22_exit_w_lock.stderr.diff-kfail-x86
=================================================
--- tc22_exit_w_lock.stderr.exp-kfail-x86 2015-04-03 00:28:09.034078831 +0000
+++ tc22_exit_w_lock.stderr.out 2015-04-03 00:47:09.044078831 +0000
@@ -3,7 +3,6 @@
Thread #x was created
...
- by 0x........: pthread_create_WRK (hg_intercepts.c:...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc22_exit_w_lock.c:39)
@@ -14,9 +13,25 @@
---Thread-Announcement------------------------------------------
+Thread #x is the program's root thread
+
+----------------------------------------------------------------
+
+Possible data race during write of size 8 at 0x........ by thread #x
+Locks held: none
+ ...
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ by 0x........: main (tc22_exit_w_lock.c:42)
+
+This conflicts with a previous read of size 8 by thread #x
+Locks held: none
+ ...
+ Address 0x........ is in a rw- anonymous segment
+
+---Thread-Announcement------------------------------------------
+
Thread #x was created
...
- by 0x........: pthread_create_WRK (hg_intercepts.c:...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc22_exit_w_lock.c:42)
@@ -25,14 +40,11 @@
Thread #x: Exiting thread still holds 1 lock
...
----Thread-Announcement------------------------------------------
-
-Thread #x is the program's root thread
-
----------------------------------------------------------------
Thread #x: Exiting thread still holds 1 lock
...
+ by 0x........: main (tc22_exit_w_lock.c:48)
-ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 5 errors from 4 contexts (suppressed: 0 from 0)
=================================================
./valgrind-new/memcheck/tests/memcmptest.stderr.diff
=================================================
--- memcmptest.stderr.exp 2015-04-03 00:28:07.644078831 +0000
+++ memcmptest.stderr.out 2015-04-03 00:38:21.054078831 +0000
@@ -1,4 +1,8 @@
Conditional jump or move depends on uninitialised value(s)
- at 0x........: memcmp (vg_replace_strmem.c:...)
+ at 0x........: bcmp (vg_replace_strmem.c:...)
+ by 0x........: main (memcmptest.c:13)
+
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: bcmp (vg_replace_strmem.c:...)
by 0x........: main (memcmptest.c:13)
=================================================
./valgrind-new/memcheck/tests/memcmptest.stderr.diff2
=================================================
--- memcmptest.stderr.exp2 2015-04-03 00:28:07.624078831 +0000
+++ memcmptest.stderr.out 2015-04-03 00:38:21.054078831 +0000
@@ -2,3 +2,7 @@
at 0x........: bcmp (vg_replace_strmem.c:...)
by 0x........: main (memcmptest.c:13)
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: bcmp (vg_replace_strmem.c:...)
+ by 0x........: main (memcmptest.c:13)
+
=================================================
./valgrind-old/gdbserver_tests/hgtls.stdoutB.diff
=================================================
--- hgtls.stdoutB.exp 2015-04-03 00:00:14.144078831 +0000
+++ hgtls.stdoutB.out 2015-04-03 00:07:42.044078831 +0000
@@ -35,11 +35,11 @@
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
=================================================
./valgrind-old/helgrind/tests/pth_cond_destroy_busy.stderr.diff
=================================================
--- pth_cond_destroy_busy.stderr.exp 2015-04-03 00:00:16.894078831 +0000
+++ pth_cond_destroy_busy.stderr.out 2015-04-03 00:19:34.914078831 +0000
@@ -47,4 +47,4 @@
First pthread_cond_destroy() call returned EBUSY.
Second pthread_cond_destroy() call returned success.
-ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 6 errors from 3 contexts (suppressed: 0 from 0)
=================================================
./valgrind-old/helgrind/tests/pth_destroy_cond.stderr.diff
=================================================
--- pth_destroy_cond.stderr.exp 2015-04-03 00:00:16.874078831 +0000
+++ pth_destroy_cond.stderr.out 2015-04-03 00:19:35.804078831 +0000
@@ -5,6 +5,34 @@
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (pth_destroy_cond.c:29)
+---Thread-Announcement------------------------------------------
+
+Thread #x is the program's root thread
+
+----------------------------------------------------------------
+
+ Lock at 0x........ was first observed
+ at 0x........: pthread_mutex_init (hg_intercepts.c:...)
+ by 0x........: main (pth_destroy_cond.c:25)
+ Address 0x........ is 0 bytes inside data symbol "mutex"
+
+Possible data race during read of size 1 at 0x........ by thread #x
+Locks held: 1, at address 0x........
+ at 0x........: my_memcmp (hg_intercepts.c:...)
+ by 0x........: pthread_cond_destroy_WRK (hg_intercepts.c:...)
+ by 0x........: pthread_cond_destroy@* (hg_intercepts.c:...)
+ by 0x........: ThreadFunction (pth_destroy_cond.c:18)
+ 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_cond_wait_WRK (hg_intercepts.c:...)
+ by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
+ by 0x........: main (pth_destroy_cond.c:31)
+ Address 0x........ is 4 bytes inside data symbol "cond"
+
----------------------------------------------------------------
Thread #x: pthread_cond_destroy: destruction of condition variable being waited upon
=================================================
./valgrind-old/helgrind/tests/tc22_exit_w_lock.stderr.diff
=================================================
--- tc22_exit_w_lock.stderr.exp 2015-04-03 00:00:16.874078831 +0000
+++ tc22_exit_w_lock.stderr.out 2015-04-03 00:20:49.044078831 +0000
@@ -13,6 +13,23 @@
---Thread-Announcement------------------------------------------
+Thread #x is the program's root thread
+
+----------------------------------------------------------------
+
+Possible data race during write of size 8 at 0x........ by thread #x
+Locks held: none
+ ...
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ by 0x........: main (tc22_exit_w_lock.c:42)
+
+This conflicts with a previous read of size 8 by thread #x
+Locks held: none
+ ...
+ Address 0x........ is in a rw- anonymous segment
+
+---Thread-Announcement------------------------------------------
+
Thread #x was created
...
by 0x........: pthread_create@* (hg_intercepts.c:...)
@@ -23,10 +40,6 @@
Thread #x: Exiting thread still holds 1 lock
...
----Thread-Announcement------------------------------------------
-
-Thread #x is the program's root thread
-
----------------------------------------------------------------
Thread #x: Exiting thread still holds 1 lock
@@ -34,4 +47,4 @@
by 0x........: main (tc22_exit_w_lock.c:48)
-ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 5 errors from 4 contexts (suppressed: 0 from 0)
=================================================
./valgrind-old/helgrind/tests/tc22_exit_w_lock.stderr.diff-kfail-x86
=================================================
--- tc22_exit_w_lock.stderr.exp-kfail-x86 2015-04-03 00:00:16.894078831 +0000
+++ tc22_exit_w_lock.stderr.out 2015-04-03 00:20:49.044078831 +0000
@@ -3,7 +3,6 @@
Thread #x was created
...
- by 0x........: pthread_create_WRK (hg_intercepts.c:...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc22_exit_w_lock.c:39)
@@ -14,9 +13,25 @@
---Thread-Announcement------------------------------------------
+Thread #x is the program's root thread
+
+----------------------------------------------------------------
+
+Possible data race during write of size 8 at 0x........ by thread #x
+Locks held: none
+ ...
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ by 0x........: main (tc22_exit_w_lock.c:42)
+
+This conflicts with a previous read of size 8 by thread #x
+Locks held: none
+ ...
+ Address 0x........ is in a rw- anonymous segment
+
+---Thread-Announcement------------------------------------------
+
Thread #x was created
...
- by 0x........: pthread_create_WRK (hg_intercepts.c:...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc22_exit_w_lock.c:42)
@@ -25,14 +40,11 @@
Thread #x: Exiting thread still holds 1 lock
...
----Thread-Announcement------------------------------------------
-
-Thread #x is the program's root thread
-
----------------------------------------------------------------
Thread #x: Exiting thread still holds 1 lock
...
+ by 0x........: main (tc22_exit_w_lock.c:48)
-ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 5 errors from 4 contexts (suppressed: 0 from 0)
=================================================
./valgrind-old/memcheck/tests/memcmptest.stderr.diff
=================================================
--- memcmptest.stderr.exp 2015-04-03 00:00:15.314078831 +0000
+++ memcmptest.stderr.out 2015-04-03 00:12:03.324078831 +0000
@@ -1,4 +1,8 @@
Conditional jump or move depends on uninitialised value(s)
- at 0x........: memcmp (vg_replace_strmem.c:...)
+ at 0x........: bcmp (vg_replace_strmem.c:...)
+ by 0x........: main (memcmptest.c:13)
+
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: bcmp (vg_replace_strmem.c:...)
by 0x........: main (memcmptest.c:13)
=================================================
./valgrind-old/memcheck/tests/memcmptest.stderr.diff2
=================================================
--- memcmptest.stderr.exp2 2015-04-03 00:00:15.294078831 +0000
+++ memcmptest.stderr.out 2015-04-03 00:12:03.324078831 +0000
@@ -2,3 +2,7 @@
at 0x........: bcmp (vg_replace_strmem.c:...)
by 0x........: main (memcmptest.c:13)
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: bcmp (vg_replace_strmem.c:...)
+ by 0x........: main (memcmptest.c:13)
+
|
|
From: Philippe W. <phi...@sk...> - 2015-04-03 04:32:53
|
valgrind revision: 15064 VEX revision: 3116 C compiler: gcc (GCC) 4.7.2 20121109 (Red Hat 4.7.2-8) GDB: GNU gdb (GDB) Fedora (7.5.1-37.fc18) Assembler: GNU assembler version 2.23.51.0.1-7.fc18 20120806 C library: GNU C Library stable release version 2.16 uname -mrs: Linux 3.8.8-202.fc18.ppc64p7 ppc64 Vendor version: Fedora 18 (Spherical Cow) Nightly build on gcc110 ( Fedora release 18 (Spherical Cow), ppc64 ) Started at 2015-04-02 20:00:06 PDT Ended at 2015-04-02 21:32:44 PDT Results differ from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... failed Regression test results follow == 604 tests, 3 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 2 post failures == memcheck/tests/supp_unknown (stderr) massif/tests/big-alloc (post) massif/tests/deep-D (post) helgrind/tests/pth_cond_destroy_busy (stderr) helgrind/tests/tc06_two_races_xml (stderr) ================================================= == Results from 24 hours ago == ================================================= Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... failed Regression test results follow == 602 tests, 3 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 2 post failures == memcheck/tests/supp_unknown (stderr) massif/tests/big-alloc (post) massif/tests/deep-D (post) helgrind/tests/pth_cond_destroy_busy (stderr) helgrind/tests/tc06_two_races_xml (stderr) ================================================= == Difference between 24 hours ago and now == ================================================= *** old.short Thu Apr 2 20:19:43 2015 --- new.short Thu Apr 2 20:39:36 2015 *************** *** 8,10 **** ! == 602 tests, 3 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 2 post failures == memcheck/tests/supp_unknown (stderr) --- 8,10 ---- ! == 604 tests, 3 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 2 post failures == memcheck/tests/supp_unknown (stderr) --tools=none,memcheck,callgrind,helgrind,cachegrind,drd,massif --reps=3 --vg=../valgrind-new --vg=../valgrind-old -- Running tests in perf ---------------------------------------------- -- bigcode1 -- bigcode1 valgrind-new:0.23s no: 1.5s ( 6.6x, -----) me: 3.1s (13.4x, -----) ca:17.9s (77.7x, -----) he: 1.9s ( 8.0x, -----) ca: 5.4s (23.5x, -----) dr: 1.9s ( 8.1x, -----) ma: 2.1s ( 9.1x, -----) bigcode1 valgrind-old:0.23s no: 1.5s ( 6.7x, -1.3%) me: 3.0s (12.8x, 4.2%) ca:17.9s (77.8x, -0.1%) he: 1.8s ( 8.0x, 0.5%) ca: 5.4s (23.5x, 0.0%) dr: 1.8s ( 8.0x, 1.6%) ma: 2.1s ( 9.0x, 1.0%) -- bigcode2 -- bigcode2 valgrind-new:0.23s no: 1.5s ( 6.6x, -----) me: 3.1s (13.4x, -----) ca:17.9s (77.9x, -----) he: 2.3s (10.1x, -----) ca: 5.6s (24.3x, -----) dr: 2.0s ( 8.7x, -----) ma: 2.2s ( 9.7x, -----) bigcode2 valgrind-old:0.23s no: 1.7s ( 7.3x,-11.9%) me: 3.3s (14.5x, -8.1%) ca:18.0s (78.4x, -0.7%) he: 2.3s (10.0x, 1.7%) ca: 5.4s (23.5x, 3.6%) dr: 2.0s ( 8.6x, 1.0%) ma: 2.1s ( 9.2x, 5.4%) -- bz2 -- bz2 valgrind-new:0.72s no: 4.5s ( 6.3x, -----) me:11.6s (16.0x, -----) ca:25.4s (35.2x, -----) he:14.7s (20.4x, -----) ca:24.6s (34.1x, -----) dr:20.1s (27.9x, -----) ma: 4.7s ( 6.6x, -----) bz2 valgrind-old:0.72s no: 4.5s ( 6.3x, -0.2%) me:11.7s (16.2x, -1.0%) ca:25.8s (35.8x, -1.6%) he:14.6s (20.3x, 0.7%) ca:24.4s (34.0x, 0.5%) dr:20.1s (27.9x, 0.0%) ma: 4.6s ( 6.4x, 2.3%) -- fbench -- fbench valgrind-new:0.34s no: 2.1s ( 6.2x, -----) me: 5.3s (15.6x, -----) ca: 8.3s (24.4x, -----) he: 5.3s (15.7x, -----) ca: 7.4s (21.6x, -----) dr: 5.0s (14.8x, -----) ma: 2.2s ( 6.4x, -----) fbench valgrind-old:0.34s no: 2.1s ( 6.1x, 1.9%) me: 5.3s (15.6x, -0.2%) ca: 8.3s (24.3x, 0.4%) he: 5.4s (15.8x, -0.7%) ca: 7.4s (21.6x, 0.0%) dr: 5.0s (14.7x, 0.4%) ma: 2.2s ( 6.4x, 0.0%) -- ffbench -- ffbench valgrind-new:0.44s no: 1.3s ( 2.9x, -----) me: 2.6s ( 5.9x, -----) ca: 2.5s ( 5.6x, -----) he: 7.4s (16.8x, -----) ca: 7.0s (16.0x, -----) dr: 5.1s (11.6x, -----) ma: 1.0s ( 2.2x, -----) ffbench valgrind-old:0.44s no: 1.3s ( 2.9x, 0.0%) me: 2.6s ( 5.9x, -0.4%) ca: 2.5s ( 5.6x, 0.0%) he: 7.5s (16.9x, -0.8%) ca: 7.0s (16.0x, 0.0%) dr: 5.1s (11.6x, 0.4%) ma: 1.0s ( 2.2x, 0.0%) -- heap -- heap valgrind-new:0.41s no: 2.4s ( 5.8x, -----) me:10.0s (24.3x, -----) ca:12.9s (31.4x, -----) he:12.1s (29.4x, -----) ca:12.1s (29.6x, -----) dr: 8.3s (20.2x, -----) ma: 8.8s (21.4x, -----) heap valgrind-old:0.41s no: 2.4s ( 5.8x, 0.4%) me:10.0s (24.5x, -0.6%) ca:12.9s (31.5x, -0.4%) he:12.2s (29.9x, -1.4%) ca:12.0s (29.2x, 1.4%) dr: 8.2s (20.1x, 0.6%) ma: 8.8s (21.4x, -0.2%) -- heap_pdb4 -- heap_pdb4 valgrind-new:0.42s no: 2.6s ( 6.1x, -----) me:13.9s (33.0x, -----) ca:13.9s (33.2x, -----) he:13.4s (31.9x, -----) ca:13.1s (31.3x, -----) dr: 9.2s (22.0x, -----) ma: 9.0s (21.4x, -----) heap_pdb4 valgrind-old:0.42s no: 2.7s ( 6.5x, -6.2%) me:13.9s (33.1x, -0.3%) ca:13.8s (32.8x, 1.1%) he:13.3s (31.7x, 0.4%) ca:13.2s (31.4x, -0.5%) dr: 9.2s (21.9x, 0.1%) ma: 9.0s (21.3x, 0.1%) -- many-loss-records -- many-loss-records valgrind-new:0.03s no: 0.5s (16.7x, -----) me: 2.3s (76.7x, -----) ca: 1.8s (60.3x, -----) he: 2.0s (65.3x, -----) ca: 1.8s (60.3x, -----) dr: 1.7s (55.7x, -----) ma: 1.6s (53.0x, -----) many-loss-records valgrind-old:0.03s no: 0.5s (16.7x, 0.0%) me: 2.3s (78.0x, -1.7%) ca: 1.8s (60.7x, -0.6%) he: 2.0s (65.3x, 0.0%) ca: 1.8s (60.0x, 0.6%) dr: 1.7s (55.3x, 0.6%) ma: 1.6s (53.0x, -0.0%) -- many-xpts -- many-xpts valgrind-new:0.06s no: 0.7s (11.7x, -----) me: 3.5s (58.0x, -----) ca: 4.5s (75.5x, -----) he: 5.0s (83.8x, -----) ca: 2.8s (47.3x, -----) dr: 2.4s (40.7x, -----) ma: 2.3s (38.3x, -----) many-xpts valgrind-old:0.06s no: 0.7s (11.7x, 0.0%) me: 3.5s (58.3x, -0.6%) ca: 4.5s (75.3x, 0.2%) he: 5.0s (83.8x, 0.0%) ca: 2.9s (47.7x, -0.7%) dr: 2.5s (40.8x, -0.4%) ma: 2.3s (38.3x, 0.0%) -- sarp -- sarp valgrind-new:0.02s no: 0.4s (19.0x, -----) me: 3.2s (158.0x, -----) ca: 2.8s (140.0x, -----) he:11.2s (558.0x, -----) ca: 1.7s (84.0x, -----) dr: 1.2s (61.0x, -----) ma: 0.4s (19.5x, -----) sarp valgrind-old:0.02s no: 0.4s (19.0x, 0.0%) me: 3.1s (157.5x, 0.3%) ca: 2.8s (139.5x, 0.4%) he:11.1s (556.5x, 0.3%) ca: 1.6s (81.5x, 3.0%) dr: 1.3s (65.0x, -6.6%) ma: 0.4s (19.5x, 0.0%) -- tinycc -- tinycc valgrind-new:0.27s no: 2.9s (10.9x, -----) me:13.6s (50.5x, -----) ca:17.0s (63.1x, -----) he:19.0s (70.5x, -----) ca:15.6s (57.7x, -----) dr:12.4s (46.0x, -----) ma: 3.8s (14.0x, -----) tinycc valgrind-old:0.27s no: 2.9s (10.9x, -0.3%) me:13.8s (51.0x, -1.0%) ca:17.0s (63.1x, 0.0%) he:19.1s (70.9x, -0.6%) ca:15.6s (57.6x, 0.2%) dr:12.5s (46.3x, -0.5%) ma: 3.8s (13.9x, 0.8%) -- Finished tests in perf ---------------------------------------------- == 11 programs, 154 timings ================= real 53m8.051s user 52m18.407s sys 0m16.035s |
|
From: Rich C. <rc...@wi...> - 2015-04-03 04:10:37
|
valgrind revision: 15064
VEX revision: 3116
C compiler: gcc (SUSE Linux) 4.8.3 20140627 [gcc-4_8-branch revision 212064]
GDB: GNU gdb (GDB; openSUSE 13.2) 7.8
Assembler: GNU assembler (GNU Binutils; openSUSE 13.2) 2.24.0.20140403-6.1
C library: GNU C Library (GNU libc) stable release version 2.19 (git 9a869d822025)
uname -mrs: Linux 3.16.7-7-desktop x86_64
Vendor version: Welcome to openSUSE 13.2 "Harlequin" - Kernel %r (%t).
Nightly build on rodan ( Linux 3.16.7-7-desktop x86_64 )
Started at 2015-04-02 19:22:01 CDT
Ended at 2015-04-02 23:10:29 CDT
Results differ from 24 hours ago
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ... failed
Regression test results follow
== 621 tests, 4 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures ==
gdbserver_tests/hgtls (stdoutB)
memcheck/tests/err_disable3 (stderr)
memcheck/tests/err_disable4 (stderr)
memcheck/tests/threadname (stderr)
memcheck/tests/threadname_xml (stderr)
=================================================
== Results from 24 hours ago ==
=================================================
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ... failed
Regression test results follow
== 619 tests, 4 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures ==
gdbserver_tests/hgtls (stdoutB)
memcheck/tests/err_disable3 (stderr)
memcheck/tests/err_disable4 (stderr)
memcheck/tests/threadname (stderr)
memcheck/tests/threadname_xml (stderr)
=================================================
== Difference between 24 hours ago and now ==
=================================================
*** old.short Thu Apr 2 20:02:16 2015
--- new.short Thu Apr 2 20:42:21 2015
***************
*** 8,10 ****
! == 619 tests, 4 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures ==
gdbserver_tests/hgtls (stdoutB)
--- 8,10 ----
! == 621 tests, 4 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures ==
gdbserver_tests/hgtls (stdoutB)
--tools=none,memcheck,callgrind,helgrind,cachegrind,drd,massif --reps=3 --vg=../valgrind-new --vg=../valgrind-old
+ perl perf/vg_perf --tools=none,memcheck,callgrind,helgrind,cachegrind,drd,massif --reps=3 --vg=../valgrind-new --vg=../valgrind-old perf
-- Running tests in perf ----------------------------------------------
-- bigcode1 --
bigcode1 valgrind-new:0.48s no: 7.3s (15.2x, -----) me:14.2s (29.5x, -----) ca:61.5s (128.1x, -----) he: 8.7s (18.1x, -----) ca:17.7s (36.9x, -----) dr: 8.3s (17.3x, -----) ma: 8.5s (17.7x, -----)
bigcode1 valgrind-old:0.48s no: 7.2s (15.1x, 0.4%) me:14.1s (29.5x, 0.1%) ca:61.5s (128.1x, -0.0%) he: 8.7s (18.1x, 0.1%) ca:17.7s (36.9x, 0.1%) dr: 8.3s (17.4x, -0.2%) ma: 8.5s (17.7x, 0.2%)
-- bigcode2 --
bigcode2 valgrind-new:0.49s no:17.8s (36.3x, -----) me:35.9s (73.2x, -----) ca:103.3s (210.9x, -----) he:22.3s (45.6x, -----) ca:31.5s (64.3x, -----) dr:20.3s (41.4x, -----) ma:20.4s (41.6x, -----)
bigcode2 valgrind-old:0.49s no:17.7s (36.0x, 0.7%) me:35.8s (73.1x, 0.1%) ca:103.5s (211.2x, -0.2%) he:22.3s (45.6x, -0.0%) ca:31.5s (64.2x, 0.1%) dr:20.4s (41.7x, -0.8%) ma:20.3s (41.4x, 0.3%)
-- bz2 --
bz2 valgrind-new:2.32s no: 7.5s ( 3.2x, -----) me:24.6s (10.6x, -----) ca:57.9s (25.0x, -----) he:37.1s (16.0x, -----) ca:49.2s (21.2x, -----) dr:53.4s (23.0x, -----) ma: 7.1s ( 3.1x, -----)
bz2 valgrind-old:2.32s no: 7.5s ( 3.2x, 0.0%) me:24.6s (10.6x, 0.0%) ca:57.9s (24.9x, 0.0%) he:37.1s (16.0x, 0.0%) ca:49.2s (21.2x, 0.0%) dr:53.4s (23.0x, 0.1%) ma: 7.1s ( 3.1x, 0.0%)
-- fbench --
fbench valgrind-new:1.45s no: 5.0s ( 3.4x, -----) me:16.9s (11.6x, -----) ca:27.0s (18.6x, -----) he:12.7s ( 8.7x, -----) ca:16.0s (11.0x, -----) dr:12.8s ( 8.8x, -----) ma: 5.2s ( 3.6x, -----)
fbench valgrind-old:1.45s no: 5.0s ( 3.4x, 0.0%) me:16.9s (11.6x, 0.0%) ca:27.1s (18.7x, -0.2%) he:12.7s ( 8.7x, 0.0%) ca:16.0s (11.0x, 0.0%) dr:13.0s ( 9.0x, -1.2%) ma: 5.2s ( 3.6x, 0.4%)
-- ffbench --
ffbench valgrind-new:1.00s no: 3.2s ( 3.2x, -----) me:11.8s (11.8x, -----) ca: 7.8s ( 7.8x, -----) he:20.6s (20.6x, -----) ca:20.1s (20.1x, -----) dr:16.4s (16.4x, -----) ma: 3.2s ( 3.2x, -----)
ffbench valgrind-old:1.00s no: 3.2s ( 3.2x, 0.0%) me:11.8s (11.8x, -0.1%) ca: 7.9s ( 7.9x, -0.1%) he:20.7s (20.7x, -0.1%) ca:20.1s (20.1x, 0.1%) dr:16.4s (16.4x, 0.0%) ma: 3.2s ( 3.2x, 0.0%)
-- heap --
heap valgrind-new:0.41s no: 2.8s ( 6.9x, -----) me:21.5s (52.5x, -----) ca:31.4s (76.6x, -----) he:30.1s (73.3x, -----) ca:15.1s (36.8x, -----) dr:19.6s (47.9x, -----) ma:21.8s (53.2x, -----)
heap valgrind-old:0.41s no: 2.8s ( 6.9x, -0.4%) me:21.5s (52.5x, 0.0%) ca:31.4s (76.6x, 0.0%) he:30.1s (73.4x, -0.1%) ca:15.1s (36.9x, -0.3%) dr:19.6s (47.9x, -0.1%) ma:21.6s (52.6x, 1.1%)
-- heap_pdb4 --
heap_pdb4 valgrind-new:0.56s no: 3.1s ( 5.6x, -----) me:37.6s (67.2x, -----) ca:33.7s (60.2x, -----) he:35.2s (62.9x, -----) ca:16.9s (30.2x, -----) dr:22.0s (39.3x, -----) ma:23.0s (41.1x, -----)
heap_pdb4 valgrind-old:0.56s no: 3.1s ( 5.5x, 0.3%) me:37.5s (67.0x, 0.3%) ca:33.8s (60.3x, -0.1%) he:35.3s (63.0x, -0.2%) ca:16.9s (30.2x, 0.1%) dr:22.0s (39.3x, -0.0%) ma:22.6s (40.4x, 1.8%)
-- many-loss-records --
many-loss-records valgrind-new:0.05s no: 0.8s (17.0x, -----) me: 5.5s (109.2x, -----) ca: 4.6s (92.2x, -----) he: 4.9s (98.4x, -----) ca: 2.7s (54.6x, -----) dr: 4.3s (86.4x, -----) ma: 4.5s (89.4x, -----)
many-loss-records valgrind-old:0.05s no: 0.8s (16.6x, 2.4%) me: 5.5s (109.2x, 0.0%) ca: 4.6s (92.2x, 0.0%) he: 4.9s (98.6x, -0.2%) ca: 2.7s (54.8x, -0.4%) dr: 4.3s (86.4x, 0.0%) ma: 4.4s (87.8x, 1.8%)
-- many-xpts --
many-xpts valgrind-new:0.15s no: 1.1s ( 7.3x, -----) me: 6.7s (44.7x, -----) ca:12.5s (83.4x, -----) he: 9.6s (63.8x, -----) ca: 4.0s (26.9x, -----) dr: 5.8s (38.7x, -----) ma: 6.9s (46.3x, -----)
many-xpts valgrind-old:0.15s no: 1.1s ( 7.3x, -0.9%) me: 6.7s (44.7x, 0.0%) ca:12.5s (83.3x, 0.1%) he: 9.5s (63.6x, 0.3%) ca: 4.0s (26.9x, 0.0%) dr: 5.8s (38.9x, -0.5%) ma: 6.9s (46.0x, 0.6%)
-- sarp --
sarp valgrind-new:0.11s no: 1.0s ( 9.4x, -----) me: 9.2s (83.7x, -----) ca: 7.8s (71.2x, -----) he:32.0s (291.0x, -----) ca: 4.0s (36.8x, -----) dr: 3.8s (34.9x, -----) ma: 1.1s (10.2x, -----)
sarp valgrind-old:0.11s no: 1.0s ( 9.4x, 0.0%) me: 9.2s (83.8x, -0.1%) ca: 7.8s (70.7x, 0.6%) he:32.0s (291.3x, -0.1%) ca: 4.0s (36.5x, 1.0%) dr: 3.8s (34.9x, 0.0%) ma: 1.1s (10.3x, -0.9%)
-- tinycc --
tinycc valgrind-new:0.75s no: 7.1s ( 9.5x, -----) me:37.7s (50.3x, -----) ca:47.2s (62.9x, -----) he:44.8s (59.7x, -----) ca:38.2s (50.9x, -----) dr:36.8s (49.1x, -----) ma:11.4s (15.2x, -----)
tinycc valgrind-old:0.75s no: 7.2s ( 9.6x, -0.6%) me:37.1s (49.5x, 1.6%) ca:47.2s (62.9x, 0.0%) he:44.8s (59.7x, 0.0%) ca:38.2s (50.9x, 0.1%) dr:36.8s (49.1x, 0.1%) ma:11.4s (15.3x, -0.1%)
-- Finished tests in perf ----------------------------------------------
== 11 programs, 154 timings =================
real 148m7.418s
user 146m53.585s
sys 1m8.545s
=================================================
./valgrind-new/gdbserver_tests/hgtls.stdoutB.diff
=================================================
--- hgtls.stdoutB.exp 2015-04-02 20:02:19.883725329 -0500
+++ hgtls.stdoutB.out 2015-04-02 20:15:48.073536898 -0500
@@ -35,11 +35,11 @@
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
=================================================
./valgrind-new/memcheck/tests/err_disable3.stderr.diff
=================================================
--- err_disable3.stderr.exp 2015-04-02 20:02:20.682734154 -0500
+++ err_disable3.stderr.out 2015-04-02 20:19:19.775840719 -0500
@@ -10,8 +10,6 @@
Thread 2:
Invalid read of size 1
at 0x........: err (err_disable3.c:25)
- by 0x........: child_fn (err_disable3.c:31)
- ...
Address 0x........ is 5 bytes inside a block of size 10 free'd
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (err_disable3.c:42)
=================================================
./valgrind-new/memcheck/tests/err_disable4.stderr.diff
=================================================
--- err_disable4.stderr.exp 2015-04-02 20:02:21.532743542 -0500
+++ err_disable4.stderr.out 2015-04-02 20:19:22.228867233 -0500
@@ -1501,8 +1501,6 @@
Thread x:
Invalid read of size 1
at 0x........: err (err_disable4.c:46)
- by 0x........: child_fn_2 (err_disable4.c:64)
- ...
Address 0x........ is 5 bytes inside a block of size 10 free'd
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (err_disable4.c:81)
=================================================
./valgrind-new/memcheck/tests/threadname.stderr.diff
=================================================
--- threadname.stderr.exp 2015-04-02 20:02:21.283740792 -0500
+++ threadname.stderr.out 2015-04-02 20:24:28.098129013 -0500
@@ -9,36 +9,12 @@
Thread 2:
Invalid write of size 1
at 0x........: bad_things (threadname.c:16)
- by 0x........: child_fn_0 (threadname.c:61)
- ...
Address 0x........ is 0 bytes after a block of size 2 alloc'd
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: bad_things (threadname.c:15)
by 0x........: child_fn_0 (threadname.c:61)
...
-Thread 3 try1:
-Invalid write of size 1
- at 0x........: bad_things (threadname.c:16)
- by 0x........: child_fn_1 (threadname.c:46)
- ...
- Address 0x........ is 0 bytes after a block of size 3 alloc'd
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: bad_things (threadname.c:15)
- by 0x........: child_fn_1 (threadname.c:46)
- ...
-
-Thread 4 012345678901234:
-Invalid write of size 1
- at 0x........: bad_things (threadname.c:16)
- by 0x........: child_fn_2 (threadname.c:30)
- ...
- Address 0x........ is 0 bytes after a block of size 4 alloc'd
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: bad_things (threadname.c:15)
- by 0x........: child_fn_2 (threadname.c:30)
- ...
-
Thread 1:
Invalid write of size 1
at 0x........: bad_things (threadname.c:16)
=================================================
./valgrind-new/memcheck/tests/threadname_xml.stderr.diff
=================================================
--- threadname_xml.stderr.exp 2015-04-02 20:02:20.986737512 -0500
+++ threadname_xml.stderr.out 2015-04-02 20:24:29.756146283 -0500
@@ -94,14 +94,6 @@
<file>threadname.c</file>
<line>...</line>
</frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_0</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
</stack>
<auxwhat>Address 0x........ is 0 bytes after a block of size 2 alloc'd</auxwhat>
<stack>
@@ -135,112 +127,6 @@
<error>
<unique>0x........</unique>
<tid>...</tid>
- <threadname>try1</threadname>
- <kind>InvalidWrite</kind>
- <what>Invalid write of size 1</what>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>bad_things</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_1</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- </stack>
- <auxwhat>Address 0x........ is 0 bytes after a block of size 3 alloc'd</auxwhat>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>malloc</fn>
- <dir>...</dir>
- <file>vg_replace_malloc.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>bad_things</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_1</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- </stack>
-</error>
-
-<error>
- <unique>0x........</unique>
- <tid>...</tid>
- <threadname>012345678901234</threadname>
- <kind>InvalidWrite</kind>
- <what>Invalid write of size 1</what>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>bad_things</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_2</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- </stack>
- <auxwhat>Address 0x........ is 0 bytes after a block of size 4 alloc'd</auxwhat>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
<truncated beyond 100 lines>
=================================================
./valgrind-old/gdbserver_tests/hgtls.stdoutB.diff
=================================================
--- hgtls.stdoutB.exp 2015-04-02 19:22:16.461184804 -0500
+++ hgtls.stdoutB.out 2015-04-02 19:35:42.168049945 -0500
@@ -35,11 +35,11 @@
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
=================================================
./valgrind-old/memcheck/tests/err_disable3.stderr.diff
=================================================
--- err_disable3.stderr.exp 2015-04-02 19:22:17.264193581 -0500
+++ err_disable3.stderr.out 2015-04-02 19:39:16.229421785 -0500
@@ -10,8 +10,6 @@
Thread 2:
Invalid read of size 1
at 0x........: err (err_disable3.c:25)
- by 0x........: child_fn (err_disable3.c:31)
- ...
Address 0x........ is 5 bytes inside a block of size 10 free'd
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (err_disable3.c:42)
=================================================
./valgrind-old/memcheck/tests/err_disable4.stderr.diff
=================================================
--- err_disable4.stderr.exp 2015-04-02 19:22:18.103202752 -0500
+++ err_disable4.stderr.out 2015-04-02 19:39:18.725449434 -0500
@@ -1501,8 +1501,6 @@
Thread x:
Invalid read of size 1
at 0x........: err (err_disable4.c:46)
- by 0x........: child_fn_2 (err_disable4.c:64)
- ...
Address 0x........ is 5 bytes inside a block of size 10 free'd
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (err_disable4.c:81)
=================================================
./valgrind-old/memcheck/tests/threadname.stderr.diff
=================================================
--- threadname.stderr.exp 2015-04-02 19:22:17.865200151 -0500
+++ threadname.stderr.out 2015-04-02 19:44:25.235843389 -0500
@@ -9,36 +9,12 @@
Thread 2:
Invalid write of size 1
at 0x........: bad_things (threadname.c:16)
- by 0x........: child_fn_0 (threadname.c:61)
- ...
Address 0x........ is 0 bytes after a block of size 2 alloc'd
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: bad_things (threadname.c:15)
by 0x........: child_fn_0 (threadname.c:61)
...
-Thread 3 try1:
-Invalid write of size 1
- at 0x........: bad_things (threadname.c:16)
- by 0x........: child_fn_1 (threadname.c:46)
- ...
- Address 0x........ is 0 bytes after a block of size 3 alloc'd
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: bad_things (threadname.c:15)
- by 0x........: child_fn_1 (threadname.c:46)
- ...
-
-Thread 4 012345678901234:
-Invalid write of size 1
- at 0x........: bad_things (threadname.c:16)
- by 0x........: child_fn_2 (threadname.c:30)
- ...
- Address 0x........ is 0 bytes after a block of size 4 alloc'd
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: bad_things (threadname.c:15)
- by 0x........: child_fn_2 (threadname.c:30)
- ...
-
Thread 1:
Invalid write of size 1
at 0x........: bad_things (threadname.c:16)
=================================================
./valgrind-old/memcheck/tests/threadname_xml.stderr.diff
=================================================
--- threadname_xml.stderr.exp 2015-04-02 19:22:17.568196904 -0500
+++ threadname_xml.stderr.out 2015-04-02 19:44:26.898861797 -0500
@@ -94,14 +94,6 @@
<file>threadname.c</file>
<line>...</line>
</frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_0</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
</stack>
<auxwhat>Address 0x........ is 0 bytes after a block of size 2 alloc'd</auxwhat>
<stack>
@@ -135,112 +127,6 @@
<error>
<unique>0x........</unique>
<tid>...</tid>
- <threadname>try1</threadname>
- <kind>InvalidWrite</kind>
- <what>Invalid write of size 1</what>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>bad_things</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_1</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- </stack>
- <auxwhat>Address 0x........ is 0 bytes after a block of size 3 alloc'd</auxwhat>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>malloc</fn>
- <dir>...</dir>
- <file>vg_replace_malloc.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>bad_things</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_1</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- </stack>
-</error>
-
-<error>
- <unique>0x........</unique>
- <tid>...</tid>
- <threadname>012345678901234</threadname>
- <kind>InvalidWrite</kind>
- <what>Invalid write of size 1</what>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>bad_things</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_2</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- </stack>
- <auxwhat>Address 0x........ is 0 bytes after a block of size 4 alloc'd</auxwhat>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
<truncated beyond 100 lines>
|
|
From: Christian B. <bor...@de...> - 2015-04-03 04:08:05
|
valgrind revision: 15064 VEX revision: 3116 C compiler: gcc (SUSE Linux) 4.3.4 [gcc-4_3-branch revision 152973] GDB: GNU gdb (GDB) SUSE (7.5.1-0.7.29) Assembler: GNU assembler (GNU Binutils; SUSE Linux Enterprise 11) 2.23.1 C library: GNU C Library stable release version 2.11.3 (20110527) uname -mrs: Linux 3.0.101-0.47.52-default s390x Vendor version: Welcome to SUSE Linux Enterprise Server 11 SP3 (s390x) - Kernel %r (%t). Nightly build on sless390 ( SUSE Linux Enterprise Server 11 SP3 gcc 4.3.4 on z196 (s390x) ) Started at 2015-04-03 03:45:01 CEST Ended at 2015-04-03 06:07:50 CEST Results differ from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... failed Regression test results follow == 670 tests, 4 stderr failures, 1 stdout failure, 0 stderrB failures, 0 stdoutB failures, 0 post failures == memcheck/tests/memcmptest (stderr) memcheck/tests/origin5-bz2 (stderr) none/tests/bigcode (stdout) helgrind/tests/pth_cond_destroy_busy (stderr) helgrind/tests/tc20_verifywrap (stderr) ================================================= == Results from 24 hours ago == ================================================= Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... failed Regression test results follow == 668 tests, 4 stderr failures, 1 stdout failure, 0 stderrB failures, 0 stdoutB failures, 0 post failures == memcheck/tests/memcmptest (stderr) memcheck/tests/origin5-bz2 (stderr) none/tests/bigcode (stdout) helgrind/tests/pth_cond_destroy_busy (stderr) helgrind/tests/tc20_verifywrap (stderr) ================================================= == Difference between 24 hours ago and now == ================================================= *** old.short Fri Apr 3 04:02:10 2015 --- new.short Fri Apr 3 04:18:41 2015 *************** *** 8,10 **** ! == 668 tests, 4 stderr failures, 1 stdout failure, 0 stderrB failures, 0 stdoutB failures, 0 post failures == memcheck/tests/memcmptest (stderr) --- 8,10 ---- ! == 670 tests, 4 stderr failures, 1 stdout failure, 0 stderrB failures, 0 stdoutB failures, 0 post failures == memcheck/tests/memcmptest (stderr) --tools=none,memcheck,callgrind,helgrind,cachegrind,drd,massif --reps=3 --vg=../valgrind-new --vg=../valgrind-old -- Running tests in perf ---------------------------------------------- -- bigcode1 -- bigcode1 valgrind-new:0.23s no: 4.6s (19.9x, -----) me: 6.1s (26.5x, -----) ca:25.6s (111.3x, -----) he: 5.0s (21.9x, -----) ca: 8.9s (38.6x, -----) dr: 4.1s (17.7x, -----) ma: 4.6s (19.9x, -----) bigcode1 valgrind-old:0.23s no: 4.6s (19.9x, -0.2%) me: 6.1s (26.4x, 0.2%) ca:25.6s (111.3x, 0.0%) he: 5.1s (22.1x, -1.0%) ca: 8.9s (38.6x, 0.0%) dr: 4.0s (17.5x, 1.2%) ma: 4.6s (19.9x, 0.0%) -- bigcode2 -- bigcode2 valgrind-new:0.24s no: 7.4s (30.9x, -----) me:13.0s (54.3x, -----) ca:38.2s (159.1x, -----) he: 9.9s (41.1x, -----) ca:13.5s (56.1x, -----) dr: 8.7s (36.2x, -----) ma: 7.8s (32.6x, -----) bigcode2 valgrind-old:0.24s no: 7.4s (30.9x, -0.1%) me:13.0s (54.2x, 0.3%) ca:38.2s (159.2x, -0.1%) he: 9.8s (41.0x, 0.1%) ca:13.5s (56.1x, -0.1%) dr: 8.7s (36.2x, 0.1%) ma: 7.8s (32.5x, 0.3%) -- bz2 -- bz2 valgrind-new:0.69s no: 5.8s ( 8.4x, -----) me:12.7s (18.4x, -----) ca:29.9s (43.3x, -----) he:19.7s (28.5x, -----) ca:34.1s (49.4x, -----) dr:28.8s (41.8x, -----) ma: 3.9s ( 5.6x, -----) bz2 valgrind-old:0.69s no: 5.9s ( 8.5x, -0.5%) me:12.7s (18.4x, 0.0%) ca:29.9s (43.3x, 0.2%) he:19.7s (28.6x, -0.1%) ca:34.1s (49.4x, -0.0%) dr:29.0s (42.1x, -0.7%) ma: 4.0s ( 5.8x, -3.4%) -- fbench -- fbench valgrind-new:0.41s no: 1.6s ( 3.8x, -----) me: 4.3s (10.6x, -----) ca: 9.4s (23.0x, -----) he: 6.4s (15.7x, -----) ca: 7.2s (17.6x, -----) dr: 5.7s (13.9x, -----) ma: 1.6s ( 3.9x, -----) fbench valgrind-old:0.41s no: 1.6s ( 3.8x, -0.6%) me: 4.4s (10.7x, -0.5%) ca: 9.4s (23.0x, -0.1%) he: 6.4s (15.7x, 0.2%) ca: 7.3s (17.9x, -1.9%) dr: 5.7s (13.9x, -0.0%) ma: 1.6s ( 3.9x, -0.0%) -- ffbench -- ffbench valgrind-new:0.20s no: 1.1s ( 5.5x, -----) me: 3.2s (16.2x, -----) ca: 3.0s (14.9x, -----) he:44.0s (219.8x, -----) ca: 9.5s (47.7x, -----) dr: 7.3s (36.7x, -----) ma: 0.9s ( 4.7x, -----) ffbench valgrind-old:0.20s no: 1.1s ( 5.4x, 2.7%) me: 3.3s (16.3x, -0.6%) ca: 3.0s (14.8x, 0.3%) he:43.7s (218.4x, 0.6%) ca: 9.4s (47.2x, 0.9%) dr: 7.3s (36.3x, 1.1%) ma: 0.9s ( 4.6x, 2.1%) -- heap -- heap valgrind-new:0.23s no: 2.1s ( 9.0x, -----) me: 9.1s (39.7x, -----) ca:13.1s (57.0x, -----) he:13.2s (57.2x, -----) ca:11.2s (48.5x, -----) dr: 8.0s (34.7x, -----) ma: 8.0s (34.7x, -----) heap valgrind-old:0.23s no: 2.1s ( 9.1x, -0.5%) me: 9.1s (39.5x, 0.4%) ca:13.2s (57.2x, -0.4%) he:13.1s (56.9x, 0.6%) ca:11.1s (48.4x, 0.1%) dr: 7.9s (34.4x, 0.6%) ma: 7.9s (34.5x, 0.5%) -- heap_pdb4 -- heap_pdb4 valgrind-new:0.23s no: 2.4s (10.6x, -----) me:13.2s (57.5x, -----) ca:13.9s (60.5x, -----) he:14.5s (63.0x, -----) ca:12.3s (53.6x, -----) dr: 8.9s (38.8x, -----) ma: 8.1s (35.1x, -----) heap_pdb4 valgrind-old:0.23s no: 2.4s (10.6x, 0.0%) me:13.2s (57.4x, 0.2%) ca:13.9s (60.3x, 0.4%) he:14.5s (63.0x, 0.0%) ca:12.2s (53.2x, 0.7%) dr: 8.8s (38.3x, 1.3%) ma: 8.0s (34.9x, 0.6%) -- many-loss-records -- many-loss-records valgrind-new:0.02s no: 0.4s (22.0x, -----) me: 2.2s (111.5x, -----) ca: 1.9s (93.5x, -----) he: 2.3s (116.0x, -----) ca: 1.8s (91.0x, -----) dr: 1.9s (94.0x, -----) ma: 1.6s (80.5x, -----) many-loss-records valgrind-old:0.02s no: 0.4s (22.0x, 0.0%) me: 2.2s (111.5x, 0.0%) ca: 1.9s (93.5x, 0.0%) he: 2.3s (115.0x, 0.9%) ca: 1.8s (91.0x, 0.0%) dr: 1.9s (94.0x, 0.0%) ma: 1.6s (80.5x, -0.0%) -- many-xpts -- many-xpts valgrind-new:0.07s no: 0.6s ( 8.7x, -----) me: 3.4s (47.9x, -----) ca:345.1s (4929.4x, -----) he: 6.9s (98.0x, -----) ca: 2.7s (38.6x, -----) dr: 2.7s (38.3x, -----) ma: 2.6s (36.6x, -----) many-xpts valgrind-old:0.07s no: 0.6s ( 8.7x, 0.0%) me: 3.3s (47.6x, 0.6%) ca:350.1s (5001.9x, -1.5%) he: 6.9s (98.1x, -0.1%) ca: 2.7s (38.9x, -0.7%) dr: 2.7s (38.4x, -0.4%) ma: 2.6s (36.9x, -0.8%) -- sarp -- sarp valgrind-new:0.03s no: 0.6s (19.0x, -----) me: 3.9s (129.3x, -----) ca: 3.1s (104.3x, -----) he:17.6s (585.0x, -----) ca: 2.0s (66.3x, -----) dr: 1.5s (49.3x, -----) ma: 0.5s (15.7x, -----) sarp valgrind-old:0.03s no: 0.6s (19.3x, -1.8%) me: 3.9s (129.3x, 0.0%) ca: 3.1s (103.3x, 1.0%) he:17.5s (584.3x, 0.1%) ca: 2.0s (66.3x, 0.0%) dr: 1.5s (49.0x, 0.7%) ma: 0.5s (15.7x, 0.0%) -- tinycc -- tinycc valgrind-new:0.23s no: 3.0s (13.3x, -----) me:14.8s (64.4x, -----) ca:29.4s (127.7x, -----) he:28.4s (123.3x, -----) ca:21.3s (92.6x, -----) dr:20.2s (87.8x, -----) ma: 4.1s (17.9x, -----) tinycc valgrind-old:0.23s no: 3.0s (13.0x, 1.6%) me:14.7s (63.8x, 0.9%) ca:29.4s (128.0x, -0.2%) he:28.4s (123.3x, 0.0%) ca:21.2s (92.3x, 0.3%) dr:20.1s (87.6x, 0.3%) ma: 4.0s (17.4x, 2.7%) -- Finished tests in perf ---------------------------------------------- == 11 programs, 154 timings ================= real 109m9.696s user 107m38.209s sys 0m52.284s |
|
From: Tom H. <to...@co...> - 2015-04-03 03:21:00
|
valgrind revision: 15064 VEX revision: 3116 C compiler: gcc (GCC) 4.6.3 20120306 (Red Hat 4.6.3-2) GDB: GNU gdb (GDB) Fedora (7.3.1-48.fc15) Assembler: GNU assembler version 2.21.51.0.6-6.fc15 20110118 C library: GNU C Library stable release version 2.14.1 uname -mrs: Linux 3.18.9-200.fc21.x86_64 x86_64 Vendor version: Nightly build on bristol ( x86_64, Fedora 15 ) Started at 2015-04-03 03:13:10 BST Ended at 2015-04-03 04:20:44 BST Results differ from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... done Regression test results follow == 704 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == ================================================= == Results from 24 hours ago == ================================================= Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... done Regression test results follow == 702 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == ================================================= == Difference between 24 hours ago and now == ================================================= *** old.short 2015-04-03 03:30:24.856070145 +0100 --- new.short 2015-04-03 03:47:08.821363371 +0100 *************** *** 8,10 **** ! == 702 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == --- 8,10 ---- ! == 704 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == --tools=none,memcheck,callgrind,helgrind,cachegrind,drd,massif --reps=3 --vg=../valgrind-new --vg=../valgrind-old -- Running tests in perf ---------------------------------------------- -- bigcode1 -- bigcode1 valgrind-new:0.10s no: 1.6s (15.7x, -----) me: 3.1s (30.7x, -----) ca:14.2s (142.4x, -----) he: 1.9s (18.9x, -----) ca: 3.6s (36.5x, -----) dr: 1.9s (18.5x, -----) ma: 1.9s (18.6x, -----) bigcode1 valgrind-old:0.10s no: 1.6s (15.9x, -1.3%) me: 3.1s (30.6x, 0.3%) ca:14.3s (142.9x, -0.4%) he: 1.9s (18.9x, 0.0%) ca: 3.6s (36.3x, 0.5%) dr: 1.9s (18.5x, 0.0%) ma: 1.9s (18.8x, -1.1%) -- bigcode2 -- bigcode2 valgrind-new:0.11s no: 3.7s (33.9x, -----) me: 7.7s (70.4x, -----) ca:25.3s (230.1x, -----) he: 4.6s (41.9x, -----) ca: 6.7s (60.5x, -----) dr: 4.3s (39.3x, -----) ma: 4.3s (39.1x, -----) bigcode2 valgrind-old:0.11s no: 3.8s (34.5x, -1.6%) me: 7.7s (69.7x, 0.9%) ca:25.3s (230.3x, -0.1%) he: 4.6s (42.1x, -0.4%) ca: 6.6s (60.4x, 0.2%) dr: 4.3s (39.4x, -0.2%) ma: 4.4s (39.8x, -1.9%) -- bz2 -- bz2 valgrind-new:0.52s no: 1.6s ( 3.0x, -----) me: 6.1s (11.7x, -----) ca:13.2s (25.3x, -----) he: 8.4s (16.1x, -----) ca:10.8s (20.7x, -----) dr:10.6s (20.3x, -----) ma: 1.6s ( 3.0x, -----) bz2 valgrind-old:0.52s no: 1.6s ( 3.0x, -0.6%) me: 6.1s (11.7x, 0.2%) ca:13.2s (25.3x, 0.2%) he: 8.4s (16.1x, 0.1%) ca:10.8s (20.8x, -0.5%) dr:10.6s (20.4x, -0.1%) ma: 1.6s ( 3.0x, -0.6%) -- fbench -- fbench valgrind-new:0.22s no: 1.0s ( 4.5x, -----) me: 3.6s (16.3x, -----) ca: 5.5s (25.2x, -----) he: 2.7s (12.4x, -----) ca: 3.1s (14.0x, -----) dr: 2.5s (11.3x, -----) ma: 1.0s ( 4.5x, -----) fbench valgrind-old:0.22s no: 0.9s ( 4.3x, 4.1%) me: 3.5s (15.9x, 2.5%) ca: 5.4s (24.4x, 3.4%) he: 2.7s (12.1x, 2.6%) ca: 3.0s (13.8x, 1.9%) dr: 2.5s (11.3x, 0.0%) ma: 1.0s ( 4.5x, 0.0%) -- ffbench -- ffbench valgrind-new:0.20s no: 0.9s ( 4.3x, -----) me: 2.7s (13.5x, -----) ca: 1.8s ( 8.8x, -----) he: 5.6s (27.9x, -----) ca: 4.0s (20.1x, -----) dr: 3.2s (15.8x, -----) ma: 0.8s ( 4.0x, -----) ffbench valgrind-old:0.20s no: 0.9s ( 4.3x, 0.0%) me: 2.7s (13.4x, 0.4%) ca: 1.8s ( 8.8x, 0.0%) he: 5.6s (28.1x, -0.5%) ca: 4.0s (20.0x, 0.5%) dr: 3.2s (15.8x, 0.0%) ma: 0.8s ( 4.0x, 0.0%) -- heap -- heap valgrind-new:0.07s no: 0.5s ( 7.7x, -----) me: 5.0s (71.0x, -----) ca: 6.1s (87.7x, -----) he: 6.6s (94.0x, -----) ca: 3.1s (44.9x, -----) dr: 4.2s (59.7x, -----) ma: 4.7s (66.4x, -----) heap valgrind-old:0.07s no: 0.5s ( 7.7x, 0.0%) me: 4.9s (70.3x, 1.0%) ca: 6.2s (87.9x, -0.2%) he: 6.6s (94.0x, 0.0%) ca: 3.1s (44.4x, 1.0%) dr: 4.2s (60.0x, -0.5%) ma: 4.7s (66.9x, -0.6%) -- heap_pdb4 -- heap_pdb4 valgrind-new:0.11s no: 0.6s ( 5.7x, -----) me: 8.4s (76.5x, -----) ca: 6.8s (61.5x, -----) he: 7.6s (69.1x, -----) ca: 3.4s (30.8x, -----) dr: 4.6s (42.0x, -----) ma: 4.8s (43.3x, -----) heap_pdb4 valgrind-old:0.11s no: 0.6s ( 5.7x, 0.0%) me: 8.4s (76.8x, -0.4%) ca: 6.8s (61.8x, -0.6%) he: 7.6s (68.9x, 0.3%) ca: 3.5s (31.8x, -3.2%) dr: 4.7s (42.9x, -2.2%) ma: 4.9s (44.5x, -2.7%) -- many-loss-records -- many-loss-records valgrind-new:0.01s no: 0.2s (22.0x, -----) me: 1.3s (133.0x, -----) ca: 1.0s (103.0x, -----) he: 1.1s (115.0x, -----) ca: 0.6s (64.0x, -----) dr: 1.0s (99.0x, -----) ma: 1.0s (96.0x, -----) many-loss-records valgrind-old:0.01s no: 0.2s (22.0x, 0.0%) me: 1.3s (133.0x, 0.0%) ca: 1.0s (103.0x, 0.0%) he: 1.2s (116.0x, -0.9%) ca: 0.6s (63.0x, 1.6%) dr: 1.0s (99.0x, 0.0%) ma: 1.0s (96.0x, 0.0%) -- many-xpts -- many-xpts valgrind-new:0.04s no: 0.3s ( 7.2x, -----) me: 1.9s (47.5x, -----) ca: 2.7s (67.8x, -----) he: 2.2s (55.2x, -----) ca: 0.9s (22.8x, -----) dr: 1.4s (36.0x, -----) ma: 1.5s (36.5x, -----) many-xpts valgrind-old:0.04s no: 0.3s ( 7.2x, 0.0%) me: 1.9s (47.0x, 1.1%) ca: 2.7s (67.8x, 0.0%) he: 2.2s (55.5x, -0.5%) ca: 0.9s (22.8x, 0.0%) dr: 1.4s (36.0x, 0.0%) ma: 1.5s (36.8x, -0.7%) -- sarp -- sarp valgrind-new:0.03s no: 0.2s ( 8.0x, -----) me: 2.3s (75.7x, -----) ca: 1.8s (59.3x, -----) he: 6.5s (215.3x, -----) ca: 0.9s (30.7x, -----) dr: 0.9s (31.3x, -----) ma: 0.3s ( 9.0x, -----) sarp valgrind-old:0.03s no: 0.2s ( 8.3x, -4.2%) me: 2.4s (80.0x, -5.7%) ca: 1.8s (59.0x, 0.6%) he: 6.5s (215.0x, 0.2%) ca: 0.9s (30.3x, 1.1%) dr: 0.9s (31.0x, 1.1%) ma: 0.3s ( 8.7x, 3.7%) -- tinycc -- tinycc valgrind-new:0.16s no: 1.4s ( 8.8x, -----) me: 9.0s (56.5x, -----) ca:11.3s (70.4x, -----) he: 9.9s (61.9x, -----) ca: 8.1s (50.3x, -----) dr: 8.1s (50.6x, -----) ma: 2.5s (15.8x, -----) tinycc valgrind-old:0.16s no: 1.4s ( 8.9x, -1.4%) me: 9.0s (56.4x, 0.2%) ca:11.3s (70.4x, 0.1%) he: 9.9s (61.9x, 0.0%) ca: 8.1s (50.4x, -0.2%) dr: 8.1s (50.6x, 0.0%) ma: 2.5s (15.9x, -0.8%) -- Finished tests in perf ---------------------------------------------- == 11 programs, 154 timings ================= real 33m36.055s user 32m43.583s sys 0m20.714s |
|
From: Tom H. <to...@co...> - 2015-04-03 03:11:33
|
valgrind revision: 15064 VEX revision: 3116 C compiler: gcc (GCC) 4.6.3 20120306 (Red Hat 4.6.3-2) GDB: GNU gdb (GDB) Fedora (7.3.50.20110722-16.fc16) Assembler: GNU assembler version 2.21.53.0.1-6.fc16 20110716 C library: GNU C Library development release version 2.14.90 uname -mrs: Linux 3.18.9-200.fc21.x86_64 x86_64 Vendor version: Nightly build on bristol ( x86_64, Fedora 16 ) Started at 2015-04-03 03:01:40 BST Ended at 2015-04-03 04:11:21 BST Results differ from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... done Regression test results follow == 704 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == ================================================= == Results from 24 hours ago == ================================================= Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... done Regression test results follow == 702 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == ================================================= == Difference between 24 hours ago and now == ================================================= *** old.short 2015-04-03 03:20:12.106534718 +0100 --- new.short 2015-04-03 03:37:40.579922301 +0100 *************** *** 8,10 **** ! == 702 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == --- 8,10 ---- ! == 704 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == --tools=none,memcheck,callgrind,helgrind,cachegrind,drd,massif --reps=3 --vg=../valgrind-new --vg=../valgrind-old -- Running tests in perf ---------------------------------------------- -- bigcode1 -- bigcode1 valgrind-new:0.11s no: 1.6s (14.4x, -----) me: 3.1s (28.6x, -----) ca:14.2s (128.8x, -----) he: 1.9s (17.5x, -----) ca: 3.6s (33.2x, -----) dr: 1.9s (17.0x, -----) ma: 1.9s (17.0x, -----) bigcode1 valgrind-old:0.11s no: 1.6s (14.5x, -0.6%) me: 3.1s (28.0x, 2.2%) ca:14.2s (129.3x, -0.4%) he: 1.9s (17.5x, 0.0%) ca: 3.6s (33.1x, 0.3%) dr: 1.9s (17.0x, 0.0%) ma: 1.9s (17.2x, -1.1%) -- bigcode2 -- bigcode2 valgrind-new:0.11s no: 3.8s (34.1x, -----) me: 7.7s (69.9x, -----) ca:25.7s (233.4x, -----) he: 4.7s (42.5x, -----) ca: 6.6s (60.2x, -----) dr: 4.4s (40.1x, -----) ma: 4.3s (39.2x, -----) bigcode2 valgrind-old:0.11s no: 3.8s (34.5x, -1.1%) me: 7.8s (70.5x, -0.9%) ca:25.9s (235.5x, -0.9%) he: 4.7s (42.5x, 0.0%) ca: 6.6s (60.3x, -0.2%) dr: 4.4s (39.7x, 0.9%) ma: 4.4s (39.9x, -1.9%) -- bz2 -- bz2 valgrind-new:0.54s no: 1.6s ( 2.9x, -----) me: 5.8s (10.7x, -----) ca:13.4s (24.8x, -----) he: 8.2s (15.3x, -----) ca:10.8s (20.1x, -----) dr:10.2s (19.0x, -----) ma: 1.6s ( 2.9x, -----) bz2 valgrind-old:0.54s no: 1.6s ( 2.9x, -0.6%) me: 5.8s (10.7x, -0.3%) ca:13.4s (24.9x, -0.3%) he: 8.2s (15.3x, 0.1%) ca:10.9s (20.1x, -0.1%) dr:10.2s (19.0x, 0.0%) ma: 1.6s ( 2.9x, 1.3%) -- fbench -- fbench valgrind-new:0.22s no: 1.0s ( 4.5x, -----) me: 3.6s (16.5x, -----) ca: 5.5s (25.2x, -----) he: 2.8s (12.9x, -----) ca: 3.2s (14.5x, -----) dr: 2.5s (11.6x, -----) ma: 1.0s ( 4.6x, -----) fbench valgrind-old:0.22s no: 1.0s ( 4.5x, 0.0%) me: 3.6s (16.4x, 0.6%) ca: 5.5s (25.1x, 0.4%) he: 2.8s (12.9x, -0.4%) ca: 3.2s (14.4x, 0.6%) dr: 2.5s (11.5x, 0.4%) ma: 1.0s ( 4.6x, 0.0%) -- ffbench -- ffbench valgrind-new:0.20s no: 0.9s ( 4.5x, -----) me: 2.8s (14.1x, -----) ca: 1.8s ( 9.2x, -----) he: 6.6s (33.0x, -----) ca: 4.1s (20.6x, -----) dr: 3.3s (16.6x, -----) ma: 0.9s ( 4.3x, -----) ffbench valgrind-old:0.20s no: 0.9s ( 4.5x, 0.0%) me: 2.8s (14.2x, -0.4%) ca: 1.8s ( 9.2x, -0.0%) he: 5.4s (26.9x, 18.6%) ca: 4.2s (20.8x, -0.7%) dr: 3.3s (16.6x, 0.3%) ma: 0.8s ( 4.2x, 1.2%) -- heap -- heap valgrind-new:0.08s no: 0.6s ( 7.2x, -----) me: 5.0s (62.9x, -----) ca: 6.5s (81.9x, -----) he: 6.9s (86.0x, -----) ca: 3.2s (40.0x, -----) dr: 4.3s (53.6x, -----) ma: 4.8s (60.5x, -----) heap valgrind-old:0.08s no: 0.6s ( 7.4x, -1.7%) me: 5.0s (62.9x, 0.0%) ca: 6.6s (82.4x, -0.6%) he: 6.8s (85.6x, 0.4%) ca: 3.2s (40.1x, -0.3%) dr: 4.3s (53.6x, 0.0%) ma: 4.8s (59.5x, 1.7%) -- heap_pdb4 -- heap_pdb4 valgrind-new:0.11s no: 0.7s ( 6.0x, -----) me: 8.7s (78.9x, -----) ca: 7.2s (65.9x, -----) he: 7.9s (71.7x, -----) ca: 3.6s (32.4x, -----) dr: 4.8s (44.1x, -----) ma: 5.1s (46.5x, -----) heap_pdb4 valgrind-old:0.11s no: 0.7s ( 6.0x, 0.0%) me: 8.7s (79.0x, -0.1%) ca: 7.2s (65.8x, 0.1%) he: 7.7s (69.8x, 2.7%) ca: 3.4s (31.3x, 3.4%) dr: 4.8s (43.2x, 2.1%) ma: 4.9s (44.7x, 3.7%) -- many-loss-records -- many-loss-records valgrind-new:0.01s no: 0.2s (22.0x, -----) me: 1.3s (129.0x, -----) ca: 1.0s (103.0x, -----) he: 1.2s (116.0x, -----) ca: 0.6s (62.0x, -----) dr: 1.0s (97.0x, -----) ma: 0.9s (94.0x, -----) many-loss-records valgrind-old:0.01s no: 0.2s (22.0x, 0.0%) me: 1.3s (130.0x, -0.8%) ca: 1.0s (101.0x, 1.9%) he: 1.1s (115.0x, 0.9%) ca: 0.6s (62.0x, 0.0%) dr: 1.0s (98.0x, -1.0%) ma: 0.9s (93.0x, 1.1%) -- many-xpts -- many-xpts valgrind-new:0.03s no: 0.3s ( 9.0x, -----) me: 1.8s (60.3x, -----) ca: 2.6s (88.0x, -----) he: 2.1s (71.0x, -----) ca: 0.9s (30.0x, -----) dr: 1.4s (46.0x, -----) ma: 1.4s (46.0x, -----) many-xpts valgrind-old:0.03s no: 0.3s ( 9.0x, 0.0%) me: 1.8s (60.0x, 0.6%) ca: 2.6s (88.3x, -0.4%) he: 2.1s (70.7x, 0.5%) ca: 0.9s (29.3x, 2.2%) dr: 1.4s (46.3x, -0.7%) ma: 1.4s (45.3x, 1.4%) -- sarp -- sarp valgrind-new:0.02s no: 0.2s (12.0x, -----) me: 2.3s (114.5x, -----) ca: 1.7s (84.0x, -----) he: 6.5s (326.0x, -----) ca: 0.9s (43.5x, -----) dr: 0.9s (46.0x, -----) ma: 0.2s (12.5x, -----) sarp valgrind-old:0.02s no: 0.2s (12.0x, 0.0%) me: 2.3s (114.5x, 0.0%) ca: 1.7s (84.0x, -0.0%) he: 6.4s (321.5x, 1.4%) ca: 0.8s (42.5x, 2.3%) dr: 0.9s (44.5x, 3.3%) ma: 0.3s (13.0x, -4.0%) -- tinycc -- tinycc valgrind-new:0.16s no: 1.3s ( 8.3x, -----) me: 8.5s (53.0x, -----) ca:10.7s (66.6x, -----) he: 9.6s (59.9x, -----) ca: 7.7s (48.1x, -----) dr: 7.6s (47.3x, -----) ma: 2.4s (15.0x, -----) tinycc valgrind-old:0.16s no: 1.4s ( 8.5x, -2.3%) me: 8.5s (53.2x, -0.5%) ca:10.6s (66.4x, 0.4%) he: 9.5s (59.6x, 0.5%) ca: 7.7s (48.0x, 0.1%) dr: 7.6s (47.5x, -0.4%) ma: 2.4s (15.0x, 0.0%) -- Finished tests in perf ---------------------------------------------- == 11 programs, 154 timings ================= real 33m40.705s user 32m45.696s sys 0m21.505s |
|
From: Tom H. <to...@co...> - 2015-04-03 03:02:19
|
valgrind revision: 15064 VEX revision: 3116 C compiler: gcc (GCC) 4.8.3 20140911 (Red Hat 4.8.3-7) GDB: GNU gdb (GDB) Fedora 7.6.1-46.fc19 Assembler: GNU assembler version 2.23.52.0.1-9.fc19 20130226 C library: GNU C Library (GNU libc) stable release version 2.17 uname -mrs: Linux 3.18.9-200.fc21.x86_64 x86_64 Vendor version: Fedora 19 (Schrödingerâs Cat) Nightly build on bristol ( x86_64, Fedora 19 (Schrödingerâs Cat) ) Started at 2015-04-03 02:51:32 BST Ended at 2015-04-03 04:02:07 BST Results differ from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... done Regression test results follow == 704 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == ================================================= == Results from 24 hours ago == ================================================= Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... done Regression test results follow == 702 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == ================================================= == Difference between 24 hours ago and now == ================================================= *** old.short 2015-04-03 03:09:55.402069577 +0100 --- new.short 2015-04-03 03:28:57.403702631 +0100 *************** *** 8,10 **** ! == 702 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == --- 8,10 ---- ! == 704 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == --tools=none,memcheck,callgrind,helgrind,cachegrind,drd,massif --reps=3 --vg=../valgrind-new --vg=../valgrind-old -- Running tests in perf ---------------------------------------------- -- bigcode1 -- bigcode1 valgrind-new:0.11s no: 1.6s (14.4x, -----) me: 3.1s (28.5x, -----) ca:13.1s (118.9x, -----) he: 1.9s (17.4x, -----) ca: 3.6s (32.8x, -----) dr: 1.9s (16.9x, -----) ma: 1.9s (16.8x, -----) bigcode1 valgrind-old:0.11s no: 1.6s (14.4x, 0.0%) me: 3.2s (28.7x, -1.0%) ca:13.1s (119.5x, -0.5%) he: 1.9s (17.4x, 0.0%) ca: 3.6s (32.7x, 0.3%) dr: 1.9s (17.1x, -1.1%) ma: 1.8s (16.7x, 0.5%) -- bigcode2 -- bigcode2 valgrind-new:0.11s no: 3.7s (33.4x, -----) me: 7.7s (70.0x, -----) ca:25.3s (229.9x, -----) he: 4.5s (41.2x, -----) ca: 6.5s (59.2x, -----) dr: 4.3s (39.2x, -----) ma: 4.3s (38.7x, -----) bigcode2 valgrind-old:0.11s no: 3.7s (33.5x, -0.5%) me: 7.8s (70.8x, -1.2%) ca:24.8s (225.6x, 1.9%) he: 4.5s (41.4x, -0.4%) ca: 6.5s (59.1x, 0.2%) dr: 4.3s (39.5x, -0.7%) ma: 4.2s (38.5x, 0.7%) -- bz2 -- bz2 valgrind-new:0.49s no: 1.6s ( 3.2x, -----) me: 5.5s (11.3x, -----) ca:12.4s (25.2x, -----) he: 8.5s (17.4x, -----) ca:10.3s (21.0x, -----) dr:11.2s (22.9x, -----) ma: 1.5s ( 3.1x, -----) bz2 valgrind-old:0.49s no: 1.5s ( 3.1x, 0.6%) me: 5.5s (11.3x, 0.2%) ca:12.3s (25.2x, 0.2%) he: 8.6s (17.4x, -0.4%) ca:10.3s (21.1x, -0.5%) dr:11.2s (23.0x, -0.3%) ma: 1.5s ( 3.1x, 0.7%) -- fbench -- fbench valgrind-new:0.22s no: 1.0s ( 4.5x, -----) me: 3.4s (15.3x, -----) ca: 5.4s (24.6x, -----) he: 2.6s (11.8x, -----) ca: 3.2s (14.5x, -----) dr: 2.5s (11.5x, -----) ma: 1.0s ( 4.6x, -----) fbench valgrind-old:0.22s no: 1.0s ( 4.5x, 1.0%) me: 3.4s (15.2x, 0.3%) ca: 5.4s (24.7x, -0.4%) he: 2.6s (11.8x, 0.4%) ca: 3.2s (14.5x, 0.0%) dr: 2.5s (11.5x, 0.0%) ma: 1.0s ( 4.6x, 0.0%) -- ffbench -- ffbench valgrind-new:0.22s no: 0.9s ( 4.2x, -----) me: 2.9s (13.1x, -----) ca: 1.9s ( 8.5x, -----) he: 6.3s (28.9x, -----) ca: 4.4s (20.0x, -----) dr: 3.4s (15.3x, -----) ma: 0.9s ( 3.9x, -----) ffbench valgrind-old:0.22s no: 0.9s ( 4.1x, 1.1%) me: 2.9s (13.0x, 1.0%) ca: 1.9s ( 8.4x, 0.5%) he: 5.1s (23.2x, 19.5%) ca: 4.4s (19.8x, 0.7%) dr: 3.4s (15.3x, 0.3%) ma: 0.9s ( 3.9x, 0.0%) -- heap -- heap valgrind-new:0.07s no: 0.6s ( 8.1x, -----) me: 6.2s (88.0x, -----) ca: 6.0s (85.9x, -----) he: 6.8s (96.6x, -----) ca: 3.1s (44.0x, -----) dr: 4.5s (63.6x, -----) ma: 4.8s (68.7x, -----) heap valgrind-old:0.07s no: 0.6s ( 8.1x, 0.0%) me: 6.1s (87.3x, 0.8%) ca: 6.0s (86.0x, -0.2%) he: 6.7s (95.7x, 0.9%) ca: 3.1s (44.1x, -0.3%) dr: 4.5s (63.6x, 0.0%) ma: 4.7s (67.7x, 1.5%) -- heap_pdb4 -- heap_pdb4 valgrind-new:0.10s no: 0.6s ( 6.3x, -----) me: 9.1s (90.8x, -----) ca: 6.7s (66.8x, -----) he: 7.8s (77.5x, -----) ca: 3.4s (34.3x, -----) dr: 4.9s (49.4x, -----) ma: 5.1s (51.1x, -----) heap_pdb4 valgrind-old:0.10s no: 0.6s ( 6.4x, -1.6%) me: 9.1s (90.7x, 0.1%) ca: 6.7s (66.6x, 0.3%) he: 7.7s (76.6x, 1.2%) ca: 3.4s (34.2x, 0.3%) dr: 4.9s (48.9x, 1.0%) ma: 4.9s (49.0x, 4.1%) -- many-loss-records -- many-loss-records valgrind-new:0.01s no: 0.2s (23.0x, -----) me: 1.3s (132.0x, -----) ca: 1.0s (98.0x, -----) he: 1.2s (118.0x, -----) ca: 0.6s (61.0x, -----) dr: 1.1s (108.0x, -----) ma: 1.0s (102.0x, -----) many-loss-records valgrind-old:0.01s no: 0.2s (23.0x, 0.0%) me: 1.3s (134.0x, -1.5%) ca: 1.0s (97.0x, 1.0%) he: 1.2s (117.0x, 0.8%) ca: 0.6s (60.0x, 1.6%) dr: 1.1s (107.0x, 0.9%) ma: 1.0s (99.0x, 2.9%) -- many-xpts -- many-xpts valgrind-new:0.03s no: 0.3s ( 9.3x, -----) me: 1.5s (51.3x, -----) ca: 2.5s (82.0x, -----) he: 2.1s (70.7x, -----) ca: 0.9s (30.0x, -----) dr: 1.4s (48.0x, -----) ma: 1.5s (51.0x, -----) many-xpts valgrind-old:0.03s no: 0.3s ( 9.3x, 0.0%) me: 1.6s (51.7x, -0.6%) ca: 2.5s (81.7x, 0.4%) he: 2.1s (70.7x, 0.0%) ca: 0.9s (30.0x, 0.0%) dr: 1.4s (48.0x, 0.0%) ma: 1.5s (50.7x, 0.7%) -- sarp -- sarp valgrind-new:0.02s no: 0.2s (12.0x, -----) me: 2.3s (114.0x, -----) ca: 1.7s (83.5x, -----) he: 6.3s (315.0x, -----) ca: 0.9s (43.0x, -----) dr: 1.0s (49.0x, -----) ma: 0.3s (13.0x, -----) sarp valgrind-old:0.02s no: 0.2s (12.5x, -4.2%) me: 2.3s (114.5x, -0.4%) ca: 1.7s (83.0x, 0.6%) he: 6.3s (314.0x, 0.3%) ca: 0.9s (43.5x, -1.2%) dr: 1.0s (48.5x, 1.0%) ma: 0.3s (13.5x, -3.8%) -- tinycc -- tinycc valgrind-new:0.15s no: 1.3s ( 8.8x, -----) me: 7.7s (51.5x, -----) ca:10.5s (69.8x, -----) he: 9.8s (65.1x, -----) ca: 7.6s (50.5x, -----) dr: 7.8s (52.1x, -----) ma: 2.3s (15.6x, -----) tinycc valgrind-old:0.15s no: 1.3s ( 8.9x, -0.8%) me: 7.7s (51.5x, -0.1%) ca:10.6s (70.5x, -1.1%) he: 9.8s (65.1x, -0.1%) ca: 7.5s (50.3x, 0.4%) dr: 7.8s (52.1x, 0.1%) ma: 2.4s (15.7x, -0.4%) -- Finished tests in perf ---------------------------------------------- == 11 programs, 154 timings ================= real 33m9.943s user 32m17.567s sys 0m21.870s |
|
From: Rich C. <rc...@wi...> - 2015-04-03 02:57:50
|
valgrind revision: 15064
VEX revision: 3116
C compiler: gcc (SUSE Linux) 4.8.3 20140627 [gcc-4_8-branch revision 212064]
GDB: GNU gdb (GDB; openSUSE 13.2) 7.8
Assembler: GNU assembler (GNU Binutils; openSUSE 13.2) 2.24.0.20140403-6.1
C library: GNU C Library (GNU libc) stable release version 2.19 (git 9a869d822025)
uname -mrs: Linux 3.16.6-2-desktop x86_64
Vendor version: openSUSE 13.2 (Harlequin)
Nightly build on ultra ( gcc (SUSE Linux) 4.8.3 20140627 [gcc-4_8-branch revision 212064] Linux 3.16.6-2-desktop x86_64 )
Started at 2015-04-02 21:30:01 CDT
Ended at 2015-04-02 21:57:38 CDT
Results differ from 24 hours ago
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ... failed
Regression test results follow
== 621 tests, 6 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures ==
gdbserver_tests/hgtls (stdoutB)
memcheck/tests/err_disable3 (stderr)
memcheck/tests/err_disable4 (stderr)
memcheck/tests/threadname (stderr)
memcheck/tests/threadname_xml (stderr)
helgrind/tests/hg05_race2 (stderr)
helgrind/tests/tc09_bad_unlock (stderr)
=================================================
== Results from 24 hours ago ==
=================================================
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ... failed
Regression test results follow
== 619 tests, 6 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures ==
gdbserver_tests/hgtls (stdoutB)
memcheck/tests/err_disable3 (stderr)
memcheck/tests/err_disable4 (stderr)
memcheck/tests/threadname (stderr)
memcheck/tests/threadname_xml (stderr)
helgrind/tests/hg05_race2 (stderr)
helgrind/tests/tc09_bad_unlock (stderr)
=================================================
== Difference between 24 hours ago and now ==
=================================================
*** old.short Thu Apr 2 21:44:08 2015
--- new.short Thu Apr 2 21:57:38 2015
***************
*** 8,10 ****
! == 619 tests, 6 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures ==
gdbserver_tests/hgtls (stdoutB)
--- 8,10 ----
! == 621 tests, 6 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures ==
gdbserver_tests/hgtls (stdoutB)
=================================================
./valgrind-new/gdbserver_tests/hgtls.stdoutB.diff
=================================================
--- hgtls.stdoutB.exp 2015-04-02 21:44:12.608035055 -0500
+++ hgtls.stdoutB.out 2015-04-02 21:47:49.987017355 -0500
@@ -35,11 +35,11 @@
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
=================================================
./valgrind-new/helgrind/tests/hg05_race2.stderr.diff
=================================================
--- hg05_race2.stderr.exp 2015-04-02 21:44:34.007442660 -0500
+++ hg05_race2.stderr.out 2015-04-02 21:53:18.100945730 -0500
@@ -26,8 +26,7 @@
at 0x........: th (hg05_race2.c:17)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
...
- Location 0x........ is 0 bytes inside foo.poot[5].plop[11],
- declared at hg05_race2.c:24, in frame #x of thread x
+ Address 0x........ is on thread #x's stack
----------------------------------------------------------------
@@ -42,8 +41,7 @@
at 0x........: th (hg05_race2.c:17)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
...
- Location 0x........ is 0 bytes inside foo.poot[5].plop[11],
- declared at hg05_race2.c:24, in frame #x of thread x
+ Address 0x........ is on thread #x's stack
ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
=================================================
./valgrind-new/helgrind/tests/tc09_bad_unlock.stderr.diff
=================================================
--- tc09_bad_unlock.stderr.exp 2015-04-02 21:44:34.030442023 -0500
+++ tc09_bad_unlock.stderr.out 2015-04-02 21:53:40.762319338 -0500
@@ -37,7 +37,6 @@
by 0x........: nearly_main (tc09_bad_unlock.c:31)
by 0x........: main (tc09_bad_unlock.c:49)
Address 0x........ is on thread #x's stack
- in frame #x, created by nearly_main (tc09_bad_unlock.c:16)
----------------------------------------------------------------
@@ -108,7 +107,6 @@
by 0x........: nearly_main (tc09_bad_unlock.c:31)
by 0x........: main (tc09_bad_unlock.c:49)
Address 0x........ is on thread #x's stack
- in frame #x, created by nearly_main (tc09_bad_unlock.c:16)
----------------------------------------------------------------
=================================================
./valgrind-new/memcheck/tests/err_disable3.stderr.diff
=================================================
--- err_disable3.stderr.exp 2015-04-02 21:44:13.380013684 -0500
+++ err_disable3.stderr.out 2015-04-02 21:49:26.098358363 -0500
@@ -10,8 +10,6 @@
Thread 2:
Invalid read of size 1
at 0x........: err (err_disable3.c:25)
- by 0x........: child_fn (err_disable3.c:31)
- ...
Address 0x........ is 5 bytes inside a block of size 10 free'd
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (err_disable3.c:42)
=================================================
./valgrind-new/memcheck/tests/err_disable4.stderr.diff
=================================================
--- err_disable4.stderr.exp 2015-04-02 21:44:14.226990238 -0500
+++ err_disable4.stderr.out 2015-04-02 21:49:26.819338436 -0500
@@ -1501,8 +1501,6 @@
Thread x:
Invalid read of size 1
at 0x........: err (err_disable4.c:46)
- by 0x........: child_fn_2 (err_disable4.c:64)
- ...
Address 0x........ is 5 bytes inside a block of size 10 free'd
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (err_disable4.c:81)
=================================================
./valgrind-new/memcheck/tests/threadname.stderr.diff
=================================================
--- threadname.stderr.exp 2015-04-02 21:44:13.982996992 -0500
+++ threadname.stderr.out 2015-04-02 21:50:57.444833568 -0500
@@ -9,36 +9,12 @@
Thread 2:
Invalid write of size 1
at 0x........: bad_things (threadname.c:16)
- by 0x........: child_fn_0 (threadname.c:61)
- ...
Address 0x........ is 0 bytes after a block of size 2 alloc'd
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: bad_things (threadname.c:15)
by 0x........: child_fn_0 (threadname.c:61)
...
-Thread 3 try1:
-Invalid write of size 1
- at 0x........: bad_things (threadname.c:16)
- by 0x........: child_fn_1 (threadname.c:46)
- ...
- Address 0x........ is 0 bytes after a block of size 3 alloc'd
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: bad_things (threadname.c:15)
- by 0x........: child_fn_1 (threadname.c:46)
- ...
-
-Thread 4 012345678901234:
-Invalid write of size 1
- at 0x........: bad_things (threadname.c:16)
- by 0x........: child_fn_2 (threadname.c:30)
- ...
- Address 0x........ is 0 bytes after a block of size 4 alloc'd
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: bad_things (threadname.c:15)
- by 0x........: child_fn_2 (threadname.c:30)
- ...
-
Thread 1:
Invalid write of size 1
at 0x........: bad_things (threadname.c:16)
=================================================
./valgrind-new/memcheck/tests/threadname_xml.stderr.diff
=================================================
--- threadname_xml.stderr.exp 2015-04-02 21:44:13.630006764 -0500
+++ threadname_xml.stderr.out 2015-04-02 21:50:57.904820854 -0500
@@ -94,14 +94,6 @@
<file>threadname.c</file>
<line>...</line>
</frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_0</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
</stack>
<auxwhat>Address 0x........ is 0 bytes after a block of size 2 alloc'd</auxwhat>
<stack>
@@ -135,112 +127,6 @@
<error>
<unique>0x........</unique>
<tid>...</tid>
- <threadname>try1</threadname>
- <kind>InvalidWrite</kind>
- <what>Invalid write of size 1</what>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>bad_things</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_1</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- </stack>
- <auxwhat>Address 0x........ is 0 bytes after a block of size 3 alloc'd</auxwhat>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>malloc</fn>
- <dir>...</dir>
- <file>vg_replace_malloc.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>bad_things</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_1</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- </stack>
-</error>
-
-<error>
- <unique>0x........</unique>
- <tid>...</tid>
- <threadname>012345678901234</threadname>
- <kind>InvalidWrite</kind>
- <what>Invalid write of size 1</what>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>bad_things</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_2</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- </stack>
- <auxwhat>Address 0x........ is 0 bytes after a block of size 4 alloc'd</auxwhat>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
<truncated beyond 100 lines>
=================================================
./valgrind-old/gdbserver_tests/hgtls.stdoutB.diff
=================================================
--- hgtls.stdoutB.exp 2015-04-02 21:30:18.890113780 -0500
+++ hgtls.stdoutB.out 2015-04-02 21:34:18.707475416 -0500
@@ -35,11 +35,11 @@
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
=================================================
./valgrind-old/helgrind/tests/hg05_race2.stderr.diff
=================================================
--- hg05_race2.stderr.exp 2015-04-02 21:30:34.689676438 -0500
+++ hg05_race2.stderr.out 2015-04-02 21:39:48.332350846 -0500
@@ -26,8 +26,7 @@
at 0x........: th (hg05_race2.c:17)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
...
- Location 0x........ is 0 bytes inside foo.poot[5].plop[11],
- declared at hg05_race2.c:24, in frame #x of thread x
+ Address 0x........ is on thread #x's stack
----------------------------------------------------------------
@@ -42,8 +41,7 @@
at 0x........: th (hg05_race2.c:17)
by 0x........: mythread_wrapper (hg_intercepts.c:...)
...
- Location 0x........ is 0 bytes inside foo.poot[5].plop[11],
- declared at hg05_race2.c:24, in frame #x of thread x
+ Address 0x........ is on thread #x's stack
ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
=================================================
./valgrind-old/helgrind/tests/tc09_bad_unlock.stderr.diff
=================================================
--- tc09_bad_unlock.stderr.exp 2015-04-02 21:30:34.712675802 -0500
+++ tc09_bad_unlock.stderr.out 2015-04-02 21:40:11.383712735 -0500
@@ -37,7 +37,6 @@
by 0x........: nearly_main (tc09_bad_unlock.c:31)
by 0x........: main (tc09_bad_unlock.c:49)
Address 0x........ is on thread #x's stack
- in frame #x, created by nearly_main (tc09_bad_unlock.c:16)
----------------------------------------------------------------
@@ -108,7 +107,6 @@
by 0x........: nearly_main (tc09_bad_unlock.c:31)
by 0x........: main (tc09_bad_unlock.c:49)
Address 0x........ is on thread #x's stack
- in frame #x, created by nearly_main (tc09_bad_unlock.c:16)
----------------------------------------------------------------
=================================================
./valgrind-old/memcheck/tests/err_disable3.stderr.diff
=================================================
--- err_disable3.stderr.exp 2015-04-02 21:30:19.484097338 -0500
+++ err_disable3.stderr.out 2015-04-02 21:35:55.612792943 -0500
@@ -10,8 +10,6 @@
Thread 2:
Invalid read of size 1
at 0x........: err (err_disable3.c:25)
- by 0x........: child_fn (err_disable3.c:31)
- ...
Address 0x........ is 5 bytes inside a block of size 10 free'd
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (err_disable3.c:42)
=================================================
./valgrind-old/memcheck/tests/err_disable4.stderr.diff
=================================================
--- err_disable4.stderr.exp 2015-04-02 21:30:20.109080038 -0500
+++ err_disable4.stderr.out 2015-04-02 21:35:56.332773013 -0500
@@ -1501,8 +1501,6 @@
Thread x:
Invalid read of size 1
at 0x........: err (err_disable4.c:46)
- by 0x........: child_fn_2 (err_disable4.c:64)
- ...
Address 0x........ is 5 bytes inside a block of size 10 free'd
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (err_disable4.c:81)
=================================================
./valgrind-old/memcheck/tests/threadname.stderr.diff
=================================================
--- threadname.stderr.exp 2015-04-02 21:30:19.879086404 -0500
+++ threadname.stderr.out 2015-04-02 21:37:27.362253169 -0500
@@ -9,36 +9,12 @@
Thread 2:
Invalid write of size 1
at 0x........: bad_things (threadname.c:16)
- by 0x........: child_fn_0 (threadname.c:61)
- ...
Address 0x........ is 0 bytes after a block of size 2 alloc'd
at 0x........: malloc (vg_replace_malloc.c:...)
by 0x........: bad_things (threadname.c:15)
by 0x........: child_fn_0 (threadname.c:61)
...
-Thread 3 try1:
-Invalid write of size 1
- at 0x........: bad_things (threadname.c:16)
- by 0x........: child_fn_1 (threadname.c:46)
- ...
- Address 0x........ is 0 bytes after a block of size 3 alloc'd
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: bad_things (threadname.c:15)
- by 0x........: child_fn_1 (threadname.c:46)
- ...
-
-Thread 4 012345678901234:
-Invalid write of size 1
- at 0x........: bad_things (threadname.c:16)
- by 0x........: child_fn_2 (threadname.c:30)
- ...
- Address 0x........ is 0 bytes after a block of size 4 alloc'd
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: bad_things (threadname.c:15)
- by 0x........: child_fn_2 (threadname.c:30)
- ...
-
Thread 1:
Invalid write of size 1
at 0x........: bad_things (threadname.c:16)
=================================================
./valgrind-old/memcheck/tests/threadname_xml.stderr.diff
=================================================
--- threadname_xml.stderr.exp 2015-04-02 21:30:19.587094487 -0500
+++ threadname_xml.stderr.out 2015-04-02 21:37:27.821240464 -0500
@@ -94,14 +94,6 @@
<file>threadname.c</file>
<line>...</line>
</frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_0</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
</stack>
<auxwhat>Address 0x........ is 0 bytes after a block of size 2 alloc'd</auxwhat>
<stack>
@@ -135,112 +127,6 @@
<error>
<unique>0x........</unique>
<tid>...</tid>
- <threadname>try1</threadname>
- <kind>InvalidWrite</kind>
- <what>Invalid write of size 1</what>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>bad_things</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_1</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- </stack>
- <auxwhat>Address 0x........ is 0 bytes after a block of size 3 alloc'd</auxwhat>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>malloc</fn>
- <dir>...</dir>
- <file>vg_replace_malloc.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>bad_things</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_1</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- </stack>
-</error>
-
-<error>
- <unique>0x........</unique>
- <tid>...</tid>
- <threadname>012345678901234</threadname>
- <kind>InvalidWrite</kind>
- <what>Invalid write of size 1</what>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>bad_things</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
- <fn>child_fn_2</fn>
- <dir>...</dir>
- <file>threadname.c</file>
- <line>...</line>
- </frame>
- </stack>
- <auxwhat>Address 0x........ is 0 bytes after a block of size 4 alloc'd</auxwhat>
- <stack>
- <frame>
- <ip>0x........</ip>
- <obj>...</obj>
<truncated beyond 100 lines>
|
|
From: Tom H. <to...@co...> - 2015-04-03 02:52:41
|
valgrind revision: 15064 VEX revision: 3116 C compiler: gcc (GCC) 4.8.3 20140911 (Red Hat 4.8.3-7) GDB: GNU gdb (GDB) Fedora 7.7.1-21.fc20 Assembler: GNU assembler version 2.23.2 C library: GNU C Library (GNU libc) stable release version 2.18 uname -mrs: Linux 3.18.9-200.fc21.x86_64 x86_64 Vendor version: Fedora 20 (Heisenbug) Nightly build on bristol ( x86_64, Fedora 20 ) Started at 2015-04-03 02:41:19 BST Ended at 2015-04-03 03:52:28 BST Results differ from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... done Regression test results follow == 704 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == ================================================= == Results from 24 hours ago == ================================================= Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... done Regression test results follow == 702 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == ================================================= == Difference between 24 hours ago and now == ================================================= *** old.short 2015-04-03 02:59:34.069716393 +0100 --- new.short 2015-04-03 03:19:03.837815774 +0100 *************** *** 8,10 **** ! == 702 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == --- 8,10 ---- ! == 704 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == --tools=none,memcheck,callgrind,helgrind,cachegrind,drd,massif --reps=3 --vg=../valgrind-new --vg=../valgrind-old -- Running tests in perf ---------------------------------------------- -- bigcode1 -- bigcode1 valgrind-new:0.11s no: 1.6s (14.2x, -----) me: 3.1s (28.2x, -----) ca:13.3s (121.2x, -----) he: 1.9s (17.6x, -----) ca: 3.6s (32.5x, -----) dr: 1.8s (16.7x, -----) ma: 1.9s (17.0x, -----) bigcode1 valgrind-old:0.11s no: 1.6s (14.3x, -0.6%) me: 3.1s (28.3x, -0.3%) ca:13.2s (120.4x, 0.7%) he: 1.9s (17.5x, 0.5%) ca: 3.6s (32.7x, -0.8%) dr: 1.9s (17.2x, -2.7%) ma: 1.8s (16.7x, 1.6%) -- bigcode2 -- bigcode2 valgrind-new:0.11s no: 3.6s (33.2x, -----) me: 7.8s (70.5x, -----) ca:25.4s (231.4x, -----) he: 4.6s (42.2x, -----) ca: 6.5s (59.2x, -----) dr: 4.3s (39.2x, -----) ma: 4.3s (38.8x, -----) bigcode2 valgrind-old:0.11s no: 3.7s (33.5x, -0.8%) me: 7.7s (70.4x, 0.1%) ca:25.4s (230.5x, 0.4%) he: 4.6s (41.6x, 1.3%) ca: 6.6s (59.8x, -1.1%) dr: 4.4s (40.2x, -2.6%) ma: 4.2s (37.8x, 2.6%) -- bz2 -- bz2 valgrind-new:0.49s no: 1.5s ( 3.1x, -----) me: 5.5s (11.3x, -----) ca:12.4s (25.3x, -----) he: 8.4s (17.1x, -----) ca:10.2s (20.9x, -----) dr:10.5s (21.5x, -----) ma: 1.5s ( 3.1x, -----) bz2 valgrind-old:0.49s no: 1.5s ( 3.1x, 0.7%) me: 5.5s (11.3x, 0.2%) ca:12.4s (25.2x, 0.2%) he: 8.4s (17.1x, 0.0%) ca:10.2s (20.9x, -0.2%) dr:10.5s (21.5x, -0.1%) ma: 1.5s ( 3.1x, 0.0%) -- fbench -- fbench valgrind-new:0.22s no: 1.0s ( 4.4x, -----) me: 3.4s (15.2x, -----) ca: 5.7s (25.9x, -----) he: 2.5s (11.5x, -----) ca: 3.0s (13.6x, -----) dr: 2.5s (11.6x, -----) ma: 1.0s ( 4.6x, -----) fbench valgrind-old:0.22s no: 1.0s ( 4.5x, -1.0%) me: 3.3s (15.2x, 0.3%) ca: 5.7s (25.9x, -0.2%) he: 2.5s (11.5x, -0.4%) ca: 3.0s (13.6x, 0.3%) dr: 2.6s (11.6x, -0.4%) ma: 1.0s ( 4.6x, 0.0%) -- ffbench -- ffbench valgrind-new:0.26s no: 0.9s ( 3.6x, -----) me: 3.0s (11.3x, -----) ca: 1.9s ( 7.2x, -----) he: 6.2s (23.8x, -----) ca: 4.5s (17.2x, -----) dr: 3.5s (13.3x, -----) ma: 0.9s ( 3.3x, -----) ffbench valgrind-old:0.26s no: 0.9s ( 3.5x, 2.2%) me: 2.8s (10.8x, 4.4%) ca: 1.8s ( 6.9x, 4.3%) he: 6.1s (23.4x, 1.5%) ca: 4.4s (16.8x, 2.0%) dr: 3.4s (13.1x, 1.4%) ma: 0.9s ( 3.3x, 0.0%) -- heap -- heap valgrind-new:0.07s no: 0.6s ( 8.0x, -----) me: 5.0s (71.6x, -----) ca: 6.0s (85.7x, -----) he: 6.8s (97.6x, -----) ca: 3.1s (44.4x, -----) dr: 4.4s (62.3x, -----) ma: 4.8s (69.3x, -----) heap valgrind-old:0.07s no: 0.6s ( 8.0x, 0.0%) me: 5.0s (71.7x, -0.2%) ca: 6.0s (86.0x, -0.3%) he: 6.8s (97.6x, 0.0%) ca: 3.1s (44.4x, 0.0%) dr: 4.3s (62.1x, 0.2%) ma: 4.7s (67.4x, 2.7%) -- heap_pdb4 -- heap_pdb4 valgrind-new:0.10s no: 0.6s ( 6.4x, -----) me: 8.7s (87.1x, -----) ca: 6.6s (65.8x, -----) he: 7.6s (76.3x, -----) ca: 3.5s (34.5x, -----) dr: 4.9s (49.3x, -----) ma: 5.1s (50.6x, -----) heap_pdb4 valgrind-old:0.10s no: 0.6s ( 6.3x, 1.6%) me: 8.7s (87.1x, 0.0%) ca: 6.6s (65.7x, 0.2%) he: 7.6s (76.0x, 0.4%) ca: 3.5s (34.5x, 0.0%) dr: 4.9s (48.8x, 1.0%) ma: 4.9s (49.4x, 2.4%) -- many-loss-records -- many-loss-records valgrind-new:0.01s no: 0.2s (22.0x, -----) me: 1.3s (129.0x, -----) ca: 1.0s (99.0x, -----) he: 1.2s (117.0x, -----) ca: 0.6s (59.0x, -----) dr: 1.1s (107.0x, -----) ma: 1.0s (101.0x, -----) many-loss-records valgrind-old:0.01s no: 0.2s (22.0x, 0.0%) me: 1.3s (131.0x, -1.6%) ca: 1.0s (98.0x, 1.0%) he: 1.2s (118.0x, -0.9%) ca: 0.6s (60.0x, -1.7%) dr: 1.1s (107.0x, 0.0%) ma: 1.0s (99.0x, 2.0%) -- many-xpts -- many-xpts valgrind-new:0.03s no: 0.3s ( 9.0x, -----) me: 1.5s (51.3x, -----) ca: 2.5s (82.7x, -----) he: 2.1s (70.7x, -----) ca: 0.9s (29.0x, -----) dr: 1.5s (48.7x, -----) ma: 1.5s (50.7x, -----) many-xpts valgrind-old:0.03s no: 0.3s ( 9.0x, 0.0%) me: 1.5s (51.3x, 0.0%) ca: 2.5s (82.7x, 0.0%) he: 2.1s (70.7x, 0.0%) ca: 0.9s (29.0x, 0.0%) dr: 1.4s (47.7x, 2.1%) ma: 1.5s (50.0x, 1.3%) -- sarp -- sarp valgrind-new:0.02s no: 0.2s (12.0x, -----) me: 2.3s (114.0x, -----) ca: 1.6s (82.5x, -----) he: 6.3s (317.0x, -----) ca: 0.9s (43.5x, -----) dr: 1.0s (48.5x, -----) ma: 0.3s (13.0x, -----) sarp valgrind-old:0.02s no: 0.2s (12.0x, 0.0%) me: 2.3s (114.0x, 0.0%) ca: 1.7s (83.0x, -0.6%) he: 6.3s (316.5x, 0.2%) ca: 0.9s (43.0x, 1.1%) dr: 1.0s (48.5x, 0.0%) ma: 0.3s (13.0x, 0.0%) -- tinycc -- tinycc valgrind-new:0.16s no: 1.3s ( 8.4x, -----) me: 7.7s (48.1x, -----) ca:10.5s (65.6x, -----) he: 9.7s (60.9x, -----) ca: 7.7s (48.0x, -----) dr: 7.9s (49.3x, -----) ma: 2.4s (14.8x, -----) tinycc valgrind-old:0.16s no: 1.3s ( 7.9x, 5.2%) me: 7.7s (47.9x, 0.3%) ca:10.6s (65.9x, -0.6%) he: 9.8s (61.1x, -0.3%) ca: 7.6s (47.8x, 0.5%) dr: 7.9s (49.2x, 0.3%) ma: 2.4s (14.7x, 0.4%) -- Finished tests in perf ---------------------------------------------- == 11 programs, 154 timings ================= real 33m24.795s user 32m17.941s sys 0m22.275s |
|
From: Tom H. <to...@co...> - 2015-04-03 02:36:10
|
valgrind revision: 15064 VEX revision: 3116 C compiler: gcc (GCC) 4.9.2 20150212 (Red Hat 4.9.2-6) GDB: GNU gdb (GDB) Fedora 7.8.2-38.fc21 Assembler: GNU assembler version 2.24 C library: GNU C Library (GNU libc) stable release version 2.20 uname -mrs: Linux 3.18.9-200.fc21.x86_64 x86_64 Vendor version: Fedora 21 (Twenty One) Nightly build on bristol ( x86_64, Fedora 21 (Twenty One) ) Started at 2015-04-03 02:31:10 BST Ended at 2015-04-03 03:35:49 BST Results differ from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... failed Regression test results follow == 627 tests, 7 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures == gdbserver_tests/hgtls (stdoutB) memcheck/tests/err_disable3 (stderr) memcheck/tests/err_disable4 (stderr) memcheck/tests/threadname (stderr) memcheck/tests/threadname_xml (stderr) helgrind/tests/tc12_rwl_trivial (stderr) helgrind/tests/tc20_verifywrap (stderr) drd/tests/tc12_rwl_trivial (stderr) ================================================= == Results from 24 hours ago == ================================================= Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... failed Regression test results follow == 625 tests, 7 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures == gdbserver_tests/hgtls (stdoutB) memcheck/tests/err_disable3 (stderr) memcheck/tests/err_disable4 (stderr) memcheck/tests/threadname (stderr) memcheck/tests/threadname_xml (stderr) helgrind/tests/tc12_rwl_trivial (stderr) helgrind/tests/tc20_verifywrap (stderr) drd/tests/tc12_rwl_trivial (stderr) ================================================= == Difference between 24 hours ago and now == ================================================= *** old.short 2015-04-03 02:46:26.918480910 +0100 --- new.short 2015-04-03 03:02:02.883923004 +0100 *************** *** 8,10 **** ! == 625 tests, 7 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures == gdbserver_tests/hgtls (stdoutB) --- 8,10 ---- ! == 627 tests, 7 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures == gdbserver_tests/hgtls (stdoutB) --tools=none,memcheck,callgrind,helgrind,cachegrind,drd,massif --reps=3 --vg=../valgrind-new --vg=../valgrind-old -- Running tests in perf ---------------------------------------------- -- bigcode1 -- bigcode1 valgrind-new:0.10s no: 1.6s (15.7x, -----) me: 3.1s (31.2x, -----) ca:14.5s (145.0x, -----) he: 1.9s (19.0x, -----) ca: 3.5s (35.0x, -----) dr: 1.9s (18.5x, -----) ma: 1.8s (18.4x, -----) bigcode1 valgrind-old:0.10s no: 1.6s (15.6x, 0.6%) me: 3.1s (31.4x, -0.6%) ca:14.5s (145.1x, -0.1%) he: 1.9s (19.3x, -1.6%) ca: 3.5s (34.9x, 0.3%) dr: 1.9s (18.6x, -0.5%) ma: 1.9s (18.5x, -0.5%) -- bigcode2 -- bigcode2 valgrind-new:0.11s no: 3.7s (33.6x, -----) me: 7.8s (70.5x, -----) ca:26.6s (241.9x, -----) he: 4.6s (41.5x, -----) ca: 6.5s (59.5x, -----) dr: 4.3s (39.3x, -----) ma: 4.2s (38.3x, -----) bigcode2 valgrind-old:0.11s no: 3.7s (33.5x, 0.5%) me: 7.6s (69.2x, 1.8%) ca:26.8s (243.5x, -0.6%) he: 4.7s (42.5x, -2.4%) ca: 6.4s (58.3x, 2.1%) dr: 4.3s (39.5x, -0.7%) ma: 4.3s (38.9x, -1.7%) -- bz2 -- bz2 valgrind-new:0.49s no: 1.6s ( 3.2x, -----) me: 5.5s (11.2x, -----) ca:13.3s (27.1x, -----) he: 8.2s (16.6x, -----) ca: 9.7s (19.8x, -----) dr:10.4s (21.2x, -----) ma: 1.5s ( 3.1x, -----) bz2 valgrind-old:0.49s no: 1.6s ( 3.2x, 0.6%) me: 5.5s (11.3x, -0.7%) ca:13.4s (27.4x, -1.1%) he: 8.2s (16.7x, -0.2%) ca: 9.8s (20.1x, -1.4%) dr:10.4s (21.3x, -0.4%) ma: 1.5s ( 3.1x, -2.0%) -- fbench -- fbench valgrind-new:0.22s no: 1.0s ( 4.4x, -----) me: 3.4s (15.5x, -----) ca: 5.5s (25.0x, -----) he: 3.0s (13.5x, -----) ca: 2.9s (13.1x, -----) dr: 2.4s (11.0x, -----) ma: 1.0s ( 4.6x, -----) fbench valgrind-old:0.22s no: 1.0s ( 4.4x, -1.0%) me: 3.5s (15.7x, -0.9%) ca: 5.5s (25.2x, -0.5%) he: 3.0s (13.5x, -0.3%) ca: 2.9s (13.1x, 0.0%) dr: 2.4s (11.0x, 0.0%) ma: 1.0s ( 4.5x, 2.0%) -- ffbench -- ffbench valgrind-new:0.21s no: 0.9s ( 4.3x, -----) me: 2.9s (13.6x, -----) ca: 1.9s ( 8.8x, -----) he: 5.4s (25.5x, -----) ca: 4.3s (20.7x, -----) dr: 3.4s (16.2x, -----) ma: 0.9s ( 4.1x, -----) ffbench valgrind-old:0.21s no: 0.9s ( 4.3x, -1.1%) me: 2.8s (13.4x, 1.1%) ca: 1.8s ( 8.8x, 0.5%) he: 5.5s (26.4x, -3.5%) ca: 4.4s (20.8x, -0.5%) dr: 3.4s (16.2x, 0.3%) ma: 0.8s ( 4.0x, 3.5%) -- heap -- heap valgrind-new:0.08s no: 0.6s ( 7.1x, -----) me: 5.0s (61.9x, -----) ca: 5.9s (74.2x, -----) he: 7.0s (87.4x, -----) ca: 2.9s (36.0x, -----) dr: 4.6s (57.0x, -----) ma: 5.0s (62.3x, -----) heap valgrind-old:0.08s no: 0.6s ( 7.1x, 0.0%) me: 5.0s (62.0x, -0.2%) ca: 5.9s (74.1x, 0.2%) he: 7.1s (88.8x, -1.6%) ca: 2.9s (35.9x, 0.3%) dr: 4.5s (56.6x, 0.7%) ma: 5.0s (62.5x, -0.4%) -- heap_pdb4 -- heap_pdb4 valgrind-new:0.09s no: 0.6s ( 6.8x, -----) me: 8.4s (93.1x, -----) ca: 6.6s (73.1x, -----) he: 8.0s (89.0x, -----) ca: 3.2s (35.8x, -----) dr: 5.0s (55.1x, -----) ma: 5.3s (58.7x, -----) heap_pdb4 valgrind-old:0.09s no: 0.6s ( 6.9x, -1.6%) me: 8.5s (94.1x, -1.1%) ca: 6.6s (73.3x, -0.3%) he: 8.1s (89.6x, -0.6%) ca: 3.2s (35.7x, 0.3%) dr: 5.0s (55.1x, 0.0%) ma: 5.3s (59.2x, -0.9%) -- many-loss-records -- many-loss-records valgrind-new:0.01s no: 0.2s (22.0x, -----) me: 1.3s (129.0x, -----) ca: 1.0s (99.0x, -----) he: 1.2s (117.0x, -----) ca: 0.6s (57.0x, -----) dr: 1.1s (105.0x, -----) ma: 1.0s (100.0x, -----) many-loss-records valgrind-old:0.01s no: 0.2s (21.0x, 4.5%) me: 1.3s (130.0x, -0.8%) ca: 1.0s (98.0x, 1.0%) he: 1.2s (116.0x, 0.9%) ca: 0.6s (58.0x, -1.8%) dr: 1.1s (107.0x, -1.9%) ma: 1.0s (101.0x, -1.0%) -- many-xpts -- many-xpts valgrind-new:0.03s no: 0.3s ( 9.0x, -----) me: 1.5s (51.0x, -----) ca: 2.5s (84.7x, -----) he: 2.2s (73.0x, -----) ca: 0.8s (27.7x, -----) dr: 1.4s (48.0x, -----) ma: 1.5s (51.3x, -----) many-xpts valgrind-old:0.03s no: 0.3s ( 8.7x, 3.7%) me: 1.5s (51.3x, -0.7%) ca: 2.5s (84.7x, 0.0%) he: 2.2s (73.7x, -0.9%) ca: 0.8s (27.3x, 1.2%) dr: 1.4s (47.7x, 0.7%) ma: 1.5s (51.3x, 0.0%) -- sarp -- sarp valgrind-new:0.02s no: 0.2s (12.0x, -----) me: 2.1s (104.5x, -----) ca: 1.7s (84.0x, -----) he: 6.5s (323.5x, -----) ca: 0.8s (41.5x, -----) dr: 1.0s (48.5x, -----) ma: 0.3s (13.0x, -----) sarp valgrind-old:0.02s no: 0.2s (12.5x, -4.2%) me: 2.1s (105.0x, -0.5%) ca: 1.7s (84.0x, -0.0%) he: 6.5s (323.5x, 0.0%) ca: 0.8s (41.5x, 0.0%) dr: 1.0s (48.5x, 0.0%) ma: 0.3s (13.0x, 0.0%) -- tinycc -- tinycc valgrind-new:0.16s no: 1.3s ( 8.1x, -----) me: 7.4s (46.4x, -----) ca:10.8s (67.3x, -----) he:10.6s (66.1x, -----) ca: 7.3s (45.5x, -----) dr: 7.7s (48.1x, -----) ma: 2.4s (14.9x, -----) tinycc valgrind-old:0.16s no: 1.3s ( 8.1x, 0.0%) me: 7.5s (46.9x, -1.1%) ca:10.8s (67.3x, 0.0%) he:10.2s (63.8x, 3.5%) ca: 7.4s (46.2x, -1.6%) dr: 7.7s (48.0x, 0.3%) ma: 2.4s (15.0x, -0.4%) -- Finished tests in perf ---------------------------------------------- == 11 programs, 154 timings ================= real 33m46.399s user 32m36.130s sys 0m22.870s |
|
From: Mark W. <ma...@bu...> - 2015-04-03 01:45:19
|
valgrind revision: 15064
VEX revision: 3116
C compiler: gcc (Debian 4.7.2-5) 4.7.2
GDB: GNU gdb (GDB) 7.4.1-debian
Assembler: GNU assembler (GNU Binutils for Debian) 2.22
C library: GNU C Library (Debian EGLIBC 2.13-38+deb7u8) stable release version 2.13
uname -mrs: Linux 3.2.0-4-686-pae i686
Vendor version: Debian GNU/Linux 7 (wheezy)
Nightly build on wildebeest32 ( Debian 7.8 wheezy i686 )
Started at 2015-04-03 02:07:01 CEST
Ended at 2015-04-03 03:43:59 CEST
Results differ from 24 hours ago
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ... failed
Regression test results follow
== 637 tests, 1 stderr failure, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
helgrind/tests/pth_destroy_cond (stderr)
=================================================
== Results from 24 hours ago ==
=================================================
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ... done
Regression test results follow
== 635 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
=================================================
== Difference between 24 hours ago and now ==
=================================================
*** old.short 2015-04-03 02:51:17.456874003 +0200
--- new.short 2015-04-03 03:43:59.468874002 +0200
***************
*** 4,6 ****
Building valgrind ... done
! Running regression tests ... done
--- 4,6 ----
Building valgrind ... done
! Running regression tests ... failed
***************
*** 8,10 ****
! == 635 tests, 0 stderr failures, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
--- 8,11 ----
! == 637 tests, 1 stderr failure, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
! helgrind/tests/pth_destroy_cond (stderr)
=================================================
./valgrind-new/helgrind/tests/pth_destroy_cond.stderr.diff
=================================================
--- pth_destroy_cond.stderr.exp 2015-04-03 02:51:58.300874003 +0200
+++ pth_destroy_cond.stderr.out 2015-04-03 03:32:59.320874003 +0200
@@ -5,6 +5,34 @@
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (pth_destroy_cond.c:29)
+---Thread-Announcement------------------------------------------
+
+Thread #x is the program's root thread
+
+----------------------------------------------------------------
+
+ Lock at 0x........ was first observed
+ at 0x........: pthread_mutex_init (hg_intercepts.c:...)
+ by 0x........: main (pth_destroy_cond.c:25)
+ Address 0x........ is 0 bytes inside data symbol "mutex"
+
+Possible data race during read of size 1 at 0x........ by thread #x
+Locks held: 1, at address 0x........
+ at 0x........: my_memcmp (hg_intercepts.c:...)
+ by 0x........: pthread_cond_destroy_WRK (hg_intercepts.c:...)
+ by 0x........: pthread_cond_destroy@* (hg_intercepts.c:...)
+ by 0x........: ThreadFunction (pth_destroy_cond.c:18)
+ 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_cond_wait_WRK (hg_intercepts.c:...)
+ by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
+ by 0x........: main (pth_destroy_cond.c:31)
+ Address 0x........ is 4 bytes inside data symbol "cond"
+
----------------------------------------------------------------
Thread #x: pthread_cond_destroy: destruction of condition variable being waited upon
|
|
From: <ma...@bu...> - 2015-04-02 08:24:35
|
valgrind revision: 15062
VEX revision: 3116
C compiler: gcc (Debian 4.7.2-5) 4.7.2
GDB: GNU gdb (GDB) 7.4.1-debian
Assembler: GNU assembler (GNU Binutils for Debian) 2.22
C library: GNU C Library (Debian EGLIBC 2.13-38+deb7u8) stable release version 2.13
uname -mrs: Linux 3.2.0-4-amd64 x86_64
Vendor version: Debian GNU/Linux 7 (wheezy)
Nightly build on wildebeest ( Debian 7.8 wheezy x86_64 )
Started at 2015-04-02 00:00:01 UTC
Ended at 2015-04-02 08:24:24 UTC
Results differ from 24 hours ago
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ... failed
Regression test results follow
== 691 tests, 2 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures ==
gdbserver_tests/nlvgdbsigqueue (stderr)
gdbserver_tests/nlvgdbsigqueue (stdoutB)
memcheck/tests/linux/timerfd-syscall (stderr)
=================================================
== Results from 24 hours ago ==
=================================================
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ... failed
Regression test results follow
== 690 tests, 1 stderr failure, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
helgrind/tests/pth_destroy_cond (stderr)
=================================================
== Difference between 24 hours ago and now ==
=================================================
*** old.short 2015-04-02 04:55:19.545697907 +0000
--- new.short 2015-04-02 08:24:24.684653443 +0000
***************
*** 8,11 ****
! == 690 tests, 1 stderr failure, 0 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
! helgrind/tests/pth_destroy_cond (stderr)
--- 8,13 ----
! == 691 tests, 2 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures ==
! gdbserver_tests/nlvgdbsigqueue (stderr)
! gdbserver_tests/nlvgdbsigqueue (stdoutB)
! memcheck/tests/linux/timerfd-syscall (stderr)
=================================================
./valgrind-new/gdbserver_tests/nlvgdbsigqueue.stderr.diff
=================================================
--- nlvgdbsigqueue.stderr.exp 2015-04-02 05:01:04.797680731 +0000
+++ nlvgdbsigqueue.stderr.out 2015-04-02 07:05:37.277434005 +0000
@@ -8,4 +8,5 @@
London ready to sleep and/or burn
Petaouchnok ready to sleep and/or burn
main ready to sleep and/or burn
+unexpected result from select: Interrupted system call
Gdb request to kill this process
=================================================
./valgrind-new/gdbserver_tests/nlvgdbsigqueue.stdoutB.diff
=================================================
--- nlvgdbsigqueue.stdoutB.exp 2015-04-02 05:01:04.813680728 +0000
+++ nlvgdbsigqueue.stdoutB.out 2015-04-02 07:05:38.477433904 +0000
@@ -3,14 +3,14 @@
Program received signal SIGTRAP, Trace/breakpoint trap.
0x........ in syscall ...
attachedwaitingforsigusr1
-sending signal
-sending signal
continuing to receive first SIGUSR1
Continuing.
+sending signal
Program received signal SIGUSR1, User defined signal 1.
0x........ in syscall ...
continuing to receive second SIGUSR1
Continuing.
+sending signal
Program received signal SIGUSR1, User defined signal 1.
0x........ in syscall ...
Kill the program being debugged? (y or n) [answered Y; input not from terminal]
=================================================
./valgrind-new/memcheck/tests/linux/timerfd-syscall.stderr.diff
=================================================
--- timerfd-syscall.stderr.exp 2015-04-02 05:02:49.997671410 +0000
+++ timerfd-syscall.stderr.out 2015-04-02 07:26:30.301246288 +0000
@@ -7,7 +7,7 @@
relative timer test (at 500 ms) ...
waiting timer ...
-got timer ticks (1) after 0.5 s
+got timer ticks (1) after 0.9 s
absolute timer test (at 500 ms) ...
waiting timer ...
got timer ticks (1) after 0.5 s
=================================================
./valgrind-old/helgrind/tests/pth_destroy_cond.stderr.diff
=================================================
--- pth_destroy_cond.stderr.exp 2015-04-02 00:00:34.366206597 +0000
+++ pth_destroy_cond.stderr.out 2015-04-02 03:57:18.048708383 +0000
@@ -5,6 +5,34 @@
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (pth_destroy_cond.c:29)
+---Thread-Announcement------------------------------------------
+
+Thread #x is the program's root thread
+
+----------------------------------------------------------------
+
+ Lock at 0x........ was first observed
+ at 0x........: pthread_mutex_init (hg_intercepts.c:...)
+ by 0x........: main (pth_destroy_cond.c:25)
+ Address 0x........ is 0 bytes inside data symbol "mutex"
+
+Possible data race during read of size 1 at 0x........ by thread #x
+Locks held: 1, at address 0x........
+ at 0x........: my_memcmp (hg_intercepts.c:...)
+ by 0x........: pthread_cond_destroy_WRK (hg_intercepts.c:...)
+ by 0x........: pthread_cond_destroy@* (hg_intercepts.c:...)
+ by 0x........: ThreadFunction (pth_destroy_cond.c:18)
+ 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_cond_wait_WRK (hg_intercepts.c:...)
+ by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
+ by 0x........: main (pth_destroy_cond.c:31)
+ Address 0x........ is 4 bytes inside data symbol "cond"
+
----------------------------------------------------------------
Thread #x: pthread_cond_destroy: destruction of condition variable being waited upon
|
|
From: <ma...@bu...> - 2015-04-02 04:34:51
|
valgrind revision: 15062
VEX revision: 3116
C compiler: gcc (GCC) 4.9.2 20150212 (Red Hat 4.9.2-6)
GDB: GNU gdb (GDB) Fedora 7.8.2-38.fc21
Assembler: GNU assembler version 2.24
C library: GNU C Library (GNU libc) stable release version 2.20
uname -mrs: Linux 3.18.7-200.fc21.s390x s390x
Vendor version: Fedora 21 (Twenty One)
Nightly build on lfedora1 ( Fedora release 21 (Twenty One), s390x )
Started at 2015-04-02 00:00:01 UTC
Ended at 2015-04-02 00:46:17 UTC
Results differ from 24 hours ago
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ... failed
Regression test results follow
== 674 tests, 4 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures ==
gdbserver_tests/hgtls (stdoutB)
memcheck/tests/memcmptest (stderr)
helgrind/tests/pth_cond_destroy_busy (stderr)
helgrind/tests/pth_destroy_cond (stderr)
helgrind/tests/tc22_exit_w_lock (stderr)
=================================================
== Results from 24 hours ago ==
=================================================
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ... failed
Regression test results follow
== 673 tests, 4 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures ==
gdbserver_tests/hgtls (stdoutB)
memcheck/tests/memcmptest (stderr)
helgrind/tests/pth_cond_destroy_busy (stderr)
helgrind/tests/pth_destroy_cond (stderr)
helgrind/tests/tc22_exit_w_lock (stderr)
=================================================
== Difference between 24 hours ago and now ==
=================================================
*** old.short 2015-04-02 00:23:13.914078831 +0000
--- new.short 2015-04-02 00:46:17.074078831 +0000
***************
*** 8,10 ****
! == 673 tests, 4 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures ==
gdbserver_tests/hgtls (stdoutB)
--- 8,10 ----
! == 674 tests, 4 stderr failures, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 0 post failures ==
gdbserver_tests/hgtls (stdoutB)
=================================================
./valgrind-new/gdbserver_tests/hgtls.stdoutB.diff
=================================================
--- hgtls.stdoutB.exp 2015-04-02 00:23:16.674078831 +0000
+++ hgtls.stdoutB.out 2015-04-02 00:28:33.124078831 +0000
@@ -35,11 +35,11 @@
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
=================================================
./valgrind-new/helgrind/tests/pth_cond_destroy_busy.stderr.diff
=================================================
--- pth_cond_destroy_busy.stderr.exp 2015-04-02 00:23:22.564078831 +0000
+++ pth_cond_destroy_busy.stderr.out 2015-04-02 00:39:03.684078831 +0000
@@ -47,4 +47,4 @@
First pthread_cond_destroy() call returned EBUSY.
Second pthread_cond_destroy() call returned success.
-ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 6 errors from 3 contexts (suppressed: 0 from 0)
=================================================
./valgrind-new/helgrind/tests/pth_destroy_cond.stderr.diff
=================================================
--- pth_destroy_cond.stderr.exp 2015-04-02 00:23:22.554078831 +0000
+++ pth_destroy_cond.stderr.out 2015-04-02 00:39:04.504078831 +0000
@@ -5,6 +5,34 @@
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (pth_destroy_cond.c:29)
+---Thread-Announcement------------------------------------------
+
+Thread #x is the program's root thread
+
+----------------------------------------------------------------
+
+ Lock at 0x........ was first observed
+ at 0x........: pthread_mutex_init (hg_intercepts.c:...)
+ by 0x........: main (pth_destroy_cond.c:25)
+ Address 0x........ is 0 bytes inside data symbol "mutex"
+
+Possible data race during read of size 1 at 0x........ by thread #x
+Locks held: 1, at address 0x........
+ at 0x........: my_memcmp (hg_intercepts.c:...)
+ by 0x........: pthread_cond_destroy_WRK (hg_intercepts.c:...)
+ by 0x........: pthread_cond_destroy@* (hg_intercepts.c:...)
+ by 0x........: ThreadFunction (pth_destroy_cond.c:18)
+ 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_cond_wait_WRK (hg_intercepts.c:...)
+ by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
+ by 0x........: main (pth_destroy_cond.c:31)
+ Address 0x........ is 4 bytes inside data symbol "cond"
+
----------------------------------------------------------------
Thread #x: pthread_cond_destroy: destruction of condition variable being waited upon
=================================================
./valgrind-new/helgrind/tests/tc22_exit_w_lock.stderr.diff
=================================================
--- tc22_exit_w_lock.stderr.exp 2015-04-02 00:23:22.554078831 +0000
+++ tc22_exit_w_lock.stderr.out 2015-04-02 00:40:00.384078831 +0000
@@ -13,6 +13,23 @@
---Thread-Announcement------------------------------------------
+Thread #x is the program's root thread
+
+----------------------------------------------------------------
+
+Possible data race during write of size 8 at 0x........ by thread #x
+Locks held: none
+ ...
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ by 0x........: main (tc22_exit_w_lock.c:42)
+
+This conflicts with a previous read of size 8 by thread #x
+Locks held: none
+ ...
+ Address 0x........ is in a rw- anonymous segment
+
+---Thread-Announcement------------------------------------------
+
Thread #x was created
...
by 0x........: pthread_create@* (hg_intercepts.c:...)
@@ -23,10 +40,6 @@
Thread #x: Exiting thread still holds 1 lock
...
----Thread-Announcement------------------------------------------
-
-Thread #x is the program's root thread
-
----------------------------------------------------------------
Thread #x: Exiting thread still holds 1 lock
@@ -34,4 +47,4 @@
by 0x........: main (tc22_exit_w_lock.c:48)
-ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 5 errors from 4 contexts (suppressed: 0 from 0)
=================================================
./valgrind-new/helgrind/tests/tc22_exit_w_lock.stderr.diff-kfail-x86
=================================================
--- tc22_exit_w_lock.stderr.exp-kfail-x86 2015-04-02 00:23:22.564078831 +0000
+++ tc22_exit_w_lock.stderr.out 2015-04-02 00:40:00.384078831 +0000
@@ -3,7 +3,6 @@
Thread #x was created
...
- by 0x........: pthread_create_WRK (hg_intercepts.c:...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc22_exit_w_lock.c:39)
@@ -14,9 +13,25 @@
---Thread-Announcement------------------------------------------
+Thread #x is the program's root thread
+
+----------------------------------------------------------------
+
+Possible data race during write of size 8 at 0x........ by thread #x
+Locks held: none
+ ...
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ by 0x........: main (tc22_exit_w_lock.c:42)
+
+This conflicts with a previous read of size 8 by thread #x
+Locks held: none
+ ...
+ Address 0x........ is in a rw- anonymous segment
+
+---Thread-Announcement------------------------------------------
+
Thread #x was created
...
- by 0x........: pthread_create_WRK (hg_intercepts.c:...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc22_exit_w_lock.c:42)
@@ -25,14 +40,11 @@
Thread #x: Exiting thread still holds 1 lock
...
----Thread-Announcement------------------------------------------
-
-Thread #x is the program's root thread
-
----------------------------------------------------------------
Thread #x: Exiting thread still holds 1 lock
...
+ by 0x........: main (tc22_exit_w_lock.c:48)
-ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 5 errors from 4 contexts (suppressed: 0 from 0)
=================================================
./valgrind-new/memcheck/tests/memcmptest.stderr.diff
=================================================
--- memcmptest.stderr.exp 2015-04-02 00:23:18.454078831 +0000
+++ memcmptest.stderr.out 2015-04-02 00:32:13.414078831 +0000
@@ -1,4 +1,8 @@
Conditional jump or move depends on uninitialised value(s)
- at 0x........: memcmp (vg_replace_strmem.c:...)
+ at 0x........: bcmp (vg_replace_strmem.c:...)
+ by 0x........: main (memcmptest.c:13)
+
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: bcmp (vg_replace_strmem.c:...)
by 0x........: main (memcmptest.c:13)
=================================================
./valgrind-new/memcheck/tests/memcmptest.stderr.diff2
=================================================
--- memcmptest.stderr.exp2 2015-04-02 00:23:18.434078831 +0000
+++ memcmptest.stderr.out 2015-04-02 00:32:13.414078831 +0000
@@ -2,3 +2,7 @@
at 0x........: bcmp (vg_replace_strmem.c:...)
by 0x........: main (memcmptest.c:13)
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: bcmp (vg_replace_strmem.c:...)
+ by 0x........: main (memcmptest.c:13)
+
=================================================
./valgrind-old/gdbserver_tests/hgtls.stdoutB.diff
=================================================
--- hgtls.stdoutB.exp 2015-04-02 00:00:14.334078831 +0000
+++ hgtls.stdoutB.out 2015-04-02 00:05:41.254078831 +0000
@@ -35,11 +35,11 @@
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
-test so_extern tls_ip 0x........ ip 0x........ equal 1
+test so_extern tls_ip 0x........ ip 0x........ equal 0
[New Thread ....]
Breakpoint 1, tls_ptr (p=0x........) at tls.c:55
55 int here = 0;
=================================================
./valgrind-old/helgrind/tests/pth_cond_destroy_busy.stderr.diff
=================================================
--- pth_cond_destroy_busy.stderr.exp 2015-04-02 00:00:17.794078831 +0000
+++ pth_cond_destroy_busy.stderr.out 2015-04-02 00:16:03.054078831 +0000
@@ -47,4 +47,4 @@
First pthread_cond_destroy() call returned EBUSY.
Second pthread_cond_destroy() call returned success.
-ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 6 errors from 3 contexts (suppressed: 0 from 0)
=================================================
./valgrind-old/helgrind/tests/pth_destroy_cond.stderr.diff
=================================================
--- pth_destroy_cond.stderr.exp 2015-04-02 00:00:17.784078831 +0000
+++ pth_destroy_cond.stderr.out 2015-04-02 00:16:03.874078831 +0000
@@ -5,6 +5,34 @@
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (pth_destroy_cond.c:29)
+---Thread-Announcement------------------------------------------
+
+Thread #x is the program's root thread
+
+----------------------------------------------------------------
+
+ Lock at 0x........ was first observed
+ at 0x........: pthread_mutex_init (hg_intercepts.c:...)
+ by 0x........: main (pth_destroy_cond.c:25)
+ Address 0x........ is 0 bytes inside data symbol "mutex"
+
+Possible data race during read of size 1 at 0x........ by thread #x
+Locks held: 1, at address 0x........
+ at 0x........: my_memcmp (hg_intercepts.c:...)
+ by 0x........: pthread_cond_destroy_WRK (hg_intercepts.c:...)
+ by 0x........: pthread_cond_destroy@* (hg_intercepts.c:...)
+ by 0x........: ThreadFunction (pth_destroy_cond.c:18)
+ 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_cond_wait_WRK (hg_intercepts.c:...)
+ by 0x........: pthread_cond_wait@* (hg_intercepts.c:...)
+ by 0x........: main (pth_destroy_cond.c:31)
+ Address 0x........ is 4 bytes inside data symbol "cond"
+
----------------------------------------------------------------
Thread #x: pthread_cond_destroy: destruction of condition variable being waited upon
=================================================
./valgrind-old/helgrind/tests/tc22_exit_w_lock.stderr.diff
=================================================
--- tc22_exit_w_lock.stderr.exp 2015-04-02 00:00:17.784078831 +0000
+++ tc22_exit_w_lock.stderr.out 2015-04-02 00:17:00.004078831 +0000
@@ -13,6 +13,23 @@
---Thread-Announcement------------------------------------------
+Thread #x is the program's root thread
+
+----------------------------------------------------------------
+
+Possible data race during write of size 8 at 0x........ by thread #x
+Locks held: none
+ ...
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ by 0x........: main (tc22_exit_w_lock.c:42)
+
+This conflicts with a previous read of size 8 by thread #x
+Locks held: none
+ ...
+ Address 0x........ is in a rw- anonymous segment
+
+---Thread-Announcement------------------------------------------
+
Thread #x was created
...
by 0x........: pthread_create@* (hg_intercepts.c:...)
@@ -23,10 +40,6 @@
Thread #x: Exiting thread still holds 1 lock
...
----Thread-Announcement------------------------------------------
-
-Thread #x is the program's root thread
-
----------------------------------------------------------------
Thread #x: Exiting thread still holds 1 lock
@@ -34,4 +47,4 @@
by 0x........: main (tc22_exit_w_lock.c:48)
-ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 5 errors from 4 contexts (suppressed: 0 from 0)
=================================================
./valgrind-old/helgrind/tests/tc22_exit_w_lock.stderr.diff-kfail-x86
=================================================
--- tc22_exit_w_lock.stderr.exp-kfail-x86 2015-04-02 00:00:17.794078831 +0000
+++ tc22_exit_w_lock.stderr.out 2015-04-02 00:17:00.004078831 +0000
@@ -3,7 +3,6 @@
Thread #x was created
...
- by 0x........: pthread_create_WRK (hg_intercepts.c:...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc22_exit_w_lock.c:39)
@@ -14,9 +13,25 @@
---Thread-Announcement------------------------------------------
+Thread #x is the program's root thread
+
+----------------------------------------------------------------
+
+Possible data race during write of size 8 at 0x........ by thread #x
+Locks held: none
+ ...
+ by 0x........: pthread_create@* (hg_intercepts.c:...)
+ by 0x........: main (tc22_exit_w_lock.c:42)
+
+This conflicts with a previous read of size 8 by thread #x
+Locks held: none
+ ...
+ Address 0x........ is in a rw- anonymous segment
+
+---Thread-Announcement------------------------------------------
+
Thread #x was created
...
- by 0x........: pthread_create_WRK (hg_intercepts.c:...)
by 0x........: pthread_create@* (hg_intercepts.c:...)
by 0x........: main (tc22_exit_w_lock.c:42)
@@ -25,14 +40,11 @@
Thread #x: Exiting thread still holds 1 lock
...
----Thread-Announcement------------------------------------------
-
-Thread #x is the program's root thread
-
----------------------------------------------------------------
Thread #x: Exiting thread still holds 1 lock
...
+ by 0x........: main (tc22_exit_w_lock.c:48)
-ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
+ERROR SUMMARY: 5 errors from 4 contexts (suppressed: 0 from 0)
=================================================
./valgrind-old/memcheck/tests/memcmptest.stderr.diff
=================================================
--- memcmptest.stderr.exp 2015-04-02 00:00:15.724078831 +0000
+++ memcmptest.stderr.out 2015-04-02 00:09:20.004078831 +0000
@@ -1,4 +1,8 @@
Conditional jump or move depends on uninitialised value(s)
- at 0x........: memcmp (vg_replace_strmem.c:...)
+ at 0x........: bcmp (vg_replace_strmem.c:...)
+ by 0x........: main (memcmptest.c:13)
+
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: bcmp (vg_replace_strmem.c:...)
by 0x........: main (memcmptest.c:13)
=================================================
./valgrind-old/memcheck/tests/memcmptest.stderr.diff2
=================================================
--- memcmptest.stderr.exp2 2015-04-02 00:00:15.704078831 +0000
+++ memcmptest.stderr.out 2015-04-02 00:09:20.004078831 +0000
@@ -2,3 +2,7 @@
at 0x........: bcmp (vg_replace_strmem.c:...)
by 0x........: main (memcmptest.c:13)
+Conditional jump or move depends on uninitialised value(s)
+ at 0x........: bcmp (vg_replace_strmem.c:...)
+ by 0x........: main (memcmptest.c:13)
+
|