From: abraham AT dina DOT kvl DOT dk (Per Abrahamsen) Subject: cugwin32 b18: c++ blocks with `In cygwin_except_handler' message 11 Aug 1997 12:31:24 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Original-To: gnu-win32 AT cygnus DOT com X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9 AT IFiOa@X6?GM|8MBp/ X-Mailer: Gnus v5.4.64/Emacs 19.34 Original-Sender: owner-gnu-win32 AT cygnus DOT com I'm using cygwin32 b18 with Windows NT 4.0 ServicePack 1. The c++ command often blocks with the following message In cygwin_except_handler when trying to compile some code that worked with g++ 2.7.2 under sparc-solaris-2.5.1. Nothing more happens. The process doesn't exit. Any suggestions for how to debug this? An small example $ cat test.C void foo () { int a = 0; int b = a ?: 1; } $ c++ -c test.c (long/path/cc1plus.exe 1038) In cygwin_except_handler This example was easy to fix, just don't use the GNU `?:' extension. But it happens in many places in my code, also places that doesn't use GNU extensions, so I suspect there is something wrong with my setup. Any ideas? PS: Where should I report errors that doesn't look win32 specific in the g++ bundled with cygwin? - 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".