From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: HELP! "invalid page exception"?? Date: Mon, 27 Sep 1999 09:47:21 +0200 Organization: NetVision Israel Lines: 40 Message-ID: References: <37D534CD DOT 9FE72805 AT this DOT newsgroup> <37D6B63A DOT 68278B19 AT this DOT newsgroup> <37D7B0BD DOT DE998100 AT this DOT newsgroup> <37DF937D DOT 28220E2D AT this DOT newsgroup> <37E203F4 DOT 496C6106 AT this DOT newsgroup> <37EE142C DOT 945E7357 AT this DOT newsgroup> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 938418368 1456 199.203.121.2 (27 Sep 1999 07:46:08 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 27 Sep 1999 07:46:08 GMT X-Sender: eliz AT is In-Reply-To: <37EE142C.945E7357@this.newsgroup> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 26 Sep 1999, Tony Welsh wrote: > Exiting due to signal SIGINT > Control-Break Pressed at eip=00022be4 There's nothing wrong here, it seems to just wait for input. I understand that if you press Ctrl-Z, it exits successfully without crashing the DOS box, right? (If not, please describe what happens after you invoke cpp via go32-v2 and press Ctrl-Z.) > Okay, I tried it with both the goto32-v2 and the gcc -c commands > because I didn't know which one you meant. I tried it with the > first renamed, the second renamed, both renamed, it still behaves as > normal ie it just kills the dos box with gcc and the goto hangs and > CTRL-BREAK gives the same message as printed above. I'm really puzzled now. I don't have any ideas left, except to try to uninstall some of the optional software installed on your machine, like network clients, anti-virus software, etc. Also, perhaps commenting-out some of the lines in your CONFIG.SYS and/or AUTOEXEC.BAT might help. Checking your mother-board setup and memory is also advisable: gcc is known to be sensitive to faulty memory chips, overclocked CPUs, incorrect wait state setup, etc. Other than that, I don't know what to suggest. I have never heard any problems like what you describe before, except on ThinkPad machines, and you don't seem to use one of those. Sorry. > did it say anything about not being able to find the specs files, > even with both renamed... When both are renamed, it should say "Using built-in specs". > Thought: Are the DJGPP programs okay with massive hard disks? I > have a 12.7GB C: drive... I don't think this should matter. But just to be sure, can you try to install GCC on a floppyand run it from there? (Yes, I know, it will be terribly slow, but we are trying to see some light here...)