Date: Wed, 22 Jan 1997 16:43:31 +0200 (IST) From: Eli Zaretskii To: "Mike A. Harris" cc: Adam Kunen , djgpp AT delorie DOT com Subject: Re: Bug report: Structs In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 22 Jan 1997, Mike A. Harris wrote: > You are passing a 128k struct to the function foobar(). This is > placed on the stack!!!!! It still shouldn't crash the program, since it has 256K-long stack. Adam, does the problem go away when you stubedit your program to a larger stack (say, 1MB)?