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 268380

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: platform Reporter: Lingh
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 218446
Attachments: stacktrace

Description Lingh 2016-10-06 15:10:39 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
GUEST: I keep netBeans running non stop.
I searched for a string in my project and tried to open/activate the file by double clicking the result in the serach Results .

GUEST: h

Lingh: Java hates debugging HTML5 for some odd reason. It took me long enough to get a reproducable error message (WebAudio failed), but it stil lags and occasionally brings up a white HTML page when debugging in Chrome.

GUEST: starting netbeans

GUEST: With around 5 files in PHP opened, I call navigate to a CSS class definition that is found in many style files.

GUEST: WEll it ran out of memory nothing muh to say

GUEST: excessive amount of CPU

GUEST: I was running an oracle query while attempting to compile/deploy a war file on Windows 7 32 bit

GUEST: Opening a large heap dump file.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.reflect.Field.copy(Field.java:150)
   at java.lang.reflect.ReflectAccess.copyField(ReflectAccess.java:144)
   at sun.reflect.ReflectionFactory.copyField(ReflectionFactory.java:309)
   at java.lang.Class.copyFields(Class.java:3115)
   at java.lang.Class.getDeclaredFields(Class.java:1916)
   at com.sun.jna.Structure.getFieldList(Structure.java:866)
Comment 1 Lingh 2016-10-06 15:10:41 UTC
Created attachment 162372 [details]
stacktrace