From: Artur Butryn Newsgroups: comp.os.msdos.djgpp Subject: Compiler crash?? Date: Thu, 30 Mar 2000 15:47:37 -0500 Organization: Posted via Supernews, http://www.supernews.com Lines: 48 Sender: Artur Butryn Message-ID: <38E4796F@MailAndNews.com> X-Complaints-To: newsabuse AT supernews DOT com X-InterChange-Posted-By: akaja AT MailAndNews DOT com X-EXP32-SerialNo: 00000000 Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Newsreader: InterChange (Hydra) News v3.61.02 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have following problem. Very often when I try to compile something a following errror message is displayed. Compiling: test.cpp Exiting due to signal SIGILL Invalid Opcode at eip=00007201 eax=00000020 ebx=00000120 ecx=50f4c483 edx=00000149 esi=001b7314 edi=001bd84 ebp=001a9f78 esp=001a9f10 program=C:\DJGPP\LIB\GCC-LIB\DJGPP\2.952\CPP.EXE sel=0457 base=82fb3000 limit=001cffff sel=045f base=82fb3000 limit=001cffff sel=045f base=82fb3000 limit=001cffff sel=0437 base=00016180 limit=0000ffff sel=046f base=00000000 limit=0010ffff sel=045f base=82fb3000 limit=001cffff App stack: [001aa718..00033718] Exceptn stack: [00033624..000316e4] Call frame traceback EIPs: 0x00007201 0x0000a48e 0x00009975 0x00008639 0x000067fb 0x0000a48e 0x00009975 0x00008639 0x000067fb 0x0000a48e 0x00009975 0x00008639 0x000067fb 0x00005940 0x00017bfe There were some errors I'm using: Cyrix P166+ (overclocked to 200Mhz) 32Mb RAM WIN 95 lotsa disk space The same thing happens when I quit to DOS and run DJPP with CWSDPMI.EXE I check in FAQ but there was no inf on this sort of behaviour. Is it some sort of compiler bug? Akaja