Date: Thu, 12 Jun 1997 18:20:43 +0300 (IDT) From: Eli Zaretskii To: Nate Eldredge cc: djgpp AT delorie DOT com Subject: Re: Symify crashes in Windows Dos box In-Reply-To: <199706110126.SAA21253@adit.ap.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 10 Jun 1997, Nate Eldredge wrote: > >new here. `symify' crashes because Windows doesn't reset the FPU > >after the first program crashes; nothing new here either. > > Then maybe the handler that aborts the program on receipt of the signal > ought to reset the FPU. It seems like a bad idea to leave the system > unstable. It's probably better to do that in the exit code, not in the SIGFPE handler (somebody could install a signal handler for SIGFPE that just returns, and then the program would leave the FPU scrogged on exit).