Di continuo ho crash come questo
- Codice: Seleziona tutto
sustuso@seldon:~$ Exception in thread "Thread-217" java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
at java.util.HashMap$KeyIterator.next(Unknown Source)
at org.eclipse.jface.text.source.AnnotationModel.getAnnotationIterator(AnnotationModel.java:766)
at org.eclipse.jface.text.source.AnnotationModel.getAnnotationIterator(AnnotationModel.java:690)
at org.eclipse.jface.text.source.projection.ProjectionSummary.removeSummaries(ProjectionSummary.java:199)
at org.eclipse.jface.text.source.projection.ProjectionSummary.internalUpdateSummaries(ProjectionSummary.java:168)
at org.eclipse.jface.text.source.projection.ProjectionSummary.access$3(ProjectionSummary.java:150)
at org.eclipse.jface.text.source.projection.ProjectionSummary$Summarizer.run(ProjectionSummary.java:74)
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0xb3afa807, pid=4708, tid=3085674704
#
# JRE version: 6.0_17-b04
# Java VM: Java HotSpot(TM) Client VM (14.3-b01 mixed mode, sharing linux-x86 )
# Problematic frame:
# C [UTF-16.so+0x807] gconv+0x327
#
# An error report file with more information is saved as:
# /home/sustuso/hs_err_pid4708.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
Qualcuno ha lo stesso problema o sa come risolvere?
p.s.
ho provato ad installare la jre presente nella slack ufficiale e a scaricare l'ultima versione di eclipse ma nulla




