|
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/
|