Date: Thu, 4 Mar 1999 12:05:07 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Carl Marg cc: djgpp AT delorie DOT com Subject: Re: Allegro problem In-Reply-To: <36ddbe74.1569380@news.okstate.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Wed, 3 Mar 1999, Carl Marg wrote: > on the other hand, I think it must be the stack, I tried it for a very > small figure, and it worked all right > Now I just need to figure out how to change the stack size... This is also described in the FAQ (section 15.9). But first, I suggest to make sure you indeed overflow the stack. Stack overflows have a distinct manifestation in the regsiters' dump printed when the program crashes, as section 12.2 explains.