after updating the glibc to glibc-2.0.7-29.2 on a german redhat linux the tcsh doesn't work anymore. i tried it on 3 machines with redhat 5.2 linux (i386). everytime the same error. $ tcsh $ Segmentation fault (core dumped) $ strace tcsh : : open("/usr/share/locale/de_DE/LC_MESSAGES", O_RDONLY) = 3 fstat(3, {st_mode=0, st_size=0, ...}) = 0 close(3) = 0 open("/usr/share/locale/de_DE/LC_MESSAGES/SYS_LC_MESSAGES", O_RDONLY) = 3 fstat(3, {st_mode=0, st_size=0, ...}) = 0 mmap(0, 44, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4000b000 close(3) = 0 open("/usr/share/locale/de_DE/LC_CTYPE", O_RDONLY) = 3 fstat(3, {st_mode=0, st_size=0, ...}) = 0 mmap(0, 10428, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4000c000 close(3) = 0 brk(0x809b000) = 0x809b000 --- SIGSEGV (Speicherzugriffsfehler) --- +++ killed by SIGSEGV +++
*** This bug has been marked as a duplicate of 17187 ***