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 257115 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Jira (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-11 15:19 UTC by dnefyodov
Modified: 2015-12-11 16:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 211509


Attachments
stacktrace (3.37 KB, text/plain)
2015-12-11 15:19 UTC, dnefyodov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dnefyodov 2015-12-11 15:19:34 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: OpenJDK 64-Bit Server VM, 25.65-b01, OpenJDK Runtime Environment, 1.8.0_65-b17
OS: Linux

User Comments:
dnefyodov: Run find jira tasks

GUEST: filtering task list with an umlaut

GUEST: I had locked my computer and left it on overnight.  I believe Tomcat 7 was running a webapp I working on.  First thing I did in the morning was updated the project from SVN.  Netbeans was frozen when I switched over to it after checking some e-mail.




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:569)
   at java.lang.StringBuilder.append(StringBuilder.java:190)
   at com.sun.jersey.core.util.ReaderWriter.readFromAsString(ReaderWriter.java:172)
Comment 1 dnefyodov 2015-12-11 15:19:36 UTC
Created attachment 157761 [details]
stacktrace
Comment 2 Tomas Hurka 2015-12-11 16:35:35 UTC
Retained size of java.util.ArrayList#12748 is 1GB. java.util.ArrayList#12748 contains 185 instances of com.atlassian.connector.eclipse.internal.jira.core.model.JiraIssue