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 269349 - 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-12-15 06:31 UTC by umeshaplus
Modified: 2016-12-15 06:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211359


Attachments
stacktrace (2.70 KB, text/plain)
2016-12-15 06:31 UTC, umeshaplus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description umeshaplus 2016-12-15 06:31:09 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 10

User Comments:
GUEST: ???

GUEST: <???????????????>
????????????????

GUEST: <???????????????>3

GUEST: it closed automatically while working on it

GUEST: <record>
  <date>2015-01-22T16:02:23</date>
  <millis>1421913743149</millis>
  <sequence>2669</sequence>
  <logger>org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater</logger>
  <level>900</level>
  <thread>12</thread>
  <param>C:\Documents and Settings\Administrator\Application Data\NetBeans\8.0\var\log\heapdump.hprof</param>
  <exception>
    <message>java.lang.OutOfMemoryError: Java heap space</message>
    <frame>
      <class>java.util.Arrays</class>
      <method>copyOf</method>
      <line>3326</line>
      <file>${java.home}lib/rt.jar</file>
    </frame>
    <frame>
      <class>java.lang.AbstractStringBuilder</class>
      <method>expandCapacity</method>
      <line>137</line>
      <file>${java.home}lib/rt.jar</file>
    </frame>
    <frame>
      <class>java.lang.AbstractStringBuilder</class>
      <method>ensureCapacityInternal</method>
      <line>121</line>
      <file>${java.home}lib/rt.jar</file>
    </frame>
    <frame>
      <class>java.lang.AbstractStringBui

GUEST: ?????

GUEST: 32 mb

umeshaplus: kk




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOf(Arrays.java:3332)
   at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:137)
   at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:121)
   at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:514)
   at java.lang.StringBuilder.append(StringBuilder.java:175)
   at java.lang.StringBuilder.append(StringBuilder.java:76)
Comment 1 umeshaplus 2016-12-15 06:31:11 UTC
Created attachment 163246 [details]
stacktrace