Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 1996 13:10:40 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        jgreco@brasil.moneng.mei.com, sos@freebsd.org
Cc:        hackers@freebsd.org, mtaylor@cybernet.com
Subject:   Re: Hang your machine with ScrollLock
Message-ID:  <199611260210.NAA20353@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> > > As soon as I hit the scroll-lock key, everything was fine-
>> > > all of the uptime processes completed, and name serving
>> > > went on as usual.
>> 
>> I belive this to be fixed in what was 2.2-current long ago...

Nope.  There is no bug to fix.  Scroll lock says to stop output, so the
tty buffer fills up after a while and the tty driver sleeps on "ttywri".

Workaround: `comcontrol /dev/console drainwait 10' times out the sleep
after 10 seconds.  write() returns -1/EIO or a short count.  Applications
may be confused by this.  EIO normally means hangup.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611260210.NAA20353>