Date: Sun, 26 Apr 1998 12:16:29 +0300 (IDT) From: Eli Zaretskii To: Thrawn cc: djgpp AT delorie DOT com Subject: Re: Stack Faults In-Reply-To: <35423FB3.3350@badger1.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 25 Apr 1998, Thrawn wrote: > I've narrowed the problem to the stack size of my program(when I > commented out a very large array, it worked fine). I can't quite break > up the array declarations because they're all private class member > variables, so the instant I inititalize my class, I get the error. I > tried to fix it by setting _stklen to a very large number, but that > didn't work. What the hell is going on here!?!?! It is impossible to guess what's going on without seeing some of your code. Please post the shortest complete program which exhibits this behavior.