Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!uunet!mcsun!hp4nl!ktibv!rdb From: rdb@ktibv.uucp (Rob den Braasem) Newsgroups: comp.databases Subject: Re: Clipper 5.01 error message Message-ID: <1991May16.073446.6415@ktibv.uucp> Date: 16 May 91 07:34:46 GMT References: <1991May13.223912.1975@gmuvax2.gmu.edu> <1991May14.211635.9711@ux1.cso.uiuc.edu> Organization: KTI_BV Lines: 32 tmkk@uiuc.edu (K. Khan) writes: >In article <1991May13.223912.1975@gmuvax2.gmu.edu> mhovan@gmuvax2.gmu.edu (Mike Hovan) writes: >> >> >> 650: Processor Stack Fault >> Again, it looks like something to do with stack >> overflow. >function recurse() > recurse() > return >After a moment, you'll get the Processor Stack Fault message since >you're making bunches of calls with no corresponding returns, filling up >your stack segment. I have to reply to this. I'm NOT an AMATEUR in working with clipper and other programming languages. And a stupide thing like this is the first thing I would look for. However I also did get a stack failure when I tried to work with a recursive procedure in Clipper 5.0. It did crash the first time I did call the routine again. < FLAME OFF> Clipper 5.0 has some nice features like AADD, but I prefer to stay with S'87. PABRAS