From: "Charles Sandmann" Newsgroups: comp.os.msdos.djgpp Subject: Re: upgrade chaos Date: Wed, 12 Jan 2000 13:45:07 Organization: Aspen Technology, Inc. Lines: 9 Message-ID: <387c8563.sandmann@clio.rice.edu> References: NNTP-Posting-Host: dcloan.aco.aspentech.com X-NewsEditor: ED-1.5.8 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > > Straight after this, i tried to build it again and everything went > > smoothly. I've been unable to reconstruct the bug. > > This usually means a hardware problem. GCC is a memory hog: it uses lots > of RAM, and it shuffles large buffers to and fro. It is not uncommon for > it to be the first application that crashes when something is wrong with > memory or CPU cache setup. Usually this means using an unitialized variable - not a hardware problem.