This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fw: [Boost-users] Problem with shared_ptr and pthreads_mutex_lock


Paolo Carlini wrote:

>Ok, with a newer glibc I can reproduce (however here valgrind is older,
>2.1.1)
>  
>
I said I can reproduce, but actually are of the form:

==24174== Conditional jump or move depends on uninitialised value(s)
==24174==    at 0x3C00AC03: _dl_relocate_object (in /lib/ld-2.3.3.so)
==24174==    by 0x3C0031B8: dl_main (in /lib/ld-2.3.3.so)
==24174==    by 0x3C0108D4: _dl_sysdep_start (in /lib/ld-2.3.3.so)
==24174==    by 0x3C0010E3: _dl_start (in /lib/ld-2.3.3.so)
==24174==    by 0x3C000996: (within /lib/ld-2.3.3.so)

not really the same thing, sorry.

Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]