Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Feb 2004 14:50:56 -0500 (EST)
From:      Daniel Eischen <eischen@vigrid.com>
To:        Doug White <dwhite@gumbysoft.com>
Cc:        current@freebsd.org
Subject:   Re: openldap server + kse = bewm
Message-ID:  <Pine.GSO.4.10.10402201448220.19728-100000@pcnet5.pcnet.com>
In-Reply-To: <20040220101615.U60703@carver.gumbysoft.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 20 Feb 2004, Doug White wrote:

> On Fri, 20 Feb 2004, Daniel Eischen wrote:
> 
> > > no change in status.
> > >
> > > Here's the trace from gdb:
> >
> > This doesn't show much to me...
> 
> As to the libc thing, I'm assuming its getting picked up as a dependency
> on something else.  I'll check the build to make sure it isn't getting
> requested explicitly.
> 
> Since the libc pthread_mutex_lock() immediately calls the libpthread one,
> I assumed it was some sort of stub function.

Yes, but it shouldn't be calling the libc function if it is
linked in the correct order.  There are all sorts of symbols
that libpthread provides that should be resolved first
(cancellation points for instance).  If libc is being
linked to before libpthread, all bets are off for whether
the application behaves correctly.

-- 
Dan Eischen



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.10.10402201448220.19728-100000>