Date: Wed, 15 Apr 1998 10:46:58 +0300 (IDT) From: Eli Zaretskii To: Count Razumovsky cc: djgpp AT delorie DOT com Subject: Re: wierd problem in Allegro 3.0 In-Reply-To: <353362C2.5556@cc.umanitoba.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 14 Apr 1998, Count Razumovsky wrote: > Shutting down Allegro > Exiting due to signal SIGSEGV > Page fault at eip=000028b8, error=0004 > . > . (* very cryptic letters and numbers in here *) > . > call frame traceback EIPS: > 0x000028b8 > 0x0002d20a > > What does that mean?? If the programs which crash are yours, not the demo ones which come with Allegro, then the most probable cause for these crashes is that there are bugs in those programs. The DJGPP FAQ list (v2/faq210b.zip from the same place you get DJGPP) explains in section 9.2 how to convert the traceback with those ``cryptic numbers'' into a file name and a line number where you should look for the bug(s).