X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Lines: 10 X-Admin: news AT aol DOT com From: sterten AT aol DOT com (Sterten) Newsgroups: comp.os.msdos.djgpp Date: 28 Nov 2003 16:41:18 GMT Organization: AOL Bertelsmann Online GmbH & Co. KG http://www.germany.aol.com Subject: general protection fault Message-ID: <20031128114118.28353.00001166@mb-m11.aol.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com when I get a GPF with my compiled program (which happens quite often) , then the whole screen is written full of GPF- information. So everything, which was written before to the screen is overwritten. But I need these printouts for debugging. I doesn't help, when I redirect the output to a file, since DJGPP won't close the file, when the GPF occurs, so the file will be empty. what can I do ?