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 42486 - Out of memory error when searching netbeans
Summary: Out of memory error when searching netbeans
Status: RESOLVED DUPLICATE of bug 19484
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 4.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: issues@utilities
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-26 23:17 UTC by jag
Modified: 2004-08-13 12:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (63.08 KB, text/plain)
2004-04-26 23:18 UTC, jag
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jag 2004-04-26 23:17:05 UTC
I did a full bringover of the NetBeans source and built it (I had to 
make a couple of tweaks to the build and run scripts - they still 
don't do jdk detection correctly on OS X).  It runs fine.  Then I 
took the full NetBeans source hierachy and merged it all into one 
source hierarchy - one big project.  I did this so that I could use 
NetBeans to browse its own source code.  Building the merged 
hierarchy worked fine.  But when I tried to do a "Find..." an odd 
thing happened: the "Find..." operation actually completed and 
gave me a list of places where the string I was looking for 
occurred.  But whenever I'd click on a link I'd get an 
OutOfMemoryError

messages.log is useless in this case because 
OutOfMemoryErrors don't record a stack trace.
Comment 1 jag 2004-04-26 23:18:41 UTC
Created attachment 14566 [details]
messages.log
Comment 2 _ tboudreau 2004-04-27 11:20:35 UTC
I believe there are some known scalability issues with search; I don't know what the status 
of fixing them is.

BTW, please don't file issues against the "ide" project - it's more of a placeholder for 
planned feature lists from a team that no longer exists (it should probably be removed 
from the list of things one can file a bug against, or taken over by QA for routing issues to 
the correct owners; Navigation Project belongs to me because I was on that team, but this 
issue could have gone into a black hole).
Comment 3 Petr Nejedly 2004-04-27 12:02:43 UTC

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