SCROLLING BACKWORDS ON CONSOLE CAUSES CRASH
authorFrank Maclachlan <fpm@crash.cts.com>
Fri, 21 Aug 1992 00:00:00 +0000 (00:00 +0000)
committerFrank Maclachlan <fpm@crash.cts.com>
Fri, 21 Aug 1992 00:00:00 +0000 (00:00 +0000)
commit7882093a909f57569303e26c3511f16a51f1d83b
treec4173b1ac71a0c7bba7f4141533f20ffaa101226
parent9b870561427213a6480a82961babb0c5158854a0
SCROLLING BACKWORDS ON CONSOLE CAUSES CRASH

I was horrified whilst scrolling backwards in a file with the less
pager at my console when my 386BSD system suddenly rebooted.  Subsequent
tests revealed that the system would crash whenever I scrolled rapidly
backwards through this file using less.

Most files won't cause the system to crash.  To demonstrate the failure,
do the the following (if you don't mind watching your system crash):

        hd /usr/mdec/bootwd >junk       # create a file
        less junk                       # invoke less
        G                               # go to the end of the file
        ^B^B^B...                       # rapid repeated control B's to
                                        #  scroll backwards

AUTHOR: Frank Maclachlan (fpm@crash.cts.com)
386BSD-Patchkit: patch00010
usr/src/sys.386bsd/i386/isa/pccons.c