X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Sun, 24 Feb 2002 10:28:30 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Michael Yuen cc: djgpp AT delorie DOT com Subject: Re: Exiting due to signal SIGSEGV In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 24 Feb 2002, Michael Yuen wrote: > "exiting due to signal SIGSEGV" > > I believe this message is telling me something about attempting to access > an invalid pointer or something. Yes. > This program i'm writing has a lot of global variables...can this be > causing any problems? No. You should look for a bug in the program; having a lot of variables is not such a bug. Section 12.2 of the DJGPP FAQ list explains how to start the debugging given the information printed when the program crashes.