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 235888 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: Editing infrastructure (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-12 15:51 UTC by raphievila
Modified: 2013-09-12 18:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203818


Attachments
stacktrace (2.94 KB, text/plain)
2013-09-12 15:51 UTC, raphievila
Details

Note You need to log in before you can comment on or make changes to this bug.
Description raphievila 2013-09-12 15:51:12 UTC
This bug was originally marked as duplicate of bug 223807, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 (Build 201302132200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_17-b02
OS: Windows 7

User Comments:
raphievila: Opening a new project, either way, Netbeans never stop Local Synchronization when opens, make the IDE use most of the memory and slow down the system.




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at java.lang.String.toLowerCase(String.java:2439)
   at java.io.Win32FileSystem.hashCode(Win32FileSystem.java:598)
   at java.io.File.hashCode(File.java:1985)
   at java.util.HashMap.hash(HashMap.java:351)
   at java.util.HashMap.getEntry(HashMap.java:443)
   at java.util.HashMap.get(HashMap.java:405)
Comment 1 raphievila 2013-09-12 15:51:15 UTC
Created attachment 140000 [details]
stacktrace
Comment 2 Marek Fukala 2013-09-12 18:56:59 UTC
Already fixed in 7.4. The MissingClassRule hint rule doesn't run during the projects scanning anymore.