From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Tolpin Message-Id: <200403041825.i24IPbgF058569@adat.davidashen.net> To: 9fans@cse.psu.edu Content-Type: text/plain; charset=KOI8-R Subject: [9fans] 'fp: stack overflow' Date: Thu, 4 Mar 2004 22:25:37 +0400 Topicbox-Message-UUID: 150ed392-eacd-11e9-9e20-41e7f4b1d025 Hi, I am getting 'fp: stack overfow' on a pretty simple code from graphviz building Bezier curves. The code literally just computes a mean of two numbers t=(high+low)/2.0 , and when t is about to become 0.9375, it dies with fp: stack overflow. Of course, it is not reproducable on simpler tests. Any thoughts? David