java-prs@gcc.gnu.org
[Top] [All Lists]

[Bug java/24980] GCJ/GIJ segfaults on Workout.java from Click and Hack's

Subject: [Bug java/24980] GCJ/GIJ segfaults on Workout.java from Click and Hack's "Java Puzzlers"
From: "vadimn at redhat dot com"
Date: 21 Nov 2005 21:40:26 -0000

------- 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

<Prev in Thread] Current Thread [Next in Thread>