Path: utzoo!attcan!uunet!clyde.concordia.ca!news-server.csri.toronto.edu!cs.utexas.edu!tut.cis.ohio-state.edu!ucbvax!BRL.MIL!moss From: moss@BRL.MIL ("Gary S. Moss", VLD/VMB) Newsgroups: comp.sys.sgi Subject: Re: Random window death Message-ID: <9003191249.aa17241@VMB.BRL.MIL> Date: 19 Mar 90 17:49:09 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 22 I don't know if this is a related problem or not, but executing the postScript procedure RestartMostThings from /usr/NeWS/lib/NeWS/init.ps, available as a "restart" selection on my root menu, will cause the console window to go away, but leave the wsh process running. This unmapped "wsh" causes the console window to fail to come up, though no error message is evident, on subsequent attempts to start up a console. Killing the "wsh" process explicitly (i.e. by exiting the shell or killing the window via the window manager's frame controls), will fix/avoid this problem. Also, logging out of the console kills the process. For your reference, below is the procedure in question: /RestartMostThings { % kill all windows then start up RestartActions { /destroy self send } AllWin { /destroy self send } AllChest StartMostThings } def It appears that the console-specific option to wsh ignores whatever signal is used to kill the processes running in the windows. Can anyone at SGI shed light on this problem?