|
From: Julian S. <js...@ac...> - 2013-10-25 07:56:24
|
Hi, A first test tarball for 3.9.0 is available for testing at http://www.valgrind.org/downloads/valgrind-3.9.0.TEST1.tar.bz2 Please give it a try on platforms that are important to you. I will not be reading mail on Saturday but will look at any reported problems on Sunday. In the absence of any critical problems, I would like to make the final release on Thursday next week (31 October). Thanks. J |
|
From: Florian K. <fl...@ei...> - 2013-10-26 13:04:08
Attachments:
patch-390
|
I tested this on s390 (z10 model) with - Linux 2.6.9-42.EL s390x - gcc (GCC) 3.4.6 20060404 (Red Hat 3.4.6-3) - GNU C Library stable release version 2.3.4 There was a compile problem in memcheck/test which is fixed by the attached patch. Other than that looks good. There are a few warnings from gcc but as this is an ancient version (March 2006) I don't care fixing those. Florian On 10/25/2013 09:55 AM, Julian Seward wrote: > > Hi, > > A first test tarball for 3.9.0 is available for testing at > http://www.valgrind.org/downloads/valgrind-3.9.0.TEST1.tar.bz2 > > Please give it a try on platforms that are important to you. > I will not be reading mail on Saturday but will look at any > reported problems on Sunday. > > In the absence of any critical problems, I would like to make the > final release on Thursday next week (31 October). > > Thanks. > > J > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk > _______________________________________________ > Valgrind-developers mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-developers > |
|
From: Petar J. <mip...@gm...> - 2013-10-27 18:14:56
|
Works fine/as-expected on MIPS32 and MIPS64, but for MIPS64 tests, a small change (that I have just submitted) was missing. Julian, can you cherry-pick r13701? Thanks. Regards, Petar On Fri, Oct 25, 2013 at 9:55 AM, Julian Seward <js...@ac...> wrote: > > Hi, > > A first test tarball for 3.9.0 is available for testing at > http://www.valgrind.org/downloads/valgrind-3.9.0.TEST1.tar.bz2 > > Please give it a try on platforms that are important to you. > I will not be reading mail on Saturday but will look at any > reported problems on Sunday. > > In the absence of any critical problems, I would like to make the > final release on Thursday next week (31 October). > > Thanks. > > J > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk > _______________________________________________ > Valgrind-developers mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-developers > |
|
From: Julian S. <js...@ac...> - 2013-10-28 10:30:03
|
On 10/27/2013 07:14 PM, Petar Jovanovic wrote: > Works fine/as-expected on MIPS32 and MIPS64, but for MIPS64 tests, a small > change (that I have just submitted) was missing. > > Julian, can you cherry-pick r13701? Done (r13702). J |
|
From: Rich C. <rc...@wi...> - 2013-10-28 16:09:50
|
On Fri, 25 Oct 2013 09:55:58 +0200 Julian Seward <js...@ac...> wrote: > > Hi, > > A first test tarball for 3.9.0 is available for testing at > http://www.valgrind.org/downloads/valgrind-3.9.0.TEST1.tar.bz2 I tested this and installed it on x86_64/x86 linux-3.12.0-rc3 gcc-4.7.2 opensuse-12.3 and x86_64/x86 linux-3.11.4 gcc-4.8.1 opensuse-13.1 (RC1) All tests completed as expected. Rich -- Rich Coe rc...@wi... |
|
From: Maynard J. <may...@us...> - 2013-10-29 15:09:39
|
On 10/25/2013 02:55 AM, Julian Seward wrote: > > Hi, > > A first test tarball for 3.9.0 is available for testing at > http://www.valgrind.org/downloads/valgrind-3.9.0.TEST1.tar.bz2 > > Please give it a try on platforms that are important to you. > I will not be reading mail on Saturday but will look at any > reported problems on Sunday. > > In the absence of any critical problems, I would like to make the > final release on Thursday next week (31 October). Hi, Julian, We (IBM) have an add-on instruction tracing tool that we patch on top of valgrind and distribute with our "Advance Toolchain" tool set. To graft that tool into valgrind, we need to patch the configure.ac file, which is *not included* in the valgrind-3.9.0.TEST1.tar.bz2. Was that intentional? I believe the configure.in has been included in previous official releases. It's not a big deal -- we can grab a copy of configure.ac from svn. Thanks. -Maynard > > Thanks. > > J > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk > _______________________________________________ > Valgrind-developers mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-developers > |