This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Fw: [Boost-users] Problem with shared_ptr and pthreads_mutex_lock
Paolo Carlini wrote:
>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)
>
>
Ok, this boils down to the fact that I still cannot reproduce, on this
machine too: those are all bogus errors that would appear also on the
other machine (with valgrind 3.0.1) if I used a less complete
suppression file.
Back to square one, no reproduction.
Paolo.