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 256440 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-07 18:31 UTC by NB_User_1
Modified: 2015-11-07 18:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211844


Attachments
stacktrace (1.36 KB, text/plain)
2015-11-07 18:31 UTC, NB_User_1
Details

Note You need to log in before you can comment on or make changes to this bug.
Description NB_User_1 2015-11-07 18:31:36 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Mac OS X

User Comments:
NB_User_1: Sorry, I don't recall.

GUEST: start

GUEST: ?????????

GUEST: hi i have found this problem when stating my netbeans

GUEST: ????????

GUEST: the same error




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOfRange(Arrays.java:3664)
   at java.lang.StringBuffer.toString(StringBuffer.java:671)
   at org.netbeans.modules.editor.hints.AnnotationHolder.buildUpFixDataForLine(AnnotationHolder.java:842)
   at org.netbeans.modules.editor.hints.AnnotationHolder.updateAnnotationOnLine(AnnotationHolder.java:792)
   at org.netbeans.modules.editor.hints.AnnotationHolder.setErrorDescriptionsImpl(AnnotationHolder.java:1137)
   at org.netbeans.modules.editor.hints.AnnotationHolder.access$1900(AnnotationHolder.java:124)
Comment 1 NB_User_1 2015-11-07 18:31:37 UTC
Created attachment 157208 [details]
stacktrace