Bugzilla – Bug 104108
tcsh-6.12.00 is outdated, use 6.14.00
Last modified: 2005-08-18 15:40:23 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.
Have you ever seen our patches about UTF-8 and tcsh-6.12.00?
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
set this to LATER because this has to be investigate
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.
Reopen
OK, now its included in the next beta, aka Beta3