Date: Tue, 24 Feb 1998 16:48:22 -0800 (PST) Message-Id: <199802250048.QAA28497@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Andy Maddison , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: I'm going slightly mad!! Precedence: bulk At 10:45 2/24/1998 +0000, Andy Maddison wrote: >I've been using DJGPP for a while now, just basic C++ 3d graphics >programming, and everything has been going quite well. But now I've run >into some strange problems: > >When I execute my current piece of work I sometimes get a General >Protection Fault or Floating Point Error, but not everytime! >So why does an unchanged program crash periodically? > >Stranger still: I've had the above errors occur when I've simply invoked >gcc to compile my program (for the first time), i.e. gcc crashed without >compiling, but on subsequent attempts all went well with compilation and >linking (gxx). But then my program crashed again. [snipped] >Could the problem be memory related? > >I'm running Windows95 and I've got 32Mb in my machine, is this automatically >used by my program? Yes it is. Weird, irreproducible problems like this are often the sign of some kind of hardware failure. The first thing that comes to mind is bad memory. I'd suggest testing it somehow (maybe someone will follow up and recommend a tester), and replacing it if there is a problem. You might want to back up your data in the meantime. Nate Eldredge eldredge AT ap DOT net