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: changiing rtld.c


Aldy Hernandez writes:

> I'm working on some PPC hacks for glibc, which have triggered a SIGFPE
> in ld.so.1.  Gdbing the process doesn't help because the backtrace
> just takes me back to some unrecognizeable (to me) instructions.
>
> I'm trying to track down where the SIGFPE got generated.

The ppc32 kernel (and current ppc64 kernels) does not handle SIGFPE
correctly which causes a loop if the signal handler touches the FP unit.
You will need a kernel patch.  Peter Bergner is working on the fix. I will
talk to him tomorrow.



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