Date: Sun, 21 Jun 1998 14:39:25 +0300 (IDT) From: Eli Zaretskii To: Nicolas Blais cc: djgpp AT delorie DOT com Subject: Re: AAAAAAHhhhh! Allegro problem! In-Reply-To: <358C2072.511B1F3C@netrover.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sat, 20 Jun 1998, Nicolas Blais wrote: > Man, what a problem, my program works fine, everything goes well but > when I exit, I get some Allegro problem: > > Shutting down Allegro > Exiting due to signal SIGSEGV > General Protection Fault at eip=00038b5a This is most probably not an Allegro problem, but some bug in your program whose effect it only detected at exit. > Call frame traceback EIPs: > 0x00038b5a > 0x00015d3a > > Can it be fixed? Yes, it can, but the only person who could do that is you. Begin by running the `symify' utility on the crash traceback. This will convert it into a human-readable text which pinpoints the place where the trouble happens. You need to debug near that point and find the reason for the bug. The DJGPP FAQ list (v2/faq210b.zip from the same place you get DJGPP) has more details about this in section 9.2.