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 271498 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-18 08:53 UTC by emmanuel.gabriel
Modified: 2017-09-18 08:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230329


Attachments
stacktrace (2.75 KB, text/plain)
2017-09-18 08:53 UTC, emmanuel.gabriel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emmanuel.gabriel 2017-09-18 08:53:48 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 10

User Comments:
emmanuel.gabriel: OutOfMemoryError: Java heap space




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.HashMap.resize(HashMap.java:703)
   at java.util.HashMap.putVal(HashMap.java:662)
   at java.util.HashMap.put(HashMap.java:611)
   at java.util.HashSet.add(HashSet.java:219)
   at org.netbeans.modules.html.editor.hints.css.CssClassesVisitor.createReversedMap(CssClassesVisitor.java:93)
   at org.netbeans.modules.html.editor.hints.css.CssClassesVisitor.<init>(CssClassesVisitor.java:81)
Comment 1 emmanuel.gabriel 2017-09-18 08:53:50 UTC
Created attachment 165141 [details]
stacktrace