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 168503 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 167881
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Dusan Balek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-13 18:36 UTC by ulfzibis
Modified: 2009-07-16 17:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 153649


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ulfzibis 2009-07-13 18:36:08 UTC
Build: NetBeans IDE Dev (Build 200906261401)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP, 5.1, x86
User comments: - mark usage of List#addAll(Collection) in source code
- run Goto Source
-->  Source of java.util.List opens in editor
- mark method addAll(Collection) in source code
- to find source of ArrayList#addAll(), run Find Usages (only enable search for overriding methods (maybe also comments))
- when progress bar gets slow, and heap usage indicator nears to maximum click Cancel
--> find usages successfully stops, but heap usage remains near maximum and increases slowly
- after few seconds click  heap usage indicator to force GC
--> heap usage remains near maximum and increases slowly
--> after some time, with or without forcing GC, OutOfMemoryError occurs

STACKTRACE: (first 10 lines)
An error occurred during parsing of 'java/util/List.java in C:\Programme\Java\jdk1.6.0_03\src.zip'. Please report a bug
against java/source and attach dump file 'C:\Dokumente und Einstellungen\ich\.netbeans\dev090626\var\log\List.dump'.
Comment 1 Dusan Balek 2009-07-13 20:01:10 UTC
Unfortunately, I cannot reproduce the issue in the current dev build. Could you please try to generate the heapdump? Thanks.
Comment 2 ulfzibis 2009-07-14 10:18:02 UTC
Fortunatly, the heapdump was saved yesterday. Where can I file it?
Comment 3 Dusan Balek 2009-07-14 10:23:23 UTC
You could try:
http://editor.netbeans.org/servlets/ProjectDocumentList

Thanks.
Comment 4 Dusan Balek 2009-07-16 17:07:39 UTC
Should be fixed in the current dev build.

*** This issue has been marked as a duplicate of 167881 ***