From owner-freebsd-java@FreeBSD.ORG Mon Jun 16 14:57:03 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 3A636B3 for ; Mon, 16 Jun 2014 14:57:03 +0000 (UTC) Received: from mail-ob0-x232.google.com (mail-ob0-x232.google.com [IPv6:2607:f8b0:4003:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0230129BA for ; Mon, 16 Jun 2014 14:57:02 +0000 (UTC) Received: by mail-ob0-f178.google.com with SMTP id wn1so5944184obc.9 for ; Mon, 16 Jun 2014 07:57:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=khera.org; s=google11; h=mime-version:date:message-id:subject:from:to:content-type; bh=ccbT+W5JhFoRRuXqEiS4J7XQ1Ha0tR84slK76eXQ2hI=; b=WzaaBGcZ6hYHsltx2dDnG91SfsnRmh/E3F1gYpHVk+wjyclbRrFp2tsvSkcvINR3Xt jXkyOAK029Krk4DuL69XfTll4KhuZkn51r+DqUg2vwCQsigKbo6xlKGzgcyPA2eNTV1f dnNvr67jlVYUEZeBuyyUvDUBH9xc4adeSdp8Y= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=ccbT+W5JhFoRRuXqEiS4J7XQ1Ha0tR84slK76eXQ2hI=; b=B01JNGql+1N56wDfBY7Vd26Yz0rTZf77JquwUkgLdu/6TctV5U3qD6MKlfVE4P/KmX 6RnbJrHJ6fgKUAIGHEdDEF2hZreo4BlZ21xdJiGiSmAM/RvNkBgx/FcZQPjG755V7ubv eENX55N7HIBkIf3pgHGuWbgyWcM87Klbd/86bCW1o13AUnp5i/9OhLlW4Q0juhT04BoS eQXfpMCvJBU5c6GgaqFCM+XwYc9Tx1ARrZ1n5vnG1qDR11ndktNF21v1OYzCPqHlj0lg 2TsIScBXAGN1ml9qsnbibhlVcxjfuSDf7MtgDaVbq499INHJrVt32PNxaKwdAGu/ADx2 Gxsw== X-Gm-Message-State: ALoCoQlgJYcvW3z7gxEDOT/r8j/gBb1BTl72DAhG7qzAAGfvymlFINEjhHLWLX+ut3i9w2KrUw/o MIME-Version: 1.0 X-Received: by 10.182.84.138 with SMTP id z10mr2767830oby.71.1402930622255; Mon, 16 Jun 2014 07:57:02 -0700 (PDT) Received: by 10.76.151.134 with HTTP; Mon, 16 Jun 2014 07:57:02 -0700 (PDT) Date: Mon, 16 Jun 2014 10:57:02 -0400 Message-ID: Subject: FreeBSD 10.0 jvm crashes constantly, pcid disable fixes it. From: Vick Khera To: freebsd-java@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2014 14:57:03 -0000 In attempting to build a customized set of packages for my FreeBSD 10.0 systems, I discovered that there are others having JVM crashes of various sorts as well. I found this post http://lists.freebsd.org/pipermail/freebsd-java/2014-February/010582.html which offered the solution that did fix my crashing, so I wanted to add my voice to the chorus of people for whom it worked. Specifically, I am using poudriere to build the openjdk7 port. The bootstrap jdk6 kept dumping core until I disabled the vm.pmap.pcid_enabled setting.