Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!nbires!hao!hplabs!oliveb!glacier!Shasta!kaufman From: kaufman@Shasta.STANFORD.EDU (Marc Kaufman) Newsgroups: net.sources.bugs Subject: Re: Larn bug on AT&T Unix-pc does anyone have a fix Message-ID: <794@Shasta.STANFORD.EDU> Date: Sun, 24-Aug-86 13:16:46 EDT Article-I.D.: Shasta.794 Posted: Sun Aug 24 13:16:46 1986 Date-Received: Mon, 25-Aug-86 20:07:58 EDT References: <89@rayssd.UUCP> Reply-To: kaufman@Shasta.UUCP (Marc Kaufman) Distribution: net Organization: Stanford University Lines: 8 In article <89@rayssd.UUCP> dpw@rayssd.UUCP (Darryl P. Wagoner) writes: >On both larn11.0 and larn12.0 I have ran across this bug >where in casting spells like "lit" it will get hung in >loop... Look at 'godirect' (in monster.c) and 'napms' (the sleep/delay routine). I ran into a problem with sending the wrong size parameter (short vs. long) to the napms routine, because on my machine ints are 16 bits. The system hangs up waiting an arbitrarily long period of time..