Message-Id: <3.0.5.32.19981019082748.00b81100@ns1.avatar.com> X-Sender: kory AT ns1 DOT avatar DOT com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Mon, 19 Oct 1998 08:27:48 -0600 To: Eli Zaretskii From: Kory Hamzeh Subject: Re: gcc 2.7.2 crashing under win95 Cc: djgpp AT delorie DOT com In-Reply-To: References: <3 DOT 0 DOT 5 DOT 32 DOT 19981018094104 DOT 00b17360 AT ns1 DOT avatar DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Reply-To: djgpp AT delorie DOT com At 10:09 AM 10/19/98 +0200, Eli Zaretskii wrote: > >On Sun, 18 Oct 1998, Kory Hamzeh wrote: > >> Anyway, the first blue screen now says: "exception 0E in VxD VREDIR .. >> called from IFSMGR. Please any key to return." When I press a key, I then >> get "exception 0E in VNBI .. called from VTDI". And it goes on and on until >> the system basically locks up. > >Hmm... Exception 0E is Page fault, and VREDIR is the Windows network >redirector VxD. Is DJGPP installed on a networked driver on that >machine? No, the machine does have a network drive, but djgpp is on a local drive. > >> Like I said in the orignal post, it works the first time, and it crashes >> the second time. Yesterday, I use to be able to open another dos box and >> again it would work the first time and crash the second time. Today, the >> system is pretty hosed after the first crash. > >I would suspect faulty hardware (e.g., a bad memory chip), or >incorrect CMOS Setup (like CPU cache or memory wait states setting). >But first please post your complete AUTOEXEC.BAT and CONFIG.SYS files, >in case something there will give a clue. > Here is autoexec.bat Set USR_MRI=C:\MRI\mcc68k C:\PROGRA~1\MCAFEE\SCAN.EXE C:\ @IF ERRORLEVEL 1 PAUSE SET MGA=C:\MGA\SETUP\ @ECHO OFF PROMPT $p$g PATH=D:\DJGPP\BIN;D:\DJGPP\GNU\EMACS\BIN;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\DO S;C:\BIN\UTILS; SET TEMP=C:\WINDOWS\TEMP SET DJGPP=D:\DJGPP\DJGPP.env SET LFN=Y SET BLASTER=A220 I10 D3 H5 P300 E620 T6 LH DOSKEY SET GOLIST=C:\GOLIST\ SET CALLBOOK=D:\Callbook\ SET TZ=PST07:00:00 SET CLASSPATH=C:\Program Files\WorldView for Netscape Navigator\classes;%CLASSPATH% My config.sys is empty. Here is the redirected output of "gcc -v -o x x.c" Reading specs from d:/djgpp/lib\specs gcc version 2.7.2 d:/djgpp/bin\cpp.exe -lang-c -v -undef -D__GNUC__=2 -D__GNUC_MINOR__=7 -Dunix -Di386 -DGO32 -DMSDOS -DDJGPP=2 -DDJGPP_MINOR=1 -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS__ -D__DJGPP__=2 -D__DJGPP_MINOR__=1 -D__unix -D__i386 -D__GO32 -D__MSDOS -D__DJGPP=2 -D__DJGPP_MINOR=1 x.c d:/djgpp/tmp\ccrbaaaa GNU CPP version 2.7.2 (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: d:/djgpp/include d:/djgpp/contrib/grx20/include /usr/local/include /usr/local/go32/include /usr/local/lib/gcc-lib/go32/2.7.2/include /usr/include End of search list. d:/djgpp/bin\cc1.exe d:/djgpp/tmp\ccrbaaaa -quiet -dumpbase x.c -version -o d:/djgpp/tmp\ccsbaaaa GNU C version 2.7.2 (80386, BSD syntax) compiled by GNU C version 2.7.2. d:/djgpp/bin\as.exe -o d:/djgpp/tmp\cctbaaaa d:/djgpp/tmp\ccsbaaaa d:/djgpp/bin\ld.exe -o x d:/djgpp/lib\crt0.o -Ld:/djgpp/lib d:/djgpp/tmp\cctbaaaa -Tdjgpp.djl -lgcc -lc -lgcc d:/djgpp/bin\stubify.exe -v x Thanks, Kory