Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!samsung!zaphod.mps.ohio-state.edu!uwm.edu!lll-winken!cs!kulp From: kulp@cs.nps.navy.mil (Jeff Kulp x2174) Newsgroups: comp.sys.mac.misc Subject: Re: URGENT REQUEST Message-ID: <1038@cs.nps.navy.mil> Date: 16 Jun 90 18:35:01 GMT References: <6996.2677a981@swift.cs.tcd.ie> Reply-To: kulp@cs.nps.navy.mil (Jeff Kulp x2174) Organization: Naval Postgraduate School, Monterey CA Lines: 19 In article <6996.2677a981@swift.cs.tcd.ie> dmagcuill@swift.cs.tcd.ie writes: > > >Does anyone know what the System Error ID=28 is and how to avoid it. >It keeps happening in a large Prolog program. > >This is an urgent request, and I'd really apreciate replies via e-mail. Tried e-mail but it bounced. System error 28 is abbreviated dsStknHeap (??!) which translates to "stack has moved into application heap". To hazard a guess, I'd say that your prolog program has gone into some type of recursive infinite loop, causing the run time stack to overwrite your prolog interpreter. Remember, this is only a guess. Jeff Kulp kulp@cs.nps.navy.mil