On Thu, 31 Oct 2002, Daniel Eischen wrote:

> On Thu, 31 Oct 2002, Doug Rabson wrote:
> > On Thu, 31 Oct 2002, Daniel Eischen wrote:
> > > I don't see how that can be.  _pthread_mutex_lock() in libc_r calls
> > > init_static_private(), not init_static().
> >
> > That was it (I single stepped through this in the debugger a couple of
> > days ago). Unfortunately init_static_private() also calls
> > pthread_mutex_init() without the leading underscore.
>
> And because it calls the non-underscore version, this breaks something?
> I guess both init_static_private and init_static should both call
> _pthread_mutex_init.

Yes. In my case it ended up in a noop stub defined by libXThrStub.so.
Right afterwards libc_r bombed because the mutex it tried to initialise
wasn't initialised.

-- 
Doug Rabson                             Mail:  [EMAIL PROTECTED]
                                        Phone: +44 20 8348 6160



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to