|
From: Mark W. <ma...@kl...> - 2022-04-09 00:56:31
|
Hi valgrind hackers, An RC2 tarball for 3.19.0 is now available at ftp://sourceware.org/pub/valgrind/valgrind-3.19.0.RC2.tar.bz2 https://sourceware.org/pub/valgrind/valgrind-3.19.0.RC2.tar.bz2 (md5sum = 002f3b97f93f16c8afa957bee90b2198) Please give it a try in configurations that are important for you and report any problems you have, either on this mailing list, or (preferably) via our bug tracker at https://bugs.kde.org/enter_bug.cgi?product=valgrind I believe this is in pretty good shape. So unless someone reports a showstopper this weekend I like to do a 3.19.0 final release on Monday (April 11). Cheers, Mark |
|
From: Paul F. <pj...@wa...> - 2022-04-10 08:42:53
|
On 04/ 9/22 02:56 AM, Mark Wielaard wrote: > Hi valgrind hackers, > > An RC2 tarball for 3.19.0 is now available at > ftp://sourceware.org/pub/valgrind/valgrind-3.19.0.RC2.tar.bz2 > https://sourceware.org/pub/valgrind/valgrind-3.19.0.RC2.tar.bz2 > (md5sum = 002f3b97f93f16c8afa957bee90b2198) > > Please give it a try in configurations that are important for you and > report any problems you have, either on this mailing list, or > (preferably) via our bug tracker at > https://bugs.kde.org/enter_bug.cgi?product=valgrind > > I believe this is in pretty good shape. So unless someone reports a > showstopper this weekend I like to do a 3.19.0 final release on > Monday (April 11). > Hi Mark Solaris 11.3 amd64 5 new stderr failures memcheck/tests/execve1 (stderr) memcheck/tests/execve2 (stderr) helgrind/tests/pth_mempcpy_false_races (stderr) drd/tests/pth_cond_destroy_busy (stderr) none/tests/execve (stderr) I'm not going to try to analyze the drd/hg diffs. memcheck/tests/execve[12] is a difference in the error message, not sure why execve two message diffs and a VG crash the problem is that Solaris doesn't use the generic execve wrapper and it doesn't check for null argv[] I'll see if I can fix that today. 1 new stderr pass drd/tests/swapcontext (stderr) 4 new stdtout failures cachegrind/tests/ann1 (post) cachegrind/tests/ann2 (post) callgrind/tests/ann1 (post) callgrind/tests/ann2 (post) these look fairly harmless, not sure why they are not on other platforms +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ +@@ WARNING @@ WARNING @@ WARNING @@ WARNING @@ WARNING @@ WARNING @@ WARNING @@ +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ +@ Source file 'a.c' is more recent than input file 'cgout-test'. +@ Annotations may not be correct. +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ + A+ Paul |
|
From: Paul F. <pj...@wa...> - 2022-04-10 19:43:13
|
On 4/9/22 00:56, Mark Wielaard wrote: > Hi valgrind hackers, > > An RC2 tarball for 3.19.0 is now available at > ftp://sourceware.org/pub/valgrind/valgrind-3.19.0.RC2.tar.bz2 > https://sourceware.org/pub/valgrind/valgrind-3.19.0.RC2.tar.bz2 > (md5sum = 002f3b97f93f16c8afa957bee90b2198) > > Please give it a try in configurations that are important for you and > report any problems you have, either on this mailing list, or > (preferably) via our bug tracker at > https://bugs.kde.org/enter_bug.cgi?product=valgrind > > I believe this is in pretty good shape. So unless someone reports a > showstopper this weekend I like to do a 3.19.0 final release on > Monday (April 11). > OK on FreeBSD. Haven't had time to test macOS, still working on fixing execve on Solaris. A+ Paul |