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 222173 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 221331
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-15 08:50 UTC by abajja
Modified: 2012-11-21 15:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 195176


Attachments
stacktrace (549 bytes, text/plain)
2012-11-15 08:50 UTC, abajja
Details

Note You need to log in before you can comment on or make changes to this bug.
Description abajja 2012-11-15 08:50:05 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) Client VM, 19.1-b02, Java(TM) SE Runtime Environment, 1.6.0_24-b07
OS: Windows XP

User Comments:
abajja: when launching netbeans, the background scanning of projects stops at 67% of completion...




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.lang.String.substring(String.java:1939)
   at java.lang.Class.checkMemberAccess(Class.java:2164)
   at java.lang.Class.getMethod(Class.java:1602)
   at org.openide.util.RequestProcessor$TopLevelThreadGroup.getTopLevelThreadGroup(RequestProcessor.java:1094)
   at org.openide.util.RequestProcessor$Processor.get(RequestProcessor.java:1921)
   at org.openide.util.RequestProcessor.enqueue(RequestProcessor.java:617)
Comment 1 abajja 2012-11-15 08:50:07 UTC
Created attachment 127834 [details]
stacktrace
Comment 2 Tomas Hurka 2012-11-19 13:35:59 UTC
To diagnose the problem we need a heap dump. It should be here:
C:\Documents and Settings\Bajja.ISSP_00\Datos de programa\NetBeans\7.3beta2\var\log\heapdump.hprof

Please zip heapdump.hprof and upload it here: <http://deadlock.netbeans.org/hudson/job/upload/build?delay=0sec>. Thanks.
Comment 3 abajja 2012-11-19 16:50:15 UTC
heapdump.hprof uploaded.
Comment 4 Tomas Hurka 2012-11-21 15:51:56 UTC
Thanks for the heap dump.

*** This bug has been marked as a duplicate of bug 221331 ***