Bug 16246 - problem with Eterm port
Summary: problem with Eterm port
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-01-21 09:10 UTC by spe
Modified: 2000-01-21 16:06 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description spe 2000-01-21 09:10:01 UTC
I synchronize my source tree with cvs and I make the latest Eterm port (0.8.9).
But when I launch commands such as 'mail' or 'cvs login' and I press 'Enter Key',
I have a messages like:
load: 0.27  cmd: cvs 26989 [ttyin] 0.00u 0.00s 0% 884k
load: 0.27  cmd: cvs 26989 [ttyin] 0.00u 0.00s 0% 884k
load: 0.27  cmd: cvs 26989 [ttyin] 0.00u 0.00s 0% 884k
load: 0.27  cmd: cvs 26989 [ttyin] 0.00u 0.00s 0% 884k
load: 0.27  cmd: cvs 26989 [ttyin] 0.00u 0.00s 0% 884k
load: 0.27  cmd: cvs 26989 [ttyin] 0.00u 0.00s 0% 884k

with mail:
load: 0.16  cmd: mail 27003 [ttyin] 0.00u 0.01s 0% 580k
load: 0.16  cmd: mail 27003 [ttyin] 0.00u 0.01s 0% 580k
load: 0.16  cmd: mail 27003 [ttyin] 0.00u 0.01s 0% 580k
load: 0.16  cmd: mail 27003 [ttyin] 0.00u 0.01s 0% 580k
load: 0.16  cmd: mail 27003 [ttyin] 0.00u 0.01s 0% 580k
load: 0.16  cmd: mail 27003 [ttyin] 0.00u 0.01s 0% 580k

And I cannot use mail or cvs commands anyway... A kill is necessary to quit
this applications.
I trussed the mail program:
syscall sigaction(0x12,0xbfbfd67c,0xbfbfd670)
        returns 0 (0x0)
syscall sigaction(0x16,0xbfbfd674,0xbfbfd668)
        returns 0 (0x0)
syscall sigaction(0x15,0xbfbfd66c,0xbfbfd660)
        returns 0 (0x0)
syscall sigprocmask(0x1,0x0)
        returns 0 (0x0)
& syscall write(1,0x8064000,2)
        returns 2 (0x2)
syscall fstat(0,0xbfbfd5b0)
        returns 0 (0x0)
syscall break(0x8084000)
        returns 0 (0x0)
syscall ioctl(0,TIOCGETA,0xbfbfd5ec)
        returns 0 (0x0)
load: 0.10  cmd: mail 27007 [running] 0.01u 0.00s 0% 576k
SIGNAL 29
load: 0.09  cmd: mail 27007 [running] 0.01u 0.00s 0% 576k
SIGNAL 29
load: 0.09  cmd: mail 27007 [running] 0.01u 0.00s 0% 576k
SIGNAL 29

Signal 29 is generated when i try to use Enter key !

What's wrong ?

How-To-Repeat: launch mail or cvs login command under Eterm and press the Enter Key
Comment 1 spe 2000-01-21 09:25:38 UTC
problem report is closed with Eterm-0.8.10. Problem is with Eterm-0.8.9.

Thanx
Comment 2 Ade Lovett freebsd_committer freebsd_triage 2000-01-21 16:05:52 UTC
State Changed
From-To: open->closed

Submitter reports that problem has diappeared with Eterm 0.8.10 
(the current one in the ports tree)