|
From: Mark W. <ma...@kl...> - 2017-06-06 14:26:16
|
Hi Users (redirected from valgrind-developers), On Fri, 2017-06-02 at 17:57 +0200, Julian Seward wrote: > An RC1 tarball for 3.13.0 is now available at > ftp://sourceware.org/pub/valgrind/valgrind-3.13.0.RC1.tar.bz2 > (md5sum = a94957849869f1e50a16d60737cfcc29) > > 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 > > If nothing critical emerges, a final release will happen on Thursday 15 > June. For those looking for binaries I packaged this for fedora rawhide: https://koji.fedoraproject.org/koji/buildinfo?buildID=903933 There are also copr builds for Fedora 25, EPEL 6/7 (i386, x86_64 and ppc64le): https://copr.fedorainfracloud.org/coprs/mjw/valgrind-3.13.0/ These include some patches that might make it into the final 3.13.0: - KDE#380397 s390x: __GI_strcspn() replacemenet needed - valgrind svn 16437 Fix pub_tool_basics.h build issue with g++ 4.4.7. - KDE#380200 xtree generated callgrind files refer to files without directory - KDE#380202 Assertion failure for cache line size on aarch64 > Details of what's new in 3.13.0 are in the NEWS file in the tarball. > Some of the highlights are: > > * Ability to support larger process images and executables > * Improved support for compressed debuginfo > * C++ demangler update; Rust demangling support > * Improved memory use reporting for some tools via the new "XTree" facility > * ppc64: ISA 3.0B support > * arm32: more v8 instruction support > * arm64, mips64, mips32: fixed spins on some cpus > * x86, amd64: CET prefix support > * amd64: fixes for JIT failure problems on long AVX2 code blocks > * OSX 10.12: improved support > * Linux: somewhat improved clone handling > * The TileGX/Linux port has been removed > * Memcheck: improved accuracy with optimised Clang/LLVM generated code > * and of course the usual mountain of bug fixes > > J |
|
From: Julian S. <js...@ac...> - 2017-06-10 10:57:51
|
On 02/06/17 17:57, Julian Seward wrote: > An RC1 tarball for 3.13.0 is now available at [..] Thank you to everybody who tried out the RC1 tarball. There's now an RC2 available for testing at ftp://sourceware.org/pub/valgrind/valgrind-3.13.0.RC2.tar.bz2 (md5sum = 6f3c12c41036a59b0f49d597fbd59035) Relative to the RC1, the RC2 contains the following four fixes and is otherwise identical: * bug 380200: xtree generated callgrind files refer to files without directory name * bug 380397: Add a replacement for __GI_strcspn() required on s390x/Linux. * bug 380202: Assertion failure for cache line size (vg_assert(cls == 64)) on aarch64. * n-i-bz: Fix pub_tool_basics.h build issue with g++ 4.4.7. Unless some problem shows up with RC2, it will ship as 3.13.0 final on Thursday 15 June. J |
|
From: Paul F. <pa...@fr...> - 2017-06-11 15:26:04
|
On 10 Jun 2017, at 12:57, Julian Seward wrote: > On 02/06/17 17:57, Julian Seward wrote: >> An RC1 tarball for 3.13.0 is now available at [..] > > Thank you to everybody who tried out the RC1 tarball. There's now > an RC2 available for testing at > > ftp://sourceware.org/pub/valgrind/valgrind-3.13.0.RC2.tar.bz2 > (md5sum = 6f3c12c41036a59b0f49d597fbd59035) Hi Here's what I see: Vanilla Solaris 11.3 amd64: Build OK regtest == 677 tests, 36 stderr failures, 8 stdout failures, 0 stderrB failures, 0 stdoutB failures, 0 post failures == Fedora 24 amd64 Build OK regtest == 757 tests, 1 stderr failure, 0 stdout failures, 0 stderrB failures, 1 stdoutB failure, 2 post failures == Mac OS 10.7.5 Build OK Can't get regtest to build (I'm not in the habit of running tegtest on Mac). A+ Paul |
|
From: Ivo R. <iv...@iv...> - 2017-06-12 16:31:44
|
2017-06-10 12:57 GMT+02:00 Julian Seward <js...@ac...>: > On 02/06/17 17:57, Julian Seward wrote: >> An RC1 tarball for 3.13.0 is now available at [..] > > Thank you to everybody who tried out the RC1 tarball. There's now > an RC2 available for testing at > > ftp://sourceware.org/pub/valgrind/valgrind-3.13.0.RC2.tar.bz2 > (md5sum = 6f3c12c41036a59b0f49d597fbd59035) Tested successfully on x86+amd64/Solaris 11.3 and 12.0. I. |