This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
Re: dlsym with RTLD_NEXT and unknown symbol causes segfault on ppc
- To: "H . J . Lu" <hjl at lucon dot org>
- Subject: Re: dlsym with RTLD_NEXT and unknown symbol causes segfault on ppc
- From: "Kevin B. Hendricks" <kevin dot hendricks at sympatico dot ca>
- Date: Fri, 15 Sep 2000 13:38:40 -0400
- CC: khendricks at ivey dot uwo dot ca, Franz Sirl <Franz dot Sirl-kernel at lauterbach dot com>, libc-alpha at sourceware dot cygnus dot com
- References: <5.0.0.19.2.20000908165930.0200b010@mail.lauterbach.com> <5.0.0.19.2.20000908172119.02ec2030@mail.lauterbach.com> <5.0.0.19.2.20000908180030.01cc1e10@mail.lauterbach.com> <5.0.0.19.2.20000908185016.02c254a0@mail.lauterbach.com> <39C2296F.A2937C67@sympatico.ca> <39C24C39.783F0C2E@sympatico.ca> <20000915094724.A24473@lucon.org>
- Reply-To: khendricks at ivey dot uwo dot ca
Hi,
Yes, it fixed my jdk green threads problems!
THANKS!
Has this been committed yet?
Kevin
"H . J . Lu" wrote:
>
> On Fri, Sep 15, 2000 at 12:20:09PM -0400, Kevin B. Hendricks wrote:
> > Hi Franz,
> >
> > When the jdk under green threads fails instantly with a segfault under glibc 2.2
> > cvs because whenever dlsym (using RTLD_NEXT) is used to lookup a nonexistent
> > symbol it segfaults.
> >
>
> Try Jakub's patch:
>
> http://sources.redhat.com/ml/libc-hacker/2000-09/msg00085.html
>
> H.J.