Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!think!mit-eddie!husc6!wjh12!lotto From: lotto@wjh12.UUCP (Jerry Lotto) Newsgroups: comp.sys.ibm.pc,comp.sources.d,comp.sys.intel Subject: Re: 80287 FLD ST(0) - causes my AT to hang! Message-ID: <38@wjh12.UUCP> Date: Fri, 21-Nov-86 21:47:30 EST Article-I.D.: wjh12.38 Posted: Fri Nov 21 21:47:30 1986 Date-Received: Sat, 22-Nov-86 00:02:52 EST References: <35@wjh12.UUCP> Reply-To: lotto@wjh12.UUCP (Jerry Lotto) Distribution: net Organization: Harvard Univ. Chem. Dept. Lines: 10 Xref: mnetor comp.sys.ibm.pc:191 comp.sources.d:38 comp.sys.intel:51 The fix for gnuplot is to add the following lines right before the longjmp in fpe(). #ifdef MSC _fpreset #endif /* MSC */ The floating point exceptions of past lives were leaving garbage on the chip, eventually resulting in a stack overflow.