Bug 104108 - tcsh-6.12.00 is outdated, use 6.14.00
Summary: tcsh-6.12.00 is outdated, use 6.14.00
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Beta 1
Hardware: Other All
: P5 - None : Enhancement
Target Milestone: ---
Assignee: Dr. Werner Fink
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-11 13:06 UTC by Harald Koenig
Modified: 2005-08-18 15:40 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Harald Koenig 2005-08-11 13:06:40 UTC
you're planing to ship tcsh-6.12.00 instead of 6.14.00
which has fix for some problems with utf8 and multibyte characters.
Comment 1 Dr. Werner Fink 2005-08-11 13:40:06 UTC
Have you ever seen our patches about UTF-8 and tcsh-6.12.00?
Comment 2 Dr. Werner Fink 2005-08-11 16:59:40 UTC
Ahmm ... just compiled without any patch and the configure line

./configure --bindir=/bin --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --sysconfdir=/etc

now I see an endless loop:

tcsh/tcsh-6.14.00> ./tcsh -f
> set echo
> source /etc/csh.login 
source /etc/csh.login
if ( -o /dev/pts/4 && 1 ) then
if ( ! 1 ) setenv TERM linux
if ( xterm == unknown ) setenv TERM linux
if ( ! 0 ) then
if ( -x `which stty` ) stty sane cr0 pass8 dec
which stty
stty sane cr0 pass8 dec
[...]

werner/tcsh> ps aux| grep /tcsh
werner    9780 77.9  0.6   3340  1664 pts/4    R    18:56   1:26 -/tcsh -f
werner    9810  0.0  0.2   1788   572 pts/8    R+   18:58   0:00 grep /tcsh
werner/tcsh> kill 9780
werner/tcsh> kill 9780
werner/tcsh> kill -9 9780
werner/tcsh> kill -9 9780
9780: No such process
Comment 3 Dr. Werner Fink 2005-08-11 17:02:40 UTC
set this to LATER because this has to be investigate
Comment 4 Dr. Werner Fink 2005-08-17 13:05:09 UTC
OK, I've something which is running. It was a problem
with the signal handling. Now I use POSIX to emulate
BSD signals with new glibc and new gcc4.
Comment 5 Dr. Werner Fink 2005-08-18 15:39:38 UTC
Reopen
Comment 6 Dr. Werner Fink 2005-08-18 15:40:23 UTC
OK, now its included in the next beta, aka Beta3