From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Tolpin Message-Id: <200403041835.i24IZPTZ058629@adat.davidashen.net> To: 9fans@cse.psu.edu Subject: Re: [9fans] 'fp: stack overflow' In-Reply-To: <4e56bfb32c4ad2613181e26e3dbfdb58@plan9.bell-labs.com> Content-Type: text/plain; charset=KOI8-R Date: Thu, 4 Mar 2004 22:35:25 +0400 Topicbox-Message-UUID: 152f9564-eacd-11e9-9e20-41e7f4b1d025 > Are you using notes that might be interrupting in the middle of a > floating point expression and then doing more floating point in the > note handler? Other than that, it just sounds like a bug. Staring > at the assembly language (acid it and asm() the routine) would > probably tell you what's wrong. It's a working code from graphviz, used on many platforms; the rest works (that is, I can just comment this part out and get a graph with straight lines instead of splines), and the floating point numbers are only introduced inside the function. I'll try to debug the assembly code.