Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!uunet!mdisea!mdivax1!to From: to@mdivax1.uucp (Ricky To) Newsgroups: comp.lang.smalltalk Subject: Re: More trouble using st80 V2.5 with SunOS 4.1.1 Message-ID: <1991Apr26.010755.2713@mdivax1.uucp> Date: 26 Apr 91 01:07:55 GMT References: <1991Apr25.153146.9522@irisa.fr> Reply-To: to@sun11k.UUCP (Ricky To) Organization: Mobile Data International Lines: 36 In article <1991Apr25.153146.9522@irisa.fr> boissier@irisa.fr (franck boissiere) writes: >I have some more trouble using Smalltalk80 Version 2.5 since I upgraded >to SunOS 4.1.1 ! > >Every so often Smalltalk hangs and fail to respond, you can get its >attention back by hitting the Stop key. It sometimes happens quite >frequently and is really annoying. > >Any idea on what can be done. > >BTW: This only haapens on diskless workstations. > >Thanks in advance > >Franck This is a known bug to ParcPlace Systems, the developer of Smalltalk 80. (They claim that this won't happen in Version 4.0, though I haven't tried it out.) If you still want to hang around with Version 2.5 for some longer time, their suggestion is to start Smalltalk using the following script. (I got this script from a ParcPlace technical support engineer.) st80 $* & # essential to run st80 in background exec > /dev/null 2>&1 # suppress silly warning messages while kill -IO $! # repeat until you quit from st80 do sleep 5 # kick every 5 seconds done Hope this helps! Ricky -- Ricky To Mobile Data Division, Motorola Vancouver, British Columbia, Canada