This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


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

Re: shared lib problem on PPC (was: Re: glibc 2.1.92 tst-getdate failure on linuxppc)


Franz Sirl <Franz.Sirl-kernel@lauterbach.com> writes:

> So the fini code is never called it seems. Which code should I check for 
> changes compared to glibc-2.1.3 (where the same binary worked)?

It's not 2.1.3 you have to compare against.  The same code works on x86.

The unloading happens in _dl_close.  Put a breakpoint on this function
and step in it to see why the reference counter isn't going to zero so
that the module is unloaded.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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