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]
Other format: [Raw text]

Re: A small testcase for dlopen bug


On Sat, Jun 01, 2002 at 09:48:53AM -0700, H . J . Lu wrote:
> On Sat, Jun 01, 2002 at 09:47:19AM -0700, H . J . Lu wrote:
> > I finally found a small testcase for the dlopen bug. The problem is
> > we don't handle circular dependency right in case of relocation error:
> > 

I don't think we handle any relocation dependency right even if there
is no relocation error when RTLD_NOW is used. In that case, we just
never unload shared objects from the memory. I think something is
wrong with RTLD_NOW and relocation dependency.


H.J.


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