On Feb 4, 2008 5:06 PM, Tom Hughes <[EMAIL PROTECTED]> wrote:
> It's fully up to date - the difference is because I have the
> glibc-debuginfo package installed which means valgrind is able
> to resolve source files and line numbers for backtraces where
> they pass through libc/libpthread better. So the diff is:
>
> <    by 0x........: start_thread (in libpthread-?.?.so)
> ---
> >    by 0x........: start_thread (pthread_create.c:?)

Ah, thanks for the information. But I'm probably still missing
something -- after installation of glibc-debuginfo on Fedora 8 and
after a full recompile the exp-drd tests still pass on my system:
$ rpm -q glibc-debuginfo
glibc-debuginfo-2.7.90-6
$ perl tests/vg_regtest exp-drd
-- Running  tests in exp-drd/tests -------------------------------------
fp_race:         valgrind   ./fp_race
fp_race2:        valgrind   ./fp_race -m
matinv:          valgrind   ./matinv 30 15 1
pth_barrier:     valgrind   ./pth_barrier 2 1 1
pth_broadcast:   valgrind   ./pth_broadcast
pth_cond_race:   valgrind   ./pth_cond_race
pth_cond_race2:  valgrind   ./pth_cond_race -m
pth_create_chain: valgrind   ./pth_create_chain 100
pth_detached:    valgrind   ./pth_detached 1 1
pth_detached2:   valgrind   ./pth_detached 10 10
sem_as_mutex:    valgrind   ./sem_as_mutex
sem_as_mutex2:   valgrind   ./sem_as_mutex -m
sigalrm:         valgrind   ./sigalrm
tc17_sembar:     valgrind   ./tc17_sembar
tc18_semabuse:   valgrind   ./tc18_semabuse
-- Finished tests in exp-drd/tests -------------------------------------


Bart.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to