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 40792

Summary: Repeated search in VCS FS corrupts nodes in Search Results
Product: utilities Reporter: Antonin Nebuzelsky <anebuzelsky>
Component: SearchAssignee: issues@utilities <issues>
Status: RESOLVED WORKSFORME    
Severity: blocker CC: mentlicher
Priority: P1 Keywords: RANDOM
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: Thread dump of the IDE when frozen

Description Antonin Nebuzelsky 2004-03-05 12:34:05 UTC
Mount a VCS filesystem (e.g. openide/src) and run
Search (e.g. searching for "er") in the filesystem.

Search results are correctly populated with nodes
of the found files.

After searching for another string in the
filesystem (e.g. "oo") the Search Results window's
tree of nodes gets corrupted.

When I clicked on some other nodes in Explorer the
IDE frozen. I will attach the thread dump.

This issue is most probably related to the fix of
memory leak (issue 40504). The problem appears
only with VCS filesystem, not with local FS.
Comment 1 Antonin Nebuzelsky 2004-03-05 12:36:29 UTC
Created attachment 13835 [details]
Thread dump of the IDE when frozen
Comment 2 Antonin Nebuzelsky 2004-03-05 14:46:22 UTC
Unfortunatelly neither I nor Marian could reproduce it. :-/
Closing as worksforme until I encounter the problem again.