[Valgrind-developers] valgrind: r7146 - trunk

2007-11-10 Thread svn
Author: sewardj Date: 2007-11-11 06:13:01 + (Sun, 11 Nov 2007) New Revision: 7146 Log: Add some Helgrind suppressions for LinuxThreads. Added: trunk/glibc-2.2-LinuxThreads-helgrind.supp trunk/glibc-2.3456-NPTL-helgrind.supp Removed: trunk/glibc-2.X-helgrind.supp Modified: trunk/Ma

[Valgrind-developers] valgrind: r7145 - trunk/exp-omega

2007-11-10 Thread svn
Author: sewardj Date: 2007-11-11 05:59:22 + (Sun, 11 Nov 2007) New Revision: 7145 Log: Avoid compilation warnings from gcc-3.2 (about 'index' shadowing a built-in global) Modified: trunk/exp-omega/o_main.c Modified: trunk/exp-omega/o_main.c ==

[Valgrind-developers] valgrind: r7144 - trunk/helgrind

2007-11-10 Thread svn
Author: sewardj Date: 2007-11-11 05:58:41 + (Sun, 11 Nov 2007) New Revision: 7144 Log: Comment-only change. Modified: trunk/helgrind/hg_intercepts.c Modified: trunk/helgrind/hg_intercepts.c === --- trunk/helgrind/hg_intercep

[Valgrind-developers] valgrind: r7143 - trunk/helgrind/tests

2007-11-10 Thread svn
Author: sewardj Date: 2007-11-11 05:52:36 + (Sun, 11 Nov 2007) New Revision: 7143 Log: Don't hang on some old systems, since that makes the entire regtest system hang. Modified: trunk/helgrind/tests/tc18_semabuse.c Modified: trunk/helgrind/tests/tc18_semabuse.c ==

[Valgrind-developers] 2007-11-11 03:05:13 GMT nightly build (lloyd, x86_64, Fedora 7)

2007-11-10 Thread Tom Hughes
Nightly build on lloyd ( x86_64, Fedora 7 ) started at 2007-11-11 03:05:13 GMT Results unchanged from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ...

[Valgrind-developers] 2007-11-11 03:10:11 GMT nightly build (dellow, x86_64, Fedora 7)

2007-11-10 Thread Tom Hughes
Nightly build on dellow ( x86_64, Fedora 7 ) started at 2007-11-11 03:10:11 GMT Results differ from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... f

[Valgrind-developers] 2007-11-11 03:00:08 GMT nightly build (gill, x86_64, Fedora Core 2)

2007-11-10 Thread Tom Hughes
Nightly build on gill ( x86_64, Fedora Core 2 ) started at 2007-11-11 03:00:08 GMT Results differ from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests .

[Valgrind-developers] valgrind: r7142 - trunk/exp-omega

2007-11-10 Thread svn
Author: sewardj Date: 2007-11-11 01:20:14 + (Sun, 11 Nov 2007) New Revision: 7142 Log: Ensure omega.h is copied into the installation tree at 'make install' time. Modified: trunk/exp-omega/Makefile.am Modified: trunk/exp-omega/Makefile.am =

[Valgrind-developers] 2007-11-11 02:00:01 CET nightly build (g5, SuSE 10.1, ppc970)

2007-11-10 Thread jseward
Nightly build on g5 ( SuSE 10.1, ppc970 ) started at 2007-11-11 02:00:01 CET Results differ from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... fail

Re: [Valgrind-developers] helgrind fails with "unknown tool suppression type"

2007-11-10 Thread Eyal Lebedinsky
I doubt the leftover idea. My build procedure is make distclean ./autogen.sh ./configure make sudo make install Actually, I re-checked out svn at the time just to be sure that it really fails. [later] As suggested, I checked out r7141 and it works OK now.

[Valgrind-developers] valgrind: r7141 - trunk/helgrind

2007-11-10 Thread svn
Author: sewardj Date: 2007-11-10 22:50:13 + (Sat, 10 Nov 2007) New Revision: 7141 Log: Followup to r7105: stop gcc complaining about violations of ANSI C aliasing rules by casting through (char*) as an intermediate type, rather than through (void*). This seems at least moderately justifiable

[Valgrind-developers] valgrind: r7140 - trunk/include

2007-11-10 Thread svn
Author: sewardj Date: 2007-11-10 22:19:42 + (Sat, 10 Nov 2007) New Revision: 7140 Log: Fix bogus grammar in r7139. Modified: trunk/include/pub_tool_tooliface.h Modified: trunk/include/pub_tool_tooliface.h === --- trunk/inclu

[Valgrind-developers] valgrind: r7139 - trunk/include

2007-11-10 Thread svn
Author: sewardj Date: 2007-11-10 22:13:03 + (Sat, 10 Nov 2007) New Revision: 7139 Log: Clarify reason for existence of track_pre_thread_ll_create/_exit. Modified: trunk/include/pub_tool_tooliface.h Modified: trunk/include/pub_tool_tooliface.h =

Re: [Valgrind-developers] valgrind: r7138 - trunk/exp-omega

2007-11-10 Thread Nicholas Nethercote
On Sat, 10 Nov 2007 [EMAIL PROTECTED] wrote: > Author: sewardj > Date: 2007-11-10 20:21:11 + (Sat, 10 Nov 2007) > New Revision: 7138 > > Log: > Include omega.h in the distribution tarball, else building from the > tarball fails. As it stands omega.h is not installed into > $prefix/include/val

Re: [Valgrind-developers] helgrind fails with "unknown tool suppression type"

2007-11-10 Thread Nicholas Nethercote
On Sat, 10 Nov 2007, Julian Seward wrote: > The string in the suppressions file is supposed to match this one, yes? > > VG_(details_name)("Helgrind"); > > I suspect what Eyal saw is more likely to be result of needing to > rebuild completely from scratch, starting with ./autogen.sh a

[Valgrind-developers] valgrind: r7138 - trunk/exp-omega

2007-11-10 Thread svn
Author: sewardj Date: 2007-11-10 20:21:11 + (Sat, 10 Nov 2007) New Revision: 7138 Log: Include omega.h in the distribution tarball, else building from the tarball fails. As it stands omega.h is not installed into $prefix/include/valgrind, so cannot be used in client requests. Perhaps it shoul

Re: [Valgrind-developers] helgrind fails with "unknown tool suppression type"

2007-11-10 Thread Julian Seward
On Saturday 10 November 2007 19:28, Julian Seward wrote: > On Saturday 10 November 2007 13:32, Julian Seward wrote: > > On Saturday 10 November 2007 04:28, Nicholas Nethercote wrote: > > > On Sat, 10 Nov 2007, Eyal Lebedinsky wrote: > > > > Having built the latest version where thrcheck is merged i

[Valgrind-developers] valgrind: r7137 - trunk

2007-11-10 Thread svn
Author: sewardj Date: 2007-11-10 20:12:23 + (Sat, 10 Nov 2007) New Revision: 7137 Log: Remove old Helgrind suppressions. Modified: trunk/glibc-2.2.supp trunk/glibc-2.3.supp Modified: trunk/glibc-2.2.supp === --- trunk/gli

Re: [Valgrind-developers] helgrind fails with "unknown tool suppression type"

2007-11-10 Thread Julian Seward
On Saturday 10 November 2007 13:32, Julian Seward wrote: > On Saturday 10 November 2007 04:28, Nicholas Nethercote wrote: > > On Sat, 10 Nov 2007, Eyal Lebedinsky wrote: > > > Having built the latest version where thrcheck is merged into helgrind, > > > I now get this error when trying to run a pro

[Valgrind-developers] valgrind: r7136 - trunk/exp-omega

2007-11-10 Thread svn
Author: sewardj Date: 2007-11-10 13:33:56 + (Sat, 10 Nov 2007) New Revision: 7136 Log: Fix compilation on ppc platforms. Modified: trunk/exp-omega/o_main.c Modified: trunk/exp-omega/o_main.c === --- trunk/exp-omega/o_main.c

[Valgrind-developers] valgrind: r7135 - trunk

2007-11-10 Thread svn
Author: sewardj Date: 2007-11-10 12:44:56 + (Sat, 10 Nov 2007) New Revision: 7135 Log: Back out r7132. Modified: trunk/glibc-2.X-helgrind.supp Modified: trunk/glibc-2.X-helgrind.supp === --- trunk/glibc-2.X-helgrind.supp

Re: [Valgrind-developers] helgrind fails with "unknown tool suppression type"

2007-11-10 Thread Julian Seward
On Saturday 10 November 2007 04:28, Nicholas Nethercote wrote: > On Sat, 10 Nov 2007, Eyal Lebedinsky wrote: > > Having built the latest version where thrcheck is merged into helgrind, > > I now get this error when trying to run a program using tool=helgrind > > > > ==00:00:00:00.044 5314== FATAL: