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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-06 15:10 UTC by Lingh
Modified: 2016-10-06 15:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218446


Attachments
stacktrace (1.47 KB, text/plain)
2016-10-06 15:10 UTC, Lingh
Details

Note You need to log in before you can comment on or make changes to this bug.
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