|
Bugzilla – Full Text Bug Listing |
| Summary: | tcsh-6.12.00 is outdated, use 6.14.00 | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Harald Koenig <koenig> |
| Component: | Basesystem | Assignee: | Dr. Werner Fink <werner> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | ||
| Version: | Beta 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Harald Koenig
2005-08-11 13:06:40 UTC
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 |