From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29302 invoked by alias); 27 Sep 2007 01:12:17 -0000 Received: (qmail 29293 invoked by uid 22791); 27 Sep 2007 01:12:16 -0000 X-Spam-Check-By: sourceware.org Received: from web50104.mail.re2.yahoo.com (HELO web50104.mail.re2.yahoo.com) (206.190.38.32) by sourceware.org (qpsmtpd/0.31) with SMTP; Thu, 27 Sep 2007 01:12:13 +0000 Received: (qmail 42855 invoked by uid 60001); 27 Sep 2007 01:12:11 -0000 X-YMail-OSG: MH2WffcVM1msOetdR_Pmej28DuvRsPb6tpwhgP7qbt9GAAKWmgkMXHF9FLlG1oHJNZ3mUIpZoXhii6JgsuSFGDiTqTIpzzSdXKvJotkj.7mth884Zo.Li1kurVtXPcxfEzRjJ5q4urJwoF03IeoUEFmwlQ-- Received: from [206.190.52.39] by web50104.mail.re2.yahoo.com via HTTP; Wed, 26 Sep 2007 18:12:11 PDT X-Mailer: YahooMailRC/651.50 YahooMailWebService/0.7.134 Date: Thu, 27 Sep 2007 01:12:00 -0000 From: Pedro Izecksohn Subject: StackOverflowError To: Mauve list MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-ID: <869180.42522.qm@web50104.mail.re2.yahoo.com> X-IsSubscribed: yes Mailing-List: contact mauve-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-discuss-owner@sourceware.org X-SW-Source: 2007-q3/txt/msg00039.txt.bz2 May this list be the wrong place to discuss it, but: The following code is not a Mauve compatibility test, but it does work di= fferent between Sun Microsystems' Java HotSpot(TM) Client VM (build 1.6.0_0= 2-b05, mixed mode) and gij (GNU libgcj) version 4.2.1 (Debian 4.2.1-5). pedro@pentiumd:~/programming/java/recursive$ java Recursive=20 Successfully recursed 16286. pedro@pentiumd:~/programming/java/recursive$ gij Recursive Segmentation fault public class Recursive { static int nTimes=3D0; public static void main (String [] args) { Thread t =3D new Thread (new Runnable () { public void run () { recurse(); } // run () private void recurse () { Recursive.nTimes++; try {recurse();} catch (StackOverflowError soe) {} } // recurse () } // Runnable ); // new Thread t.start(); try {t.join();} catch (InterruptedException ie) {} System.out.println ("Successfully recursed "+nTimes+"."); } // main (String []) } // Recursive _____________________________________________________________________= _______________ Shape Yahoo! in your own image. Join our Network Research Panel today! h= ttp://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=3D7=20