|
From: Olly B. <ol...@su...> - 2003-10-21 03:07:02
|
On Mon, Oct 20, 2003 at 03:06:59PM +0100, Nicholas Nethercote wrote: > On Fri, 17 Oct 2003, Olly Betts wrote: > > Better still! I've made a patch based on this (attached), and tested it > > with valgrind-20031012 on a non-NPTL box. I don't have an NPTL box > > handy I'm afraid. > > It's been incorporated, thanks. No problem. > > Incidentally, memcheck/tests/badrw.c seems to be missing from CVS on the > > VALGRIND_2_0_REALLY branch (so "make check" fails), while on HEAD > > memcheck/tests/filter_mismatches seems to be missing (so "make" fails). > > I don't see either of these problems... maybe they've been fixed since you > reported them? Nope. Looking at the HEAD problem: $ cvs status memcheck/tests/filter_mismatches =================================================================== File: no file filter_mismatches Status: Up-to-date Working revision: No entry for filter_mismatches Repository revision: 1.2 /cvsroot/valgrind/valgrind/memcheck/tests/Attic/filter_mismatches,v $ cvs up -r1.1 memcheck/tests/filter_mismatches U memcheck/tests/filter_mismatches $ cvs up -r1.2 memcheck/tests/filter_mismatches cvs server: memcheck/tests/filter_mismatches is no longer in the repository I guess this could be a problem with sourceforge's CVS mirroring - you're presumably using the developer server, while I'll be using the mirror which uses 24 hour snapshots. It's not actually a problem for me, but if I can provide any clues to help fix it, just ask. Cheers, Olly |