Xref: utzoo comp.sys.ibm.pc.misc:6984 comp.sys.ibm.pc.hardware:6038 comp.sys.intel:1651 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!uunet!isis!ebergman From: ebergman@isis.cs.du.edu (Eric Bergman-Terrell) Newsgroups: comp.sys.ibm.pc.misc,comp.sys.ibm.pc.hardware,comp.sys.intel Subject: Re: 80387 Match Coprocessor Error Message-ID: <1991Feb28.224112.6158@isis.cs.du.edu> Date: 28 Feb 91 22:41:12 GMT References: <91057.002437ALG106@psuvm.psu.edu> Reply-To: ebergman@isis.UUCP (Eric Bergman-Terrell) Organization: Math/CS, University of Denver Lines: 12 I developed an application that does a great deal of floating point - it uses software floating point or the math chip if present. The biggest problem that I had - my software had many "large" floating point expressions - some of which went on for pages. I had to simplify some of them because they overflowed the math coprocessor's operand stack. If you can figure the line where the program is crashing, try to simplify the expression and see if that works. Terrell