From owner-freebsd-ports Tue Dec 15 01:40:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA07819 for freebsd-ports-outgoing; Tue, 15 Dec 1998 01:40:06 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA07799 for ; Tue, 15 Dec 1998 01:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from Unknown UID 563@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA26384; Tue, 15 Dec 1998 01:40:01 -0800 (PST) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA07580; Tue, 15 Dec 1998 01:37:50 -0800 (PST) (envelope-from nobody) Message-Id: <199812150937.BAA07580@hub.freebsd.org> Date: Tue, 15 Dec 1998 01:37:50 -0800 (PST) From: rrs@lmi.net To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/9089: egcs-1.1.1 exceptions are not caught, but -fsjljexceptions works Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9089 >Category: ports >Synopsis: egcs-1.1.1 exceptions are not caught, but -fsjljexceptions works >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Dec 15 01:40:00 PST 1998 >Last-Modified: >Originator: Rob Schulhof >Organization: >Release: 3.0 current (981204) >Environment: FreeBSD schoolie.lmi.net 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Sat Dec 5 13:36:01 PST 1998 root@schoolie.lmi.net:/usr/src/sys/compile/SCHOOLIE i386 >Description: Even very simple exceptions are not caught, causing SIGABRT core dumps. Yet, when I use the old short-jump/long-jump exception algorithm, my test programs do work ( option -fsjlj-exceptions ) >How-To-Repeat: { try { throw((int) 10); } catch (int){ cout << "OK" << endl; } } >Fix: I don't know. I am trying the egcs newsgroups for any ideas. I remember somebody posting a patch for exceptions and multi-threaded code. >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message