Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!decwrl!apple!goofy.apple.com!chesley From: chesley@goofy.apple.com (Harry Chesley) Newsgroups: comp.sys.mac.hypercard Subject: Re: "too much recursion" in netnews reader 1.2.1 Message-ID: <9489@goofy.Apple.COM> Date: 30 Jul 90 19:27:34 GMT References: <1990Jul26.111152.13582@assari.tut.fi> Sender: usenet@Apple.COM Organization: Apple Computer, Inc. Lines: 16 In article <1990Jul26.111152.13582@assari.tut.fi> piche@rapola.tut.fi (Robert Piche) writes: > the stack "netnews reader 1.2.1" sometimes gives the message "too much recursion" when I try to move from one message to the next. > Hypercard points to the following line of code from function vectorjoin > in the stack script: > put sparserange(midlow,midhigh) into midpart > > is this a bug? any fixes? It is possible for the stack to run into this problem if you have a particularly complex list of read-versus-unread messages. (Yes, it's a bug.) The easiest thing to do is simplify the message list. Doing "mark all messages as read" will essentially reset everything for that group. It may be that it's still remembering that you haven't read messages which aren't even around any more.