Date: Wed, 20 Oct 1999 16:04:07 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: James Vasile cc: djgpp AT delorie DOT com Subject: Re: Program crashes once, runs once, crashes, runs, crashes, runs, etc. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 20 Oct 1999, James Vasile wrote: > So I'm stumped. I feel that there is something I'm missing, something > basic, and this will sound like a problem familiar to more experienced > DJGPPers (this is my first go-round with DJGPP). Whenever you stumped, it's time to use the tools. Not every bug can be solved by staring at the code and meditating. I suggest to read section 12.2 of the FAQ first. It will help you understand the crash message printed by the crashing program. Then use SYMIFY to find out where does it crash. Then look at the code at that place. If you still cannot figure it out, run the program under a debugger and you will see what's wrong.