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 205949 - OutOfMemoryError: Java heap space
Summary: OutOfMemoryError: Java heap space
Status: RESOLVED DUPLICATE of bug 183289
Alias: None
Product: utilities
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-05 15:31 UTC by mklaehn
Modified: 2011-12-07 12:45 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 183450


Attachments
stacktrace (1.71 KB, text/plain)
2011-12-05 15:31 UTC, mklaehn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mklaehn 2011-12-05 15:31:17 UTC
This bug was originally marked as duplicate of bug 201260, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build nbms-and-javadoc-8358-on-20111202)
VM: Java HotSpot(TM) Server VM, 20.1-b02, Java(TM) SE Runtime Environment, 1.6.0_26-b03
OS: Windows XP

User Comments:
GUEST: Everytime I try to execute a "Find" on the "Source Files" folder.

GUEST: loading a big project?

mklaehn: searching for a text match in the open Projects

GUEST: Searching for a string inside my project

peter.sieg: using the "Find in projects" feature to search for a simple string.

GUEST: Searching across all .java files in the main project for a piece of text.

GUEST: searching in a project




Stacktrace: 
java.lang.OutOfMemoryError: Java heap space
   at java.io.BufferedInputStream.fill(BufferedInputStream.java:205)
   at java.io.BufferedInputStream.read1(BufferedInputStream.java:258)
   at java.io.BufferedInputStream.read(BufferedInputStream.java:317)
   at org.netbeans.modules.search.BufferedCharSequence$Source.read(BufferedCharSequence.java:523)
   at org.netbeans.modules.search.BufferedCharSequence$Source.readNext(BufferedCharSequence.java:560)
   at org.netbeans.modules.search.BufferedCharSequence$Sink.next(BufferedCharSequence.java:616)
Comment 1 mklaehn 2011-12-05 15:31:22 UTC
Created attachment 113829 [details]
stacktrace
Comment 2 Jaroslav Havlin 2011-12-07 12:45:41 UTC

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