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 250193 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-03 21:34 UTC by aelliott
Modified: 2015-08-05 02:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 208010


Attachments
stacktrace (1.82 KB, text/plain)
2015-02-03 21:34 UTC, aelliott
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aelliott 2015-02-03 21:34:22 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
aelliott: I think netbeans crashed because I committed files to our git repo via command line, in a project which was closed in Netbeans, so maybe it was related to a git plug-in

GUEST: Working with 3 opened project (CMS Magento)




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.util.Arrays.copyOf(Arrays.java:2219)
   at java.util.ArrayList.grow(ArrayList.java:242)
   at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:216)
   at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:208)
   at java.util.ArrayList.add(ArrayList.java:440)
   at java.lang.String.split(String.java:2288)
Comment 1 aelliott 2015-02-03 21:34:25 UTC
Created attachment 151800 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-03-06 15:51:32 UTC
garbage in clipboard, org.openide.loaders.DataFolder$FolderNode.getDraggedFilesList(DataFolder.java:1447) is grabbing copied files but it fails.
Comment 3 civime 2015-08-05 02:54:14 UTC
Through our investigation, we found that the following changes may induced this bug: 

rank 	 revision	 suspicious value
1	a6b6e3cf36a4(http://hg.netbeans.org/main/rev/a6b6e3cf36a4)	0.755096070560519
2	554242b1e15a(http://hg.netbeans.org/main/rev/554242b1e15a)	0.7077668341907032
3	4f7e74b1693c(http://hg.netbeans.org/main/rev/4f7e74b1693c)	0.6589787999668244
4	54c0f4baa996(http://hg.netbeans.org/main/rev/54c0f4baa996)	0.5410916099903114
5	9f0e2a81c5a9(http://hg.netbeans.org/main/rev/9f0e2a81c5a9)	0.4460240802339212
6	2271685602cf(http://hg.netbeans.org/main/rev/2271685602cf)	0.4174890759466926
7	97a7b82aa416(http://hg.netbeans.org/main/rev/97a7b82aa416)	0.2706873921687332
8	a723e6a63732(http://hg.netbeans.org/main/rev/a723e6a63732)	0.24286233424283296
9	b99e0c0e255c(http://hg.netbeans.org/main/rev/b99e0c0e255c)	0.20644129086875745
10	975274762e9f(http://hg.netbeans.org/main/rev/975274762e9f)	0.17292614611185045
11	493703d05279(http://hg.netbeans.org/main/rev/493703d05279)	0.14927440159628497
12	b0c24b8d12d7(http://hg.netbeans.org/main/rev/b0c24b8d12d7)	0.11348737548596513

Hope it is useful for fixing this bug. If so, please help us conduct this short survey  https://docs.google.com/forms/d/1roQYX1dHezcB97KQ_iTKEtadaVbzK6FpU-6aGxeUo6M :) Thanks very much!