Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!dalcs!chen From: chen@dalcs.UUCP Newsgroups: comp.lang.prolog Subject: Out of global stack problems in CProlog Message-ID: <2572@dalcs.UUCP> Date: Mon, 22-Jun-87 16:35:25 EDT Article-I.D.: dalcs.2572 Posted: Mon Jun 22 16:35:25 1987 Date-Received: Tue, 23-Jun-87 03:49:40 EDT Distribution: na Organization: Dept. of Math., Stats & C.S., Dalhousie University, Halifax, N.S., Canada Lines: 7 Keywords: Prolog, Information Retrieval, Unix I am implementing an Information Retrieval system in CProlog on BSD 4.3 UNIX. Could anyone tell me how to handle an "OUT OF GLOBAL/LOCAL STACK" error message while I'm running this IR program with a large number of recursions. Besides, I would also like to know if there is any limitations on the number of recursions of a procedure as well as the length of the list. Thanks in advance.