Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!nic.MR.NET!hall!walterb From: walterb@hall.cray.com (Walter Boese) Newsgroups: comp.lang.c Subject: Re: MSC 5.1 - No stack avail Message-ID: <7014@hall.cray.com> Date: 9 Apr 90 14:48:54 GMT References: <1060@manta.NOSC.MIL> Distribution: na Organization: Cray Research, Inc., Mendota Heights, MN Lines: 4 Try declaring some of the bigger arrays as global, outside main. I have had this problem in the past and it seems to fix it. Walter