"David Douthitt" <dd*******@cuna.coop> wrote in message
I have a binary statically linked application that was compiled
against Red Hat 7.3 (presumably glibc 2.2.5). The application
SegFaults when run in a Red Hat Advanced Server environment -
with glibc 2.3.2.
We can only deal with language issues here.
If a commercial library segfaults then the problem is probably in your own
code - most likely you are passing a bad pointer, though undefined behaviour
anywhere in your program can sometimes cause a fault in a seemingly
unrelated part.
Try to comment out code until you have a minimal program that exhibits the
problem. If this doesn't lead you to the answer then try posting here, but
as I say we can't deal with UNIX internals but only tell you whether your C
is or is not Ok.