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: khendricks at ivey dot uwo dot ca
- Subject: Re: dlsym with RTLD_NEXT and unknown symbol causes segfault on ppc
- From: "H . J . Lu" <hjl at lucon dot org>
- Date: Fri, 15 Sep 2000 09:47:24 -0700
- Cc: 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>
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.