[parisc-linux] Problems with glibc

Jes Sorensen jes@linuxcare.com
20 Apr 2001 20:10:50 +0200


>>>>> "Andreas" == Andreas Thienemann <andreas@thienemann.net> writes:

Andreas> Has anyone ever experienced a similar problem? This segfault
Andreas> is reproducable and it's the first time that happened. gcc
Andreas> did compile correct, the same with the kernel itself.
Andreas> Therefore I'd guess that glibc is at fault here.  This
Andreas> happened while building the glibc on the hppa box (with the
Andreas> baseplus-20010404 nfsroot).  Building the cross-compiler
Andreas> toolchain which does include building glibc was successful
Andreas> though.

You don't see it when cross compiling because this is only run when
building natively. The sunrpc stuff is the first place where the newly
generated dynamic linker is exercised, your cross compiled binaries
are unlike to work either. The can be either a glibc (most likely
ld.so) or due to a change in syscall or compiler ABI behavior.

Jes