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 257364 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED DUPLICATE of bug 254040
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-02 15:20 UTC by robweterings
Modified: 2016-05-16 16:03 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221930


Attachments
stacktrace (2.35 KB, text/plain)
2016-01-02 15:20 UTC, robweterings
Details

Note You need to log in before you can comment on or make changes to this bug.
Description robweterings 2016-01-02 15:20:18 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: OpenJDK 64-Bit Server VM, 24.91-b01, OpenJDK Runtime Environment, 1.7.0_91-b02
OS: Linux

User Comments:
robweterings: I had just compiled a cpp-file, when I noticed netbeans was hung parsing the project (qt-cpp) that I was working on.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at sun.awt.image.ImageRepresentation.setPixels(ImageRepresentation.java:562)
   at java.awt.image.RGBImageFilter.filterRGBPixels(RGBImageFilter.java:204)
   at java.awt.image.RGBImageFilter.setPixels(RGBImageFilter.java:275)
   at sun.awt.image.OffScreenImageSource.sendPixels(OffScreenImageSource.java:137)
   at sun.awt.image.OffScreenImageSource.produce(OffScreenImageSource.java:187)
   at sun.awt.image.OffScreenImageSource.addConsumer(OffScreenImageSource.java:66)
Comment 1 robweterings 2016-01-02 15:20:20 UTC
Created attachment 157970 [details]
stacktrace
Comment 2 Martin Entlicher 2016-05-16 16:03:00 UTC
There is 6 million instances of org.clang.lex.Token.

*** This bug has been marked as a duplicate of bug 254040 ***