Date: Thu, 23 Jul 1998 20:35:20 +0300 (IDT) From: Eli Zaretskii To: Charles Sandmann cc: djgpp-workers AT delorie DOT com Subject: SIGINT on NT Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk Does anybody know why would NT dislike our handling of SIGINT? A user complained on c.o.m.d. that about 90% of the time when he interrupts a DJGPP program with Ctrl-C, he gets Dr Watson complaining about access violation, instead of the usual DJGPP response. I tried that a few times, and I also get too many of these. Seems like there's a window of opportunity when what we do with the DS limit is verboten on NT. Any ideas what might be wrong and how to fix it? For the record, both I and that user tried it on NT 4.0 workstation, SP3.