Lines: 17 X-Admin: news AT aol DOT com From: sterten AT aol DOT com (Sterten) Newsgroups: comp.os.msdos.djgpp Date: 27 Aug 2003 07:31:24 GMT References: <20030826165154 DOT 00844 DOT 00000684 AT mb-m02 DOT aol DOT com> Organization: AOL Bertelsmann Online GmbH & Co. KG http://www.germany.aol.com Subject: Re: break - problem Message-ID: <20030827033124.28093.00001083@mb-m29.aol.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com > >recently I have trouble to interrupt my GCC-compiled program. >Sometimes it works,(pressing crtl+C or crtl+break) but sometimes the >Windows >-desktop >pops up and gives an error. (run in a DOS-window under Windows 98) >Then the output files of that program are corrupted , so I better output to >ramdrive and >then reboot. > >what can be the reason and how can it be solved ? this was a general protection fault. Apparantly it only occurs at a certain critical size of the program. Now I added some lines and it's gone.