Threading/KSE problem

Daniel Eischen deischen at freebsd.org
Tue Sep 20 11:33:18 PDT 2005


On Tue, 20 Sep 2005, Scott Long wrote:

> Peter Wemm wrote:
>
> > Its why we're not supposed to bump library versions unless it is
> > absolutely vitally necessary.
> >
> > The problem in this case seems to be that you've got two different
> > instances of libpthread.so.X in your application space at once, and
> > that's always going to screw you.
> >
> > I think we haven't heard the last of the pain that this ill-advised bump
> > is going to cause.
> >
>
> Patches for symbol versioning are readily accepted.  I vaguely recall
> asking for a solution for this a year ago and getting ignored.

Sure, symbol versioning would be great to have, but I still don't
know why library versions are bumped when they don't need to be.
It's like we've thrown up our hands and said "Something has changed
in one or more of the libraries, and we don't know how this affects
other libraries, so we're going to bump them all."  Speaking for
the thread libraries, they were not users of any of the changed
ABIs -- there was no reason to bump them.

-- 
DE



More information about the freebsd-current mailing list