This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 271268 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-11 09:26 UTC by Exceptions Reporter
Modified: 2017-08-11 09:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229998


Attachments
stacktrace (2.25 KB, text/plain)
2017-08-11 09:26 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-08-11 09:26:16 UTC
This bug was originally marked as duplicate of bug 183289, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Linux

User Comments:
GUEST: cannot remember




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at org.apache.maven.index.updater.IndexDataReader.readUTF(IndexDataReader.java:262)
   at org.apache.maven.index.updater.IndexDataReader.readField(IndexDataReader.java:160)
   at org.apache.maven.index.updater.IndexDataReader.readDocument(IndexDataReader.java:135)
   at org.apache.maven.index.updater.IndexDataReader.readIndex(IndexDataReader.java:89)
   at org.apache.maven.index.updater.DefaultIndexUpdater.unpackIndexData(DefaultIndexUpdater.java:509)
   at org.apache.maven.index.updater.DefaultIndexUpdater.loadIndexDirectory(DefaultIndexUpdater.java:197)
Comment 1 Exceptions Reporter 2017-08-11 09:26:18 UTC
Created attachment 164929 [details]
stacktrace