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 256034

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: web Reporter: pedrovarela86
Component: CSS EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 205783
Attachments: stacktrace

Description pedrovarela86 2015-10-20 02:21:51 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Mac OS X

User Comments:
GUEST: I don't know, NB started to use 85% CPU (i7 with 4 cores, so 8 threads), and would not close, so I killed it, again.

GUEST: I just open the NetBeans IDE and then the error was thrown.

GUEST: Hibernated computer. Black screen on Netbeans when the computer was turned back on.

pedrovarela86: I just ran the webstie.

GUEST: I had photoshop open with a big file and I was coding it with netbeans.

GUEST: i was coding

GUEST: Nothing special. I edited html/sass files. Windows 8 sucks.

GUEST: not responding

GUEST: I was trying to drag and drop a selection of images from Windows Explorer across one monitor onto the other where I was going to drop them into Google Chrome to upload to a website. This seemed to get stuck for a few minutes until I closed Netbeans (which was unresponsive) and suddenly the drop action happened but on a different app which I happened to have open at the time the Netbeans task was ended.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.ArrayList.iterator(ArrayList.java:834)
   at org.netbeans.modules.css.prep.editor.model.CPModel$3.visit(CPModel.java:374)
   at org.netbeans.modules.css.prep.editor.model.CPModel$3.visit(CPModel.java:375)
   at org.netbeans.modules.css.prep.editor.model.CPModel$3.visit(CPModel.java:375)
   at org.netbeans.modules.css.prep.editor.model.CPModel$3.visit(CPModel.java:375)
   at org.netbeans.modules.css.prep.editor.model.CPModel.findMixins(CPModel.java:383)
Comment 1 pedrovarela86 2015-10-20 02:21:53 UTC
Created attachment 156817 [details]
stacktrace