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 107784

Summary: Find usuage hangs
Product: ruby Reporter: gnufied <gnufied>
Component: RHTMLAssignee: Torbjorn Norbye <tor>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: Jstack dump of IDE when find usuage is hung

Description gnufied 2007-06-22 10:30:12 UTC
Find usuage hangs when scanning for method current_user in my project tree at 76%.
Comment 1 Torbjorn Norbye 2007-06-22 18:01:27 UTC
Uh oh. Is it an IDE hang (deadlock), or just that the non-modal find usages task never finishes?  If a deadlock, can you provide a thread dump?  (jps to get pid, 
jstack <pid> to get thead dump in a terminal window).   If it's find usages never finishing, is there by any chance anything in the log file? (See userdir/var/
log/). 

If that doesn't reveal something, perhaps I can add some logging to track down where this happens such that I can find the problematic file. (If there is 
nothing proprietary or secret about your project and you don't mind zipping it up and just mailing it to me, that might a quick approach too. No pressure - 
most companies wouldn't allow their code to be submitted in this way, just checking in case it's a hobby or open source project.) 
Comment 2 gnufied 2007-06-22 19:15:38 UTC
Created attachment 44288 [details]
Jstack dump of IDE when find usuage is hung
Comment 3 gnufied 2007-06-22 19:18:47 UTC
Sorry for such a lame bug report, I knew about it when i filed it. But i was darn busy at that moment and i felt, if i
don't file now, I would probably forget.

I have attached jstack dump as requested and IDE is still responsive and I can cancel the dialog box and resume work.
Also, yes it looks like some file, because again it got hung at 76% exactly.

Sadly my project is proprietory in nature and hence I can't submit entire project tree.
Comment 4 Jiri Kovalsky 2007-07-03 14:10:04 UTC
Reassigning this issue to newly created 'ruby' component.
Comment 5 Torbjorn Norbye 2007-08-10 01:17:22 UTC
Same problem as the one reported in issue 111302

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