From owner-freebsd-stable@FreeBSD.ORG Thu Jul 25 22:05:56 2013 Return-Path: Delivered-To: freebsd-stable@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 26DCF1FF; Thu, 25 Jul 2013 22:05:56 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 80C2622F3; Thu, 25 Jul 2013 22:05:55 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id m6so142022wiv.3 for ; Thu, 25 Jul 2013 15:05:53 -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=ZZ6T8EAhaYXbel48wflN7PE18cK0tdfpMa/DC1dWu2A=; b=HudQnp1fanA59SNtYAL0j4eX4kUgT4cS2iH4QxJV/E41hjtTuKOqmjzaiPuLQswWIM XS2Uao8jZZL4udJo2TOk3uNFmmijyHJyu/p+1oHFvuqC5BZowcXBvMUVgYHSYhvoefn7 PWdVp27NZsDNWzZXHUxtHN3vVimKgrJzgq/fOoJMjLhvxurhNI/CUiZ71Qz8N8JWhuQq aLxpVLfF9S3eDmmlVafznTjy8OX7LBa6k/yBGFDP5J26kPXNfs7DoCc0eiAGpF4zRElG quQ7WtxE3eNfyZYgyAhvrh45a/Xf9xjw1adb2gc8I+j9gdgefk5q0JiUcvI/woSwYsay GkJg== 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=ZZ6T8EAhaYXbel48wflN7PE18cK0tdfpMa/DC1dWu2A=; b=NuyVhG7OtG5Ypvkuk4iKiYz8Y79ylKWz/+yDZ8+oE6yLrq0zmvAE0uilhP+Kz62Ivz mccDuiUWmf18GfNhhW3gZm94108kUvw+4VghExmIj0rprAH0vibLHQLTKy/7L6ok9BT3 ajysSwv+KzJ8opJf7WIE5XDbw6ZteEKui10mOxzC/IKbTSbfKTGnHCfY+C2Ug6oVCHgy V5xSUWLWjYlxLar6DtSVC2Eqy277yg8SNycbrh4suqvEiUD4CO3PzbfIOIkcpkoxomnH i1mA2dzRfy9lTvAkNxAQ1xvlXBqyjf9BKiEdrRXqwBjPFZkdoY0W+Tbmo5pJqGyDkQaD x+FQ== X-Received: by 10.180.83.68 with SMTP id o4mr3653773wiy.5.1374789953836; Thu, 25 Jul 2013 15:05:53 -0700 (PDT) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id i1sm793065wiz.6.2013.07.25.15.05.52 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 25 Jul 2013 15:05:52 -0700 (PDT) Sender: Baptiste Daroussin Date: Fri, 26 Jul 2013 00:05:50 +0200 From: Baptiste Daroussin To: Arnaud Houdelette Subject: Re: java (openjdk6) segfaults when built with 9-stable clang Message-ID: <20130725220550.GR61207@ithaqua.etoilebsd.net> References: <51EF9574.6090007@tzim.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZaW/dtY/7oMe/vLp" Content-Disposition: inline In-Reply-To: <51EF9574.6090007@tzim.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-stable@freebsd.org, freebsd-java@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jul 2013 22:05:56 -0000 --ZaW/dtY/7oMe/vLp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 24, 2013 at 10:51:00AM +0200, Arnaud Houdelette wrote: > Hi >=20 > I recently upgraded my home NAS from 9.1-RELEASE to 9-stable (r253470 =20 > (9.2-BETA1)) >=20 > I also upgraded my poudriere building jail. Since then, multimedia/xbmc= =20 > port fails to build in configure stage : java segfaults (sig11). > I use WITH_CLANG_IS_CC=3DYES, for world and build-jails. >=20 > I found following workarounds: > - use previously (with 9.1-RELEASE world and clang) build openjdk6 pkg= =20 > (same version). > - use USE_GCC=3DYES for java port. >=20 > It's the only one place I use java (openjdk6-b27_4). So I cannot say if= =20 > java works otherwise. >=20 > Is this a java or clang bug ? >=20 Here is the bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=3D6636110 Fixed in b27_6 regards, Bapt --ZaW/dtY/7oMe/vLp Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlHxoT4ACgkQ8kTtMUmk6EyodgCgi3n9YVWGsNVr/HgLUpuMupnv jI4An0mYY1VDxPqOIvKGDHxSK0DIiGaP =3X02 -----END PGP SIGNATURE----- --ZaW/dtY/7oMe/vLp--