From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8497 invoked by alias); 21 Aug 2010 00:31:02 -0000 Received: (qmail 8477 invoked by uid 48); 21 Aug 2010 00:31:01 -0000 Date: Sat, 21 Aug 2010 00:31:00 -0000 Message-ID: <20100821003101.8476.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug java/41991] gcj segfaults on i686-apple-darwin9 and x86_64-apple-darwin9 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "howarth at nitro dot med dot uc dot edu" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2010-q3/txt/msg00022.txt.bz2 ------- Comment #50 from howarth at nitro dot med dot uc dot edu 2010-08-21 00:31 ------- According to the darwin unwinder maintainers in the Snow Leopard libunwind sources... // The following functions are implemented to just call abort _Unwind_GetDataRelBase _Unwind_GetTextRelBase _Unwind_FindEnclosingFunction // The following functions are empty and do nothing __register_frame_info_bases __register_frame_info __register_frame_info_table_bases __register_frame_info_table __register_frame_table __deregister_frame_info __deregister_frame_info_bases -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41991