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 268723 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Quick Search (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-28 06:00 UTC by SebastianZ
Modified: 2016-12-01 07:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222384


Attachments
stacktrace (1.72 KB, text/plain)
2016-10-28 06:00 UTC, SebastianZ
Details

Note You need to log in before you can comment on or make changes to this bug.
Description SebastianZ 2016-10-28 06:00:00 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.111-b14, Java(TM) SE Runtime Environment, 1.8.0_111-b14
OS: Windows 7

User Comments:
GUEST: Searching

GUEST: Error

GUEST: autocomlete then dead

GUEST: Closing NetBeans

GUEST: i am searching for a string, then the complete IDE freeze

GUEST: ?

GUEST: Was doing a text search on a project

GUEST: Started up NetBeans

GUEST: AutoReport

GUEST: gyhjghjghjghjghj

SebastianZ: I cannot remember anymore.

GUEST: The editor started using a 100% CPU cycles and memeory usage was 1+ GB. The system became slow. I just searched for a common word whcih wasfound in thousands of occurances.

GUEST: ?

GUEST: Performing a search.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.Arrays.copyOfRange(Arrays.java:0)
   at java.lang.String.<init>(String.java:0)
   at java.lang.String.substring(String.java:0)
   at java.lang.String.subSequence(String.java:0)
   at org.netbeans.modules.search.TextDetail$OptimizedCharSequence.<init>(TextDetail.java:1059)
   at org.netbeans.modules.search.TextDetail$OptimizedCharSequence.<init>(TextDetail.java:1039)
Comment 1 SebastianZ 2016-10-28 06:00:02 UTC
Created attachment 162669 [details]
stacktrace