Mail Archives: djgpp/1999/09/21/20:42:57
On Thu, 16 Sep 1999, Andrew R. Gillett wrote:
> C:\TOOLS\Code\Death>symify death.exe
>
> It prints the debug information, but then:
>
> Exiting due to signal SIGSEGV
> General Protection Fault at eip=00001b8b
> eax=00000000 ebx=00054140 ecx=00000000 edx=0000044a esi=00000054
> edi=000109de
> ebp=3320656e esp=000509b6 program=C:\TOOLS\DJGPP\BIN\SYMIFY.EXE
> cs: sel=00a7 base=83b63000 limit=00678fff
> ds: sel=00af base=83b63000 limit=00678fff
> es: sel=00af base=83b63000 limit=00678fff
> fs: sel=0087 base=0000a190 limit=0000ffff
> gs: sel=00bf base=00000000 limit=ffffffff
> ss: sel=00af base=83b63000 limit=00678fff
>
> Call frame traceback EIPs:
> 0x00001b8b
>
>
> Also, the debug information for my game points to lines in the source
> code which seem irrelevant - one of them is even blank. (If it's any
> help, the problem I am having is related to vectors)
The tracebacks indicate that you are using DJGPP v2.01. Please
upgrade to v2.02 and see if the problem is solved there.
If the problem persists in v2.02, please make a zip file with the
binary of your program and make it available somewhere for
downloading. I suspect that the crashes are due to the long lines in
the traceback, but it is impossible to verify this without having the
actual program that triggers the problem.
- Raw text -