puniverse / quasar

Fibers, Channels and Actors for the JVM
http://docs.paralleluniverse.co/quasar/
Other
4.56k stars 574 forks source link

java.lang.instrument ASSERTION FAILED #240

Open icode opened 7 years ago

icode commented 7 years ago
*** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message transform method call failed at JPLISAgent.c line: 844
*** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message transform method call failed at JPLISAgent.c line: 844
*** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message transform method call failed at JPLISAgent.c line: 844
*** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message transform method call failed at JPLISAgent.c line: 844
*** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message transform method call failed at JPLISAgent.c line: 844
*** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message transform method call failed at JPLISAgent.c line: 844
*** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message transform method call failed at JPLISAgent.c line: 844
*** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message transform method call failed at JPLISAgent.c line: 844
*** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message transform method call failed at JPLISAgent.c line: 844
$ java -version
Picked up JAVA_TOOL_OPTIONS: -javaagent:/usr/share/java/jayatanaag.jar 
java version "1.8.0_77"
Java(TM) SE Runtime Environment (build 1.8.0_77-b03)
Java HotSpot(TM) 64-Bit Server VM (build 25.77-b03, mixed mode)
pron commented 7 years ago

How is this related to Quasar?

icode commented 7 years ago

@pron not use Quasar no happened this error

pron commented 7 years ago

This is an Ubuntu bug. To fix, follow the instructions here, and do:

unset JAVA_TOOL_OPTIONS

in the shell launching your Java application.

icode commented 7 years ago

*** java.lang.instrument ASSERTION FAILED ***: "!errorOutstanding" with message transform method call failed at JPLISAgent.c line: 844 this error? @pron

icode commented 7 years ago

i do unset env not change this error @pron

pron commented 7 years ago

Please provide more information. Another Google search comes up with this HotSpot bug.

jeffreyfate commented 7 years ago

@icode Did you figure out a solution to this issue?

icode commented 7 years ago

@jeffthefate no

nadenf commented 6 years ago

This has very little to do with Quasar specifically.

I am getting this whilst doing ScalaJS development. Looks like just a random JDK bug.

I would close this.

ablejava commented 3 years ago

java.lang.instrument ASSERTION FAILED : "!errorOutstanding" with message transform method call failed at JPLISAgent.c line: 844 Exception in thread "main" java.lang.StackOverflowError at org.apache.logging.log4j.util.StackLocator.getCallerClass(StackLocator.java:110)