Re: ee using 99% cpu after user ssh session terminates abnormaly

2005-09-13 Thread Nielsen
Doug Barton wrote: > Yar Tikhiy wrote: > >> As for ee, the fix from bin/65892 appears to have been applied to >> CURRENT and 5-STABLE, but not to 4-STABLE. Care to test the fix >> in 4.11 or 4-STABLE? It should be 100% safe. > > > Since the diff in 1.32 was very clear, and it has already made

Re: ee using 99% cpu after user ssh session terminates abnormaly

2005-09-10 Thread Doug Barton
Yar Tikhiy wrote: As for ee, the fix from bin/65892 appears to have been applied to CURRENT and 5-STABLE, but not to 4-STABLE. Care to test the fix in 4.11 or 4-STABLE? It should be 100% safe. Since the diff in 1.32 was very clear, and it has already made it down to 5-stable, I tested this

Re: ee using 99% cpu after user ssh session terminates abnormaly

2005-09-10 Thread Nielsen
Yar Tikhiy wrote: > On Thu, Sep 08, 2005 at 10:21:46AM +1000, Antony Mawer wrote: >>Another "me too" -- usually when we notice our server (running FreeBSD >>4.11) starting to crawl, the culprit is an "ee" session using up 99% >>cpu. I just reproduced it then by logging in via ssh, running "ee" (not

Re: ee using 99% cpu after user ssh session terminates abnormaly

2005-09-10 Thread Yar Tikhiy
On Fri, Sep 09, 2005 at 09:31:38PM +, Nielsen wrote: > Yar Tikhiy wrote: > > On Thu, Sep 08, 2005 at 10:21:46AM +1000, Antony Mawer wrote: > >>Another "me too" -- usually when we notice our server (running FreeBSD > >>4.11) starting to crawl, the culprit is an "ee" session using up 99% > >>cpu.

Re: ee using 99% cpu after user ssh session terminates abnormaly

2005-09-08 Thread Yar Tikhiy
On Thu, Sep 08, 2005 at 10:21:46AM +1000, Antony Mawer wrote: > On 8/09/2005 10:18 AM, Nate Nielsen wrote: > > talonz wrote: > >>Recently i have been using a dialup 56k account to access the net > >>and have noticed that when my ssh session times out and I am editing > >>a file in ` ee ' the system

Re: ee using 99% cpu after user ssh session terminates abnormaly

2005-09-08 Thread Giorgos Keramidas
On 2005-09-08 00:02, Craig Edwards <[EMAIL PROTECTED]> wrote: > At least this is what i suspect happens. Lazy programming somewhere... > Brooks Davis wrote: > >On Thu, Sep 08, 2005 at 08:27:13AM +1000, talonz wrote: > >>Recently i have been using a dialup 56k account to access the net > >>and have

Re: ee using 99% cpu after user ssh session terminates abnormaly

2005-09-07 Thread Antony Mawer
On 8/09/2005 10:18 AM, Nate Nielsen wrote: > talonz wrote: >>Recently i have been using a dialup 56k account to access the net >>and have noticed that when my ssh session times out and I am editing >>a file in ` ee ' the system goes to 99% cpu usage and stays like >>this till the pid is killed. >>T

Re: ee using 99% cpu after user ssh session terminates abnormaly

2005-09-07 Thread Nate Nielsen
talonz wrote: > Recently i have been using a dialup 56k account to access the net > and have noticed that when my ssh session times out and I am editing > a file in ` ee ' the system goes to 99% cpu usage and stays like > this till the pid is killed. > This is a standard user account (not root/su)

Re: ee using 99% cpu after user ssh session terminates abnormaly

2005-09-07 Thread Craig Edwards
I can duplicate this with nano on freebsd 5.4 and 5.2.1 It seems that the process ignores the HUP signal maybe or ignores the EOF condition on stdin, and the select loop, or whatever it uses, just loops infinitely with nothing to read, constantly returning an error condition. At least this i

Re: ee using 99% cpu after user ssh session terminates abnormaly

2005-09-07 Thread Brooks Davis
On Thu, Sep 08, 2005 at 08:27:13AM +1000, talonz wrote: > Recently i have been using a dialup 56k account to access the net > and have noticed that when my ssh session times out and I am editing > a file in ` ee ' the system goes to 99% cpu usage and stays like > this till the pid is killed. > This

ee using 99% cpu after user ssh session terminates abnormaly

2005-09-07 Thread talonz
Recently i have been using a dialup 56k account to access the net and have noticed that when my ssh session times out and I am editing a file in ` ee ' the system goes to 99% cpu usage and stays like this till the pid is killed. This is a standard user account (not root/su) Would a user be able t