Mail Archives: djgpp/1998/06/21/07:40:00
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.
- Raw text -