From owner-freebsd-ports@FreeBSD.ORG Thu Jul 25 20:01:01 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 3A23AFC9 for ; Thu, 25 Jul 2013 20:01:01 +0000 (UTC) (envelope-from arnaud.houdelette@tzim.net) Received: from orlith.tzim.net (orlith.tzim.net [IPv6:2001:41d0:8:be42::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E74452CDF for ; Thu, 25 Jul 2013 20:01:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tzim.net; s=B; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:References:Subject:To:MIME-Version:From:Date:Message-ID; bh=2KFovEoGhgzhxcOlhdY7KJODy/l4yCBsqhtiWtkozoY=; b=SIIZx10HvZllcK1830H5ixteRWj09MfvKb/Bcg1d2P1hZ6T1ntVz2Aa8w7Tv1X27JjNnG5AXhLCQn2VbIQe/dPUprgpPnd63cn0QH+COiGLvsPxBRbJuJqNEKFisMdBAf2JK4OwK93BnkFfKSYrQBIhbr2zf/XE+cpy6Zolkt/w=; Received: from courdesi.tzim.net ([82.230.24.82] helo=[10.1.0.10]) by orlith.tzim.net with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1V2Ric-000Icz-44 for freebsd-ports@freebsd.org; Thu, 25 Jul 2013 22:00:58 +0200 Message-ID: <51F183F9.8070205@tzim.net> Date: Thu, 25 Jul 2013 22:00:57 +0200 From: Arnaud Houdelette User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130518 Icedove/17.0.5 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: [Call For Help] Clang + OpenJDK + head + amd64 == cocktail of death (for clusters) References: <20130725083917.GH41432@ithaqua.etoilebsd.net> <51F0EC1E.90100@samersoff.net> <20130725153317.GN61207@ithaqua.etoilebsd.net> In-Reply-To: <20130725153317.GN61207@ithaqua.etoilebsd.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-User: tzim@tzim.net 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 20:01:01 -0000 On 25/07/2013 17:33, Baptiste Daroussin wrote: > On Thu, Jul 25, 2013 at 01:13:02PM +0400, Dmitry Samersoff wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Hi Baptiste, >> >> If I understand you correct, hotspot crashes because of out of memory >> or some other resource constraint? >> >> Could you send me whole hs_err_.log file (or better couple of it)? >> >> - -Dmitry >> > 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: > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6636110 > > I have committed in the ports tree as it is necessary to finish properly > building packages. > > regards, > Bapt Thank you all. The new port version solved the issue I encountered with clang and java in 9.2-BETA1. regards Arnaud