From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21262 invoked by alias); 21 Nov 2005 21:40:27 -0000 Received: (qmail 21244 invoked by uid 48); 21 Nov 2005 21:40:26 -0000 Date: Mon, 21 Nov 2005 21:40:00 -0000 Message-ID: <20051121214026.21243.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug java/24980] GCJ/GIJ segfaults on Workout.java from Click and Hack's "Java Puzzlers" In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "vadimn at redhat dot com" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2005-q4/txt/msg00380.txt.bz2 List-Id: ------- Comment #4 from vadimn at redhat dot com 2005-11-21 21:40 ------- Created an attachment (id=10316) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10316&action=view) call-tree-of-depth-4.png So, speaking of stress patterns, this is what the call tree looks like if you run attachment 10315 with the stack depth of 4. In Sun's case, it's a complete binary tree of depth 1024. Blue arrows are calls made from within the "try" block. Red arrows are calls made from within the "finally" block. Gray nodes are stack overflow exceptions. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24980