Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!mit-eddie!genrad!decvax!ucbvax!CORY.BERKELEY.EDU!dillon From: dillon@CORY.BERKELEY.EDU (Matt Dillon) Newsgroups: comp.sys.amiga Subject: Re: Manx 3.4 bug and sc.c Message-ID: <8705171825.AA20419@cory.Berkeley.EDU> Date: Sun, 17-May-87 14:25:09 EDT Article-I.D.: cory.8705171825.AA20419 Posted: Sun May 17 14:25:09 1987 Date-Received: Sun, 17-May-87 19:52:10 EDT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 10 >GOOD LORD! But then, I thought, "maybe it just croaks like this when it >runs out of space for the variable..." So I reduced the array size to >128 by 128 and it took it. So then, I thought "ok, maybe it can hack it 128 * 128 * 2 = 32768, which is -1 as far as the compiler is concerned P.S. the way to get around this bug is to allocate the memory dynamically. -Matt