Date: Tue, 26 May 1998 19:33:02 +0300 (IDT) From: Eli Zaretskii To: Paul Derbyshire cc: djgpp AT delorie DOT com Subject: Re: crash In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 26 May 1998, Paul Derbyshire wrote: > >Page fault cr2=10260000 at eip=11c724; flags=3002 > >eax=00000000 ebx=000187c8 ecx=00000d4b edx=00030f90 esi=00030f90 edi=00146000 > ~~~~~~~~~~~~ > >ebp=000e75e0 exp=00002030 cs=127 ds=12f es=12f fs=10f gs=13f ss=33 error=0006 > > I would suspect a compiler bug manifesting as a NULL dereference. I doubt it. Please note that the crash dump comes from CWSDPMI, not from GCC (the telltale signs are the cr2= and flags= parts), so it's nothing as simple as NULL pointer dereference in GCC. Meanwhile, the user bumped up the stack of cc1.exe, and the problem went away.