Message-ID: <006301c0a0b6$24b66880$0201a8c0@pv1.ca.home.com> From: "Dave Bloodgood" To: "Eli Zaretskii" Cc: References: Subject: Re: Eradicating djgpp W2000 problem Date: Tue, 27 Feb 2001 04:09:32 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Reply-To: djgpp AT delorie DOT com The problems I had are consistent with the following excerpt from the FAQ "Another problem on NT is that you cannot install a handler for the SIGFPE, SIGINT, or SIGALRM signals: if you do, your program will crash as soon as the signal is generated (in DJGPP v2.02 and later, FP exceptions are masked by default, so you will need to unmask them first, otherwise SIGFPE won't be generated). This is due to a bug in NT." So no fix is available Dave ----- Original Message ----- From: "Eli Zaretskii" To: "Dave Bloodgood" Cc: Sent: Monday, February 26, 2001 7:59 AM Subject: Re: Eradicating djgpp W2000 problem > > On Mon, 26 Feb 2001, Dave Bloodgood wrote: > > > Also, there were big problems with DJGPP exception handling in windows NT > > 4 - Ive seen lots of NTVDM crashes, so my code simply doesn't handle > > exceptions if running on NT. > > Please describe the details. Are any of these problems described in > section 3.3 of the DJGPP FAQ list?