From owner-freebsd-java@FreeBSD.ORG Thu May 6 10:44:49 2010 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D6CE11065670 for ; Thu, 6 May 2010 10:44:49 +0000 (UTC) (envelope-from mailinglists@moumantai.de) Received: from mx.moumantai.de (mx.moumantai.de [217.115.150.90]) by mx1.freebsd.org (Postfix) with ESMTP id 972EA8FC12 for ; Thu, 6 May 2010 10:44:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at moumantai.de Received: from [172.16.1.2] (p54BDA410.dip.t-dialin.net [84.189.164.16]) by mx.moumantai.de (Postfix) with ESMTPSA id 43104BF70; Thu, 6 May 2010 12:28:35 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: mailinglists@moumantai.de In-Reply-To: <4BE1D7BF.70605@gmail.com> Date: Thu, 6 May 2010 12:28:24 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <38DD588D-992A-4713-8D55-96B28E2D2AA2@moumantai.de> References: <4BE11114.5030306@gmail.com> <4BE1D7BF.70605@gmail.com> To: Peter Palmreuther X-Mailer: Apple Mail (2.1077) Cc: freebsd-java@freebsd.org Subject: Re: openjdk6 crashes X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 May 2010 10:44:49 -0000 Hi. Here the JVM crashed because the user that tries to start it is defined within a ldap database using nsswitch.conf and pam_ldap to connect to. Everthing is fine using a local user. Maybe its the same problem on your side. I'm using: - FreeBSD 6.3-RELEASE-p2 - jdk-1.6.0.3p4_14 - nss_ldap-1.265_3 - pam_ldap-1.8.5 - openldap-sasl-server-2.3.41 John On 05.05.2010, at 22:40, Peter Palmreuther wrote: > On 05.05.10 18:15, Nicklas Johnson wrote: >> I see this comment near the assert: >>=20 >> // Make sure the stack has at least enough depth to execute >> // the current bytecode. >>=20 >> So possibly increasing the stack size could help? Try -Xss2m or >> -Xss4m. Though this could also be referring to an internal compiler >> stack and have nothing to do with the Java thread stack, so it may = not >> matter at all. Something that's easy to try at least. >=20 > Tried and failed. See attached 'hs_err_pid83265.log'. Seems it's (as = somehow > expected) the compiler stack, not the "normal" Java Stack?!? >=20 > Anybody or anything else? >=20 > I'd really like to have a mostly stable JRE/JDK running on my FreeBSD. = Diablo > I was recommended to replace by OpenJDK, because it's not gonna be = that > actively maintained OpenJDK is ... >=20 > So what options exist for a stable up-to-date JDK6@FreeBSD8? > --=20 > Thanks, and > best regards, >=20 > Peter Palmreuther > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to = "freebsd-java-unsubscribe@freebsd.org"