From owner-freebsd-ports@FreeBSD.ORG Thu Jul 25 15:33:23 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EC290AF4; Thu, 25 Jul 2013 15:33:22 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wg0-x231.google.com (mail-wg0-x231.google.com [IPv6:2a00:1450:400c:c00::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2A0892F6A; Thu, 25 Jul 2013 15:33:22 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id y10so1124203wgg.4 for ; Thu, 25 Jul 2013 08:33:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=QDkvwOUhHrrYfP6b9JPiFZChn8yYzEBo0AFscTo7yHg=; b=jpGEXNFnoNJjXjhPFlRs1GnM49XulvKWW936+auURSZ3UIne2zjR20u8585Y9YugFh U3vE255i2dVKVbPB3mOctY9dLEhlaB4Utp/j7KkcF0A/6ekPKHNZKE40nfKtDJBEGSqY 4h0LtaMjtZGuiX4Wbd3OBpdfQHYDtbXWn458sLrLZ4YxjLS5DDHlPrI/6/qabBa5RI4K 4ZxqT8HFoXh+TAA7kt2r4QGoOUlIZc8M4RlzeEDccShHVYlzTRVz+2AHW7Zji3eQrHOr BpYD9efomOC+xp8e6F3HfRiS9V0xW5QCxI3C5GafKJlf1/NRbkdYD6HLmAnnxxjRoeqf 4qSg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=QDkvwOUhHrrYfP6b9JPiFZChn8yYzEBo0AFscTo7yHg=; b=OvgCLH/GvYfpE6du9epBxrEW52fp/7oyw/nRXv7h6k6dqPXImN0k3p04uGrwvFESxd 1e7YZSut+ZQL4E4kH3ls6kg6GU5Z7nqa8dnTayUk3BLX71kVdeoF5NqY09TJ/x+bglWU 2xdTg6yV9L0vsi13OOTeXEqobVJguXz5P2nZb02Avwph95iSshIgsjdEi+se2cutjRBd MjSHFVKWbSF18GL/s5pZ8aXx/l0Em7u9CXHLIArTp5JLooHRt+HtnImhZ3T2Kl+6j9nz zpkOPRGYfFLswyqDEG5wQ2DCgYgU6u0Z1a16TS20KFrZWrELrmHRn2NrBJQkLI5w2mP/ zdEQ== X-Received: by 10.180.83.68 with SMTP id o4mr2615219wiy.5.1374766400316; Thu, 25 Jul 2013 08:33:20 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id nb12sm2607301wic.3.2013.07.25.08.33.18 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 25 Jul 2013 08:33:19 -0700 (PDT) Sender: Baptiste Daroussin Date: Thu, 25 Jul 2013 17:33:17 +0200 From: Baptiste Daroussin To: Dmitry Samersoff Subject: Re: [Call For Help] Clang + OpenJDK + head + amd64 == cocktail of death (for clusters) Message-ID: <20130725153317.GN61207@ithaqua.etoilebsd.net> References: <20130725083917.GH41432@ithaqua.etoilebsd.net> <51F0EC1E.90100@samersoff.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5FetH82qe0Z6y/zI" Content-Disposition: inline In-Reply-To: <51F0EC1E.90100@samersoff.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: ports@FreeBSD.org, java@FreeBSD.org, current@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jul 2013 15:33:23 -0000 --5FetH82qe0Z6y/zI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jul 25, 2013 at 01:13:02PM +0400, Dmitry Samersoff wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > Hi Baptiste, >=20 > If I understand you correct, hotspot crashes because of out of memory > or some other resource constraint? >=20 > Could you send me whole hs_err_.log file (or better couple of it)? >=20 > - -Dmitry >=20 FYI Dmitry fixed the problem thank you very much ! With the following patch: http://www.andric.com/freebsd/ports/java__openjdk6-deoptimization-crash.diff The bug is known upstream as:=20 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=3D6636110 I have committed in the ports tree as it is necessary to finish properly building packages. regards, Bapt --5FetH82qe0Z6y/zI Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlHxRT0ACgkQ8kTtMUmk6EwnsACdFyDNiXdxDWUEP4ik76j88ZWW 4ZcAoLUJokjX0Duz5JjhmMPoLaWCbPIV =3cFz -----END PGP SIGNATURE----- --5FetH82qe0Z6y/zI--