Advertisement
Guest User

Untitled

a guest
Feb 14th, 2020
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.97 KB | None | 0 0
  1. OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
  2. 2020-02-14 14:46:49,987 [   4837]   WARN - llij.ide.plugins.PluginManager - Problems found loading plugins:
  3. Plugin "AEM Support" is incompatible (target build range is 180 to 192.*)
  4. Plugin "Erlang" is incompatible (target build range is 192.5728 to 192.*)
  5. 2020-02-14 14:46:51,688 [   6538]   WARN - s.impl.EditorColorsManagerImpl - Cannot find scheme: VibrantInk from plugin: com.intellij.database
  6. 2020-02-14 14:46:51,689 [   6539]   WARN - s.impl.EditorColorsManagerImpl - Cannot find scheme: WarmNeon from plugin: com.intellij.database
  7. #
  8. # A fatal error has been detected by the Java Runtime Environment:
  9. #
  10. #  SIGILL (0x4) at pc=0x00007fdf7e47a044, pid=25275, tid=25335
  11. #
  12. # JRE version: OpenJDK Runtime Environment (11.0.5+10) (build 11.0.5+10-b520.38)
  13. # Java VM: OpenJDK 64-Bit Server VM (11.0.5+10-b520.38, mixed mode, tiered, compressed oops, concurrent mark sweep gc, linux-amd64)
  14. # Problematic frame:
  15. # C  [r600_dri.so+0x521044]
  16. #
  17. # Core dump will be written. Default location: Core dumps may be processed with "/usr/lib/systemd/systemd-coredump %P %u %g %s %t %c %h" (or dumping to /home/filipe/core.25275)
  18. #
  19. # An error report file with more information is saved as:
  20. # /home/filipe/java_error_in_IDEA_25275.log
  21. #
  22. # If you would like to submit a bug report, please visit:
  23. #   http://bugreport.java.com/bugreport/crash.jsp
  24. # The crash happened outside the Java Virtual Machine in native code.
  25. # See problematic frame for where to report the bug.
  26. #
  27. /usr/bin/intellij-idea-ultimate-edition: line 222: 25275 Aborted                 (core dumped) "$JAVA_BIN" -classpath "$CLASSPATH" ${VM_OPTIONS} "-XX:ErrorFile=$HOME/java_error_in_IDEA_%p.log" "-XX:HeapDumpPath=$HOME/java_error_in_IDEA.hprof" -Didea.paths.selector=IntelliJIdea2019.3 "-Djb.vmOptionsFile=$VM_OPTIONS_FILE" ${IDE_PROPERTIES_PROPERTY} -Didea.jre.check=true com.intellij.idea.Main "$@"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement