Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!asuvax!enuxha!martin From: martin@enuxha.eas.asu.edu (Ross D. Martin) Newsgroups: comp.sys.amiga Subject: Re: LAttice 5.0.4 Stack Problem Summary: I've seen them too. Keywords: Lattice Stack Message-ID: <434@enuxha.eas.asu.edu> Date: 8 Jan 90 16:42:02 GMT References: <3512@cbnewsl.ATT.COM> <1159@unsvax.NEVADA.EDU> <1426@sas.UUCP> Distribution: usa Organization: Arizona State Univ, Tempe Lines: 30 In article <1426@sas.UUCP>, walker@sas.UUCP (Doug Walker) writes: > In article <1159@unsvax.NEVADA.EDU> maniac@arrakis.nevada.edu.uucp (ERIC SCHWERTFEGER) writes: > >Does anyone have any experience with Lattice 5.0.4 programs giving faulty > >stack overflow requesters? It does this quite often with me, and I'm using > >the default compiling options. > > >Eric J. Schwertfeger, UNLV maniac@arrakis.nevada.edu > > We haven't heard of anything like this. Are you SURE it's a faulty requester? > Can you send some source in that reproduces the problem? Try upping your stack > and see how high it needs to go before the requester stops appearing. If you > have automatic arrays declared, try allocating them dynamically instead. > ***** > =*|_o_o|\\=====Doug Walker, Software Distiller======================= I have also noticed this problem with faulty stack requesters. It does not always happen, and it never happens from a shell that was just opened. It seems that there is something funny about the way Lattice checks the stack. I have taken to always compiling with the -v option. I have also found a bug in _CXV25. It was pretty simple, so I was able to fix mine myself. There are some pushes to stack that were left out, so when the corresponding pops occur followed by an rts, you're in guru city. I assume this bug was known. Speaking of which, what is the phone # of Lattice BBS? I seem to have misplaced it. Can anyone give a list of patches currently available for 5.04? Ross Martin martin@enuxha.eas.asu.edu