Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2014 14:51:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193876] New: openjdk7 dumps core when compiling spark sources
Message-ID:  <bug-193876-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193876-13>