From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24373 invoked by alias); 10 Dec 2012 17:17:31 -0000 Received: (qmail 24249 invoked by uid 48); 10 Dec 2012 17:17:12 -0000 From: "dje at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/28586] thowing exception before main() leads to crash on AIX Date: Mon, 10 Dec 2012 17:17:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Keywords: EH X-Bugzilla-Severity: enhancement X-Bugzilla-Who: dje at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Target Last reconfirmed Host Build Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-12/txt/msg01012.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28586 David Edelsohn changed: What |Removed |Added ---------------------------------------------------------------------------- Target|powerpc-aix |powerpc-ibm-aix Last reconfirmed|2006-08-03 18:48:29 |2012-12-10 18:48:29 Host| |powerpc-ibm-aix Build| |powerpc-ibm-aix --- Comment #2 from David Edelsohn 2012-12-10 17:17:07 UTC --- This probably is related to static constructors of dependent libraries not running before constructors in the application because it is trying to throw an exception from a static constructor.