From owner-freebsd-java@FreeBSD.ORG Mon Nov 4 11:30:01 2013 Return-Path: Delivered-To: freebsd-java@smarthost.ysv.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 35232936 for ; Mon, 4 Nov 2013 11:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 134D72F1A for ; Mon, 4 Nov 2013 11:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rA4BU08X056551 for ; Mon, 4 Nov 2013 11:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rA4BU09c056511; Mon, 4 Nov 2013 11:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 4 Nov 2013 11:30:00 GMT Resent-Message-Id: <201311041130.rA4BU09c056511@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-java@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Boris Granveaud 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 C65BA80A for ; Mon, 4 Nov 2013 11:28:26 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3CE02EFD for ; Mon, 4 Nov 2013 11:28:26 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rA4BSQKT055674 for ; Mon, 4 Nov 2013 11:28:26 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rA4BSQrj055667; Mon, 4 Nov 2013 11:28:26 GMT (envelope-from nobody) Message-Id: <201311041128.rA4BSQrj055667@oldred.freebsd.org> Date: Mon, 4 Nov 2013 11:28:26 GMT From: Boris Granveaud To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: java/183656: OpenJDK6 JVM crash at startup X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Nov 2013 11:30:01 -0000 >Number: 183656 >Category: java >Synopsis: OpenJDK6 JVM crash at startup >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 04 11:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Boris Granveaud >Release: 8.1-RELEASE >Organization: Europages >Environment: FreeBSD mepdev5.euredit.net 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010 root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: It seems that using together the +UseConcMarkSweepGC and +UseLargePages options with the latest openjdk6 FreeBSD port b28_3 causes the JVM to crash at startup. It works just by removing one of these options. This is a regression as it used to work with the version b23_1. >How-To-Repeat: $ java -XX:+UseConcMarkSweepGC -XX:+UseLargePages -XX:LargePageSizeInBytes=2m -version # # A fatal error has been detected by the Java Runtime Environment: # # SIGFPE (0x8) at pc=0x00000008012d4a9c, pid=44759, tid=100313 # # JRE version: 6.0_32-b28 # Java VM: OpenJDK 64-Bit Server VM (23.25-b01 mixed mode bsd-amd64 compressed oops) # Problematic frame: # V [libjvm.so+0x4d4a9c] AsyncGetCallTrace+0x4566c # # Core dump written. Default location: /usr/home/bgranveaud/core or core.44759 # # An error report file with more information is saved as: # /usr/home/bgranveaud/hs_err_pid44759.log # # If you would like to submit a bug report, please visit: # http://bugreport.sun.com/bugreport/crash.jsp # Abort trap: 6 (core dumped) >Fix: Remove either -XX:+UseConcMarkSweepGC or -XX:+UseLargePages >Release-Note: >Audit-Trail: >Unformatted: