From owner-freebsd-java Fri Feb 14 6:24:58 2003 Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4117C37B401 for ; Fri, 14 Feb 2003 06:24:57 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 36CF243FAF for ; Fri, 14 Feb 2003 06:24:54 -0800 (PST) (envelope-from ml@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h1EGUxvb078206; Fri, 14 Feb 2003 16:31:00 GMT Received: (from ml@localhost) by phantom.cris.net (8.12.6/8.12.2) id h1EEVcWd011342; Fri, 14 Feb 2003 16:31:38 +0200 (EET) (envelope-from ml) Date: Fri, 14 Feb 2003 16:31:38 +0200 From: Alexey Zelkin To: "Georg-W. Koltermann" Cc: freebsd-java@FreeBSD.ORG Subject: Re: some crashes from javac in JDK14 Patcheset 2 Message-ID: <20030214163138.A11316@phantom.cris.net> References: <1045225500.29094.5.camel@hunter.muc.mscsoftware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1045225500.29094.5.camel@hunter.muc.mscsoftware.com>; from g.w.k@web.de on Fri, Feb 14, 2003 at 01:25:00PM +0100 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, I think this problem is known and should be fixed now (in private cvs tree) As workaround try to add '-XX:ThreadStackSize=256' switch to 'java' or '-J-XX:ThreadStackSize=256' to 'javac' binary. Please let me know if it fixes problem. On Fri, Feb 14, 2003 at 01:25:00PM +0100, Georg-W. Koltermann wrote: > Hi, > > I got the following crashes when I compiled our large application with > JDK14. I repeated the build a second time, and the crashes appeared at > the same locations, with almost the same printout (just different PC I > believe). > > A second make w/o intervening "make clean" doesn't rebuild anything, and > the resulting code seems to work, so maybe the aborts are during exit > processing of the compiler. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message