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
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
==
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
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
==
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 ...
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
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 .
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
=
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
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.
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
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
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
=
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
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
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
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
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
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
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
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
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:
22 matches
Mail list logo