Re: Segmentation fault.

Eric Youngdale (eric@andante.jic.com)
Sun, 30 Mar 1997 21:16:24 -0500


>Program received signal SIGSEGV, Segmentation fault.
>0x40001fd7 in _dl_linux_resolver ()
>
>from the kernel? We are running pre-2.0.30 and nothing else fancy... does
>anyone know what _dl_linux_resolver actually does so we can fix this stupid
>problem?

This is the ELF dynamic linker. The most likely explaination is that you
have corrupt libraries or a corrupt dynamic loader (/lib/ld-linux.so.1).

-Eric