Date: Tue, 23 Jun 1998 09:51:48 +0300 (IDT) From: Eli Zaretskii To: Sal cc: djgpp AT delorie DOT com Subject: Re: Run error: "Exiting due to signal SIGSEGV General Protection Fault at eip=000058dc ........" In-Reply-To: <358d873e.0@news2.ibm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 21 Jun 1998, Sal wrote: > What does this error mean?? It occurrs in the middle of the program while > it is reading in an array. Any help??? It usually means that you are writing past the end of the array. Run the SYMIFY program immediately after the program crashes, and it will display the place where the problem happens. For more details, see section 9.2 of the DJGPP FAQ list (v2/faq210b.zip from the same place you get DJGPP).