From owner-freebsd-java@FreeBSD.ORG Thu Feb 20 04:45:18 2014 Return-Path: Delivered-To: freebsd-java@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 ESMTPS id 206FF569; Thu, 20 Feb 2014 04:45:18 +0000 (UTC) Received: from mail-lb0-x22d.google.com (mail-lb0-x22d.google.com [IPv6:2a00:1450:4010:c04::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ABBBC1F8C; Thu, 20 Feb 2014 04:45:16 +0000 (UTC) Received: by mail-lb0-f173.google.com with SMTP id s7so964815lbd.4 for ; Wed, 19 Feb 2014 20:45:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=TTXnvbz/tVkE1dVujS1kqPVe4YA0gyS2tdnj5MTz+d0=; b=mZ6SRQAuG+m1PDABAV1I3kdBvLy8vuX+vEqWepI9KQmeZ+59DOLnkLuMbGY+/rBBI+ rAI0fVCdYG7SBHZQI3TlIvd4CpJP0lUA6Szf/wMNIpbugip54t8/x2PolMtdRCf7h7HS SkWAvMa6SFG33wRjEhPPhpzqJuF3bqSfCyyAoPX/odz+XMsT5gohwQhOwIRU2XloC0/D 7guJUsrLQskg5QLWWTc3dBSlQIkMKzk7eoz9REpeD1xxvG3FdYKGxIhr2DJNPwVLXNPH 1ECpIih6j6plj9wrguR9PvrnZFU+Z9WFhP1omYz4mi9rGK6q/l/WOhLgyu/e8SgA76Jd e8Sw== MIME-Version: 1.0 X-Received: by 10.152.25.165 with SMTP id d5mr2405603lag.89.1392871514680; Wed, 19 Feb 2014 20:45:14 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.30.211 with HTTP; Wed, 19 Feb 2014 20:45:14 -0800 (PST) Date: Wed, 19 Feb 2014 20:45:14 -0800 X-Google-Sender-Auth: nMEwJ_D3ijZRPCiy8b3zpp0wIgY Message-ID: Subject: vm.pmap.pcid_enabled="0" seems to eliminate Java/Jenkins crashing problems in FBSD 10 From: Craig Rodrigues To: "freebsd-java@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: FreeBSD Release Engineering Team , attilio@freebsd.org, Xin Li , FreeBSD Security Team , Dmitry Sivachenko , Jung-uk Kim X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Feb 2014 04:45:18 -0000 Hi, I am followed Jung-uk Kim's advice here: http://lists.freebsd.org/pipermail/freebsd-java/2014-February/010582.html and configured the one of the FreeBSD stable/10 VM's (running at r261732) that I have running under BHyve with the following in /boot/loader.conf: vm.pmap.pcid_enabled="0" In this VM, I then ran a Jenkins build, and it ran successfully to completion. You can see the logs for this build here: https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/146/ Previously, I had problems with the JVM crashing: http://lists.freebsd.org/pipermail/freebsd-java/2014-February/010536.html I did not encounter problems with the JVM crashing after setting vm.pmap.pcid_enabled="0". Thanks. -- Craig