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 96199 - Javadoc Index Search Hangs Application
Summary: Javadoc Index Search Hangs Application
Status: RESOLVED DUPLICATE of bug 71450
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-21 18:48 UTC by billslack
Modified: 2008-12-22 11:55 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
A tread dump created from the application that hung. (1.76 KB, application/octet-stream)
2007-02-21 18:56 UTC, billslack
Details

Note You need to log in before you can comment on or make changes to this bug.
Description billslack 2007-02-21 18:48:11 UTC
When using Javdoc Index Search, from time-t0-time it hangs the application.  
This can happen as early as the first activity when Netbeans is first started, 
or it can happen after using the Index Search successfully for a time.
Comment 1 billslack 2007-02-21 18:56:23 UTC
Created attachment 38778 [details]
A tread dump created from the application that hung.
Comment 2 Jan Pokorsky 2007-02-21 19:04:28 UTC
SwingBrowserImpl deadlock, reassigning.
Comment 3 David Simonek 2007-10-31 11:26:22 UTC
Marku, I think you were investigating something similar...
Comment 4 mslama 2007-10-31 11:58:17 UTC
See issue #115293 and #71450. Root cause we are workarounding is JDK issue
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4714674. Unfortunately our workaround is far from perfect and it
causes deadlocks and race conditions (NPE).....

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