Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ihnp4!ptsfa!lll-lcc!seismo!brl-adm!adm!rgoguen@mikey.bbn.COM From: rgoguen@mikey.bbn.COM Newsgroups: comp.unix.wizards Subject: Re: Possible Bug in BSD Message-ID: <4711@brl-adm.ARPA> Date: Thu, 26-Feb-87 15:36:16 EST Article-I.D.: brl-adm.4711 Posted: Thu Feb 26 15:36:16 1987 Date-Received: Sat, 28-Feb-87 06:45:28 EST Sender: news@brl-adm.ARPA Lines: 9 change struct abc point[X][Y] to static struct abc point[X][Y] This is because your stack segement it TOO big. I think the current limit is 512K. adding static will cause the space to be allocated before it starts running as opposed to allocating it off of the stack. /rjg rgoguen@relay.cs.net