From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Sep 23 14:51:26 2014 Return-Path: Delivered-To: freebsd-ports-bugs@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 7748F2DE for ; Tue, 23 Sep 2014 14:51:26 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 44FE2986 for ; Tue, 23 Sep 2014 14:51:26 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s8NEpQB7043336 for ; Tue, 23 Sep 2014 14:51:26 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193876] New: openjdk7 dumps core when compiling spark sources Date: Tue, 23 Sep 2014 14:51:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: demon@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2014 14:51:26 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193876 Bug ID: 193876 Summary: openjdk7 dumps core when compiling spark sources Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: demon@FreeBSD.org I use FreeBSD 10.1-BETA1 #0 r271797 (amd64) When compiling spark (http://spark.apache.org) source code with openjdk7 it dumps core. How to reproduce: install latest openjdk7 from ports; install maven (3.0.5) from ports; get spark sources from git: git clone -b branch-1.1 https://github.com/apache/spark.git make sure you do not have custom MAVEN_OPTS environment variable set. cd spark mvn clean package -Dhadoop.version=2.4.1 -Pyarn -Phadoop-2.4 -Phadoop-provided -DskipTests shortly you will get the following output: [INFO] compiler plugin: BasicArtifact(org.scalamacros,paradise_2.10.4,2.0.1,null) [INFO] Compiling 109 Scala sources and 3 Java sources to /place/vartmp/spark/core/target/scala-2.10/test-classes... # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x0000000800da9984, pid=87156, tid=34384930816 # # JRE version: OpenJDK Runtime Environment (7.0-b17) (build 1.7.0_65-b17) # Java VM: OpenJDK 64-Bit Server VM (24.65-b04 mixed mode bsd-amd64 compressed oops) # Problematic frame: # C [libc.so.7+0x145984] unsigned long+0x44 # # Core dump written. Default location: /cores/core or core.87156 # # An error report file with more information is saved as: # /place/vartmp/spark/hs_err_pid87156.log # -- You are receiving this mail because: You are the assignee for the bug.