Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com content-class: urn:content-classes:message Subject: c++ char exceptions MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Tue, 23 Apr 2002 17:44:57 +1000 X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Robert Collins" To: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g3N7p1n06384 I don't know if this is a cygwin issue or if I am doing something fundamentally wrong... int main (int argc, char **argv) { try { throw "catch this"; } catch (char *message) { return 1; } return 0; } coredumps on me. Throwing int's works fine. Throwing (string) "foo" works fine. Anyway, this is partly for the archives, partly for curiosity. Rob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/