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 256602 - 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.1
Hardware: All All
: P3 normal (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-14 22:21 UTC by Bosolino
Modified: 2015-11-15 08:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 221163


Attachments
stacktrace (2.30 KB, text/plain)
2015-11-14 22:21 UTC, Bosolino
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bosolino 2015-11-14 22:21:05 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
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:
Bosolino: I created a new Scala Project (using "Scala Sbt Project"), added a simple "Hello World" main scala file, ran the project, and tried to quit Netbeans. The IDE window got closed, but Netbeans kept running, with the menu bar still visible. Then I force-quit it.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at sun.util.calendar.AbstractCalendar.getCalendarDate(AbstractCalendar.java:124)
   at sun.util.calendar.Gregorian.getCalendarDate(Gregorian.java:73)
   at sun.util.calendar.Gregorian.getCalendarDate(Gregorian.java:37)
   at sun.util.calendar.AbstractCalendar.getTime(AbstractCalendar.java:211)
   at java.util.Date.normalize(Date.java:1257)
   at java.util.Date.normalize(Date.java:1204)
Comment 1 Bosolino 2015-11-14 22:21:07 UTC
Created attachment 157339 [details]
stacktrace