Path: utzoo!utgpu!cunews!bnrgate!brtph3!brchh104!brchs1!bnr.ca!rice.edu!sun-spots-request From: jle@cfm.brown.edu (Jon Elion) Newsgroups: comp.sys.sun Subject: SunOS 4.1 crashes exiting SunView or OpenWindows Keywords: SunOS Message-ID: <566@brchh104.bnr.ca> Date: 30 Nov 90 21:16:17 GMT Sender: news@brchh104.bnr.ca Organization: Sun-Spots Lines: 28 Approved: Sun-Spots@rice.edu X-Original-Date: Fri, 23 Nov 90 10:09:11 EST X-Sun-Spots-Digest: Volume 9, Issue 384, message 11 X-Note: Submissions: sun-spots@rice.edu, Admin: sun-spots-request@rice.edu Answering my own messages? The electronic equivalent of talking to yourself! I have solved the mystery of the system crashes when exiting SunView or OpenWindows. Our .login files all end with: echo -n "(S)unview or (O)penWindows?: " set answer=($<) if ($#answer == 0) exit switch($answer) case [sS]*: /usr/bin/sunview breaksw case [oO]*: $OPENWINHOME/bin/openwin breaksw default: exit endsw reset;reset;clear While this worked fine under SunOS 4.0.3., for some reason, the 'reset' command reproducibly crashes the system. Invoking OpenWindows or SunView directly (rather than through the .login procedure) is fine. Using the 'reset' command at any time causes an instant crash. So... for now, the 'reset' commands are gone from the .login files. They were formerly necessary to reset keyboard (rarely) and to reset the lookup table for the console (most times). Is it no longer needed? Why does it crash the system??