|
From: Tom H. <th...@cy...> - 2008-02-02 03:27:14
|
Nightly build on dellow ( x86_64, Fedora 8 ) started at 2008-02-02 03:10:04 GMT Results differ from 24 hours ago Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... failed Regression test results follow == 373 tests, 9 stderr failures, 3 stdout failures, 0 post failures == memcheck/tests/malloc_free_fill (stderr) memcheck/tests/pointer-trace (stderr) memcheck/tests/vcpu_fnfns (stdout) memcheck/tests/x86/scalar (stderr) memcheck/tests/xml1 (stderr) none/tests/mremap (stderr) none/tests/mremap2 (stdout) none/tests/pth_cvsimple (stdout) helgrind/tests/tc18_semabuse (stderr) helgrind/tests/tc20_verifywrap (stderr) helgrind/tests/tc22_exit_w_lock (stderr) exp-drd/tests/pth_cond_race (stderr) ================================================= == Results from 24 hours ago == ================================================= Checking out valgrind source tree ... done Configuring valgrind ... done Building valgrind ... done Running regression tests ... failed Regression test results follow == 373 tests, 9 stderr failures, 3 stdout failures, 0 post failures == memcheck/tests/malloc_free_fill (stderr) memcheck/tests/pointer-trace (stderr) memcheck/tests/vcpu_fnfns (stdout) memcheck/tests/x86/scalar (stderr) memcheck/tests/xml1 (stderr) none/tests/mremap (stderr) none/tests/mremap2 (stdout) none/tests/pth_detached (stdout) helgrind/tests/tc18_semabuse (stderr) helgrind/tests/tc20_verifywrap (stderr) helgrind/tests/tc22_exit_w_lock (stderr) exp-drd/tests/pth_cond_race (stderr) ================================================= == Difference between 24 hours ago and now == ================================================= *** old.short Sat Feb 2 03:18:42 2008 --- new.short Sat Feb 2 03:27:17 2008 *************** *** 16,18 **** none/tests/mremap2 (stdout) ! none/tests/pth_detached (stdout) helgrind/tests/tc18_semabuse (stderr) --- 16,18 ---- none/tests/mremap2 (stdout) ! none/tests/pth_cvsimple (stdout) helgrind/tests/tc18_semabuse (stderr) |
|
From: Bart V. A. <bar...@gm...> - 2008-02-02 13:16:08
|
On Feb 2, 2008 4:27 AM, Tom Hughes <th...@cy...> wrote: > > Nightly build on dellow ( x86_64, Fedora 8 ) started at 2008-02-02 03:10:04 GMT > ... > exp-drd/tests/pth_cond_race (stderr) > ... Hello Tom, Was it a long time ago that you updated this system ? When I run the exp-drd regression tests on a Fedora 8 system with the latest updates, all regression tests run fine: $ 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 Van Assche. |
|
From: Tom H. <th...@cy...> - 2008-02-04 16:06:54
|
In message <e2e...@ma...>
Bart Van Assche <bar...@gm...> wrote:
> On Feb 2, 2008 4:27 AM, Tom Hughes <th...@cy...> wrote:
>>
>> Nightly build on dellow ( x86_64, Fedora 8 ) started at 2008-02-02 03:10:04 GMT
>> ...
>> exp-drd/tests/pth_cond_race (stderr)
>> ...
>
> Hello Tom,
>
> Was it a long time ago that you updated this system ? When I run the
> exp-drd regression tests on a Fedora 8 system with the latest updates,
> all regression tests run fine:
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:?)
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|
|
From: Bart V. A. <bar...@gm...> - 2008-02-07 20:17:13
|
On Feb 4, 2008 5:06 PM, Tom Hughes <th...@cy...> 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. |
|
From: Tom H. <th...@cy...> - 2008-02-08 08:59:26
|
In message <e2e...@ma...>
Bart Van Assche <bar...@gm...> wrote:
> On Feb 4, 2008 5:06 PM, Tom Hughes <th...@cy...> 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
That's not the F8 package for glibc, it's the Rawhide package.
The F8 package is:
dellow [~] % rpm -q glibc-debuginfo
glibc-debuginfo-2.7-2.x86_64
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|