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 239468 - OutOfMemoryError: GC overhead limit exceeded
Summary: OutOfMemoryError: GC overhead limit exceeded
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-13 13:10 UTC by IGweJK
Modified: 2016-06-22 06:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205995


Attachments
stacktrace (3.12 KB, text/plain)
2013-12-13 13:10 UTC, IGweJK
Details

Note You need to log in before you can comment on or make changes to this bug.
Description IGweJK 2013-12-13 13:10:07 UTC
Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 8

User Comments:
IGweJK: - Working on a PHP project.
- Renamed a folder
- Selected 'Rename without refactor' in the refactor option
- Clicked preview
- NB hangs
- I lost my patience and forced execution to quit from task manager




Stacktrace: 
java.lang.OutOfMemoryError: GC overhead limit exceeded
   at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.<init>(XMLDocumentFragmentScannerImpl.java:345)
   at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.<init>(XMLDocumentScannerImpl.java:239)
   at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.configurePipeline(XML11Configuration.java:1187)
   at com.sun.org.apache.xerces.internal.parsers.XIncludeAwareParserConfiguration.configurePipeline(XIncludeAwareParserConfiguration.java:156)
   at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:818)
   at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777)
Comment 1 IGweJK 2013-12-13 13:10:08 UTC
Created attachment 143152 [details]
stacktrace
Comment 2 Antonin Nebuzelsky 2013-12-16 15:09:08 UTC
The dump shows large amount of HashMap entries for php files.

Reassigning to php.
Comment 3 Tomas Mysik 2016-06-22 06:49:49 UTC
Please, download NetBeans 8.1, this issue should be fixed there.

Thanks.