Mail Archives: djgpp/1997/09/23/09:32:52
Eli Zaretskii wrote:
>
> On Mon, 22 Sep 1997, Andrew Ellem wrote:
>
> > On behalf of someone's advice I tried compiling the WIP in
> > a non-win95 DOS prompt. What happened was even weierder.
> > Make crashed when compiling the file listed below, so I decided
> > to redir the error to a text file (redir -eo error.txt make),
> > but it ended up rebooting my computer!
>
> Please post the crash traceback here. You don't need to redirect the
> output to get the traceback in a file, you can use the -o option to
> `symify' to get the same results (see section 6.12 of the DJGPP FAQ
> list for details).
In the Win95 Dos box go32-v2 gave me this:
DPMI memory available 10671 kb
DPMI swap space available 2681 kb
I have set my dos box's properties to "65535" DPMI and have 16megs
of ram and 100+ megs free on my HD.
Here's the traceback of my attempt in "restart to MS-DOS":
Compiling the djgpp version of Allegro. Please wait...
gcc -I. -Isrc -Isrc/djgpp -Iobj/djgpp -Wall -W -Werror -m486 -O3
-ffast-math -fo
mit-frame-pointer -o obj/djgpp/colblend.o -c src/colblend.c
Exiting due to signal SIGSEGV
Page fault at eip=000ef69e, error=0006
eax=00ac0000 ebx=001102d0 ecx=00abe000 edx=00abfffc esi=00ac0000
edi=00000fe8
ebp=001d98c0 esp=001d98ac program=d:/dj/bin\cc1.exe
cs: sel=0127 base=10110000 limit=00acffff
ds: sel=012f base=10110000 limit=00acffff
es: sel=012f base=10110000 limit=00acffff
fs: sel=010f base=00083b60 limit=0000ffff
gs: sel=013f base=00000000 limit=ffffffff
ss: sel=012f base=10110000 limit=00acffff
Call frame traceback EIPs:
0x000ef69e 0xef69e
0x00064ed5 0x64ed5
0x0006aabe 0x6aabe
0x0006b1ca 0x6b1ca
0x0005a4b6 0x5a4b6
0x0004c099 0x4c099
0x00046be6 0x46be6
0x000468e1 0x468e1
0x0004bbe6 0x4bbe6
0x0003f7ab 0x3f7ab
0x00024275 0x24275
make.exe: *** [obj/djgpp/colblend.o] Error 1
- Raw text -