[Bug 215286] [java/openjdk8] java dumps core when trying to compile Maven with Maven
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Dec 13 19:51:43 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215286
Bug ID: 215286
Summary: [java/openjdk8] java dumps core when trying to compile
Maven with Maven
Product: Ports & Packages
Version: Latest
Hardware: i386
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: java at FreeBSD.org
Reporter: 1983-01-06 at gmx.net
Assignee: java at FreeBSD.org
Flags: maintainer-feedback?(java at FreeBSD.org)
Created attachment 177950
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=177950&action=edit
Log file
Running:
$ uname -a
FreeBSD bsd1home 11.0-STABLE FreeBSD 11.0-STABLE #0 r309819: Sun Dec 11
11:45:30 CET 2016 mosipov at bsd1home:/usr/obj/usr/src/sys/BSD1HOME i386
With OpenJDK 8 from ports and pkg (tried both):
$ java -version
openjdk version "1.8.0_112"
OpenJDK Runtime Environment (build 1.8.0_112-b16)
OpenJDK Server VM (build 25.112-b16, mixed mode)
Maven 3.3.9 installed from ports:
$ mvn -v
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5;
2015-11-10T17:41:47+01:00)
Maven home: /usr/local/apache-maven-3.3.9
Java version: 1.8.0_112, vendor: Oracle Corporation
Java home: /usr/local/openjdk8/jre
Default locale: de_DE, platform encoding: UTF-8
OS name: "freebsd", version: "11.0-stable", arch: "i386", family: "unix"
Trying compile Maven (mvn clean package) from Git master
33c79c6e4662abb836df95a5d70c236f2e5cda3d aborts with:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x28c551dc, pid=1679, tid=0x00018949
#
# JRE version: OpenJDK Runtime Environment (8.0_112-b16) (build 1.8.0_112-b16)
# Java VM: OpenJDK Server VM (25.112-b16 mixed mode bsd-x86 )
# Problematic frame:
# V [libjvm.so+0x4551dc] AsyncGetCallTrace+0x6cefc
#
# Core dump written. Default location:
/usr/home/mosipov/Projekte/maven/java.core
#
# An error report file with more information is saved as:
# /usr/home/mosipov/Projekte/maven/hs_err_pid1679.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
Abort trap (Speicherabzug geschrieben)
Surprisingly, all is peachy with OpenJDK 7.
Log file attached.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-java
mailing list