From: noer AT cygnus DOT com (Geoffrey Noer) Subject: Re: G++ w/ C++ Exceptions 16 Apr 1997 20:13:21 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <199704170030.RAA25777.cygnus.gnu-win32@cirdan.cygnus.com> Content-Type: text Original-To: papresco AT calum DOT csclub DOT uwaterloo DOT ca (Paul Prescod) Original-Cc: gnu-win32 AT cygnus DOT com In-Reply-To: <3354E170.6813953F@calum.csclub.uwaterloo.ca> from "Paul Prescod" at Apr 16, 97 10:25:52 am X-Mailer: ELM [version 2.4 PL23] Original-Sender: owner-gnu-win32 AT cygnus DOT com Paul Prescod wrote: [..] > When I compile certain C++ objects with -fexceptions, G++ goes berserk, Don't know about this one. [...] > And it goes on forever, until I hit Ctrl-C which may or may not cause > Windows 95 to crash or Windows NT to launch Dr. Watson. (I presume > that's a known bug too). Yes, this is a known problem. In beta 17.1, the 13th control-C will force a TerminateProcess which will kill the hanging process and often bash as well. In the upcoming Beta 18 release, signals are much happier and control-C actually does the right thing (for the most part anyhow). The 13 control-Cs ugly hack is going away for good so don't get too used to it. :-) -- Geoffrey Noer noer AT cygnus DOT com - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".