Date: Tue, 13 Dec 2016 19:51:42 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 215286] [java/openjdk8] java dumps core when trying to compile Maven with Maven Message-ID: <bug-215286-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215286 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@FreeBSD.org Reporter: 1983-01-06@gmx.net Assignee: java@FreeBSD.org Flags: maintainer-feedback?(java@FreeBSD.org) Created attachment 177950 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D177950&action= =3Dedit 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@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=3D0x28c551dc, pid=3D1679, tid=3D0x00018949 # # JRE version: OpenJDK Runtime Environment (8.0_112-b16) (build 1.8.0_112-b= 16) # 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. --=20 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-215286-13>