Bug 17233

Summary: segmentation fault (tcsh)
Product: [Retired] Red Hat Linux Reporter: Need Real Name <thomas.lang>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-09-04 12:19:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2000-09-04 12:19:28 UTC
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 +++

Comment 1 Jakub Jelinek 2000-09-04 12:22:14 UTC

*** This bug has been marked as a duplicate of 17187 ***