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 258867 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-16 09:30 UTC by myururdurmaz
Modified: 2016-04-16 09:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223559


Attachments
stacktrace (1.71 KB, text/plain)
2016-04-16 09:30 UTC, myururdurmaz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description myururdurmaz 2016-04-16 09:30:15 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: Windows 8.1

User Comments:
myururdurmaz: open the netbeans




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:133)
   at java.io.OutputStreamWriter.write(OutputStreamWriter.java:220)
   at java.io.PrintWriter.write(PrintWriter.java:456)
   at java.io.PrintWriter.write(PrintWriter.java:473)
   at java.io.PrintWriter.print(PrintWriter.java:603)
   at java.io.PrintWriter.println(PrintWriter.java:739)
Comment 1 myururdurmaz 2016-04-16 09:30:17 UTC
Created attachment 159288 [details]
stacktrace