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 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-15 11:51 UTC by dejlek
Modified: 2015-02-03 13:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 214794


Attachments
stacktrace (2.11 KB, text/plain)
2015-01-15 11:51 UTC, dejlek
Details

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