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 249827

Summary: OutOfMemoryError: GC overhead limit exceeded
Product: contrib Reporter: dejlek
Component: ScalaAssignee: _ dcaoyuan <dcaoyuan>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 214794
Attachments: stacktrace

Description dejlek 2015-01-15 11:51:55 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 8

User Comments:
dejlek: I was trying to run a simple HelloWorld Scala app.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at javax.swing.text.GlyphView.clone(GlyphView.java:95)
   at javax.swing.text.GlyphView.createFragment(GlyphView.java:868)
   at javax.swing.text.ParagraphView.findEdgeSpan(ParagraphView.java:760)
   at javax.swing.text.ParagraphView.findEdgeSpan(ParagraphView.java:768)
   at javax.swing.text.ParagraphView.findEdgeSpan(ParagraphView.java:768)
   at javax.swing.text.ParagraphView.findEdgeSpan(ParagraphView.java:768)
Comment 1 dejlek 2015-01-15 11:51:57 UTC
Created attachment 151521 [details]
stacktrace
Comment 2 Tomas Hurka 2015-02-03 13:36:50 UTC
16 instances of org.netbeans.modules.scala.core.ScalaGlobal have retain size 628,705,722 bytes, which is 59.5% of whole heap. There is also 15 ""Scala Presentation Compiler []" threads running. Reassigning to scala for further evaluation.