Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <20000531210058.13793.qmail@web124.yahoomail.com> Date: Wed, 31 May 2000 14:00:58 -0700 (PDT) From: Earnie Boyd Reply-To: earnie_boyd AT yahoo DOT com Subject: Re: Major bug -- Exception handling broken To: cygwin AT sourceware DOT cygnus DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --- Chris Faylor wrote: > On Wed, May 31, 2000 at 01:03:05PM -0500, Parker, Ron wrote: > >> Exception handling in g++ is totally broken in the current Cygwin > >> release. Almost any program that uses exceptions crashes: > >> > >> class Foo {}; > >> int main() { > >> try { throw Foo(); } > >> catch (const Foo&) { return 0; } > >> } > >> > >> $ g++ foo.cpp -o foo > >> $ ./foo > >> 0 [main] foo 1007 handle_exceptions: Exception: > >> STATUS_ACCESS_VIOLATION > >> 5052 [main] foo 1007 stackdump: Dumping stack trace to > >> foo.exe.stackdump > > > >I have verified that this is a bug. Mumit Khan, the cygwin gcc guru, is out > >of the country and should be back mid-June. In the mean time I will see > >what I can find. > > > >For the time being you may work around it by replacing g++ in the command > >line with gcc. That produces a working executable. My best guess at this > >time is that there is a problem with g++ in the specs file. I will check it > >next. > > I may be wrong but I believe that Mumit is well-aware that structured > exception handling is broken on Windows. > Yes and low priority on the TODO list. If Ron would like to take this on himself I'm sure that it would be a welcome fix. Regards, ===== --- Earnie Boyd: __Cygwin: POSIX on Windows__ Cygwin Newbies: __Minimalist GNU for Windows__ Mingw32 List: Mingw Home: __________________________________________________ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/ -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com