Sender: nate AT cartsys DOT com Message-ID: <359417C0.B7492D1B@cartsys.com> Date: Fri, 26 Jun 1998 14:50:56 -0700 From: Nate Eldredge MIME-Version: 1.0 To: Leonardo Brondani Schenkel CC: djgpp AT delorie DOT com Subject: Re: Exception handling References: <3593CD72 DOT B0BC7C1E AT inf DOT ufsm DOT br> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk Leonardo Brondani Schenkel wrote: > > I'm new to DJGPP and I'm having some problems using C++ > exception-handling. The following code [snipped] > produces the following output: > > > throwing an exception... Abort! > > I think unexpected(), or terminate() is been called, but why? > (I'm using DJGPP 2.1, binutils 2.8.1, gcc 2.8.0, gpp 2.8.0) Upgrade to GCC 2.8.1, where this is fixed. -- Nate Eldredge nate AT cartsys DOT com