Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 02 Mar 2019 22:19:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 236168] JVM_handle_bsd_signal segmentation fault in sbt shell within intellij idea
Message-ID:  <bug-236168-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236168

            Bug ID: 236168
           Summary: JVM_handle_bsd_signal segmentation fault in sbt shell
                    within intellij idea
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: tino.engel@mail.de

Info: Bug occurs no matter if using openjdk8, linux-oracle-jdk9 or
linux-oracle-jdk10.
The bug occurs in intellij idea ultimate, but I recall it occurring also in
community edition.
The sbt shell seems to be very unstable in idea. Arbitrary tasks like sbt
project import, compile, run often core dump with the following type of err=
or:

=3D=3D=3D=3D=3D=3D=3D
[IJ]sbt:de.musichearts.rapki> compile
[info] Compiling 29 Scala sources to
/usr/home/elgrande/rapki/target/scala-2.12/classes ...
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=3D0x000000080188a7db, pid=3D1451, tid=3D0x0000000000=
01886b
#
# JRE version: OpenJDK Runtime Environment (8.0_202-b08) (build 1.8.0_202-b=
08)
# Java VM: OpenJDK 64-Bit Server VM (25.202-b08 mixed mode bsd-amd64 compre=
ssed
oops)
# Problematic frame:
# V  [libjvm.so+0xa8a7db]  JVM_handle_bsd_signal+0xd774b
#
# Core dump written. Default location: /usr/home/elgrande/rapki/java.core
#
# An error report file with more information is saved as:
# /usr/home/elgrande/rapki/hs_err_pid1451.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#

Process finished with exit code 134 (interrupted by signal 6: SIGABRT)
=3D=3D=3D=3D=3D=3D=3D

The error seems to to be reproducable, but occurs quite often. It is most t=
imes
solveable by
rm -rf project/target/ target/ ~/.sbt/1.0/plugins/target/
from project root followed by sbt shell restart.

--=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-236168-7788>