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 268555 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Actions (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-17 12:07 UTC by karex
Modified: 2016-10-17 12:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226794


Attachments
stacktrace (2.20 KB, text/plain)
2016-10-17 12:07 UTC, karex
Details

Note You need to log in before you can comment on or make changes to this bug.
Description karex 2016-10-17 12:07:56 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
karex: NetBeans became unresponsive, but before that an important thing I observed many times: while NetBeans was responsive in general, the search did not work. Ctrl+F = nothing.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.util.ResourceBundle$CacheKey.clone(ResourceBundle.java:657)
   at java.util.ResourceBundle.findBundle(ResourceBundle.java:1462)
   at java.util.ResourceBundle.findBundle(ResourceBundle.java:1419)
   at java.util.ResourceBundle.findBundle(ResourceBundle.java:1419)
   at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1361)
   at java.util.ResourceBundle.getBundle(ResourceBundle.java:890)
Comment 1 karex 2016-10-17 12:07:57 UTC
Created attachment 162525 [details]
stacktrace