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 37371 - Deadlock after double clicking line in search results dialog
Summary: Deadlock after double clicking line in search results dialog
Status: VERIFIED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Search (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marian Petras
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-20 12:28 UTC by _ tboudreau
Modified: 2004-02-24 14:50 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stack trace (25.87 KB, text/plain)
2003-11-20 12:29 UTC, _ tboudreau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2003-11-20 12:28:37 UTC
FWIW I was searching for PrintWriter over the
sources in core/output.  It may be necessary to
double click the line node twice to produce. 
Also, this was done on a dual processor machine,
if that helps.

I'm attaching a thread dump.  It includes at the
top one of Jesse's "this must happen in the event
thread" warnings, as that is the probable source
of the deadlock.

Using current trunk, build 031119
Comment 1 _ tboudreau 2003-11-20 12:29:11 UTC
Created attachment 12240 [details]
stack trace
Comment 2 pzajac 2003-11-20 13:01:31 UTC
reassigned to openide/actions
Comment 3 Marian Mirilovic 2003-11-20 13:56:09 UTC
Just for your information, Search results dialog is going to be
changed layout and default opening position (it will be Window opened
at the bottom of the main window).
Comment 4 Peter Zavadsky 2003-12-03 15:03:29 UTC
The action belong to utilities/search module.
Comment 5 Marian Petras 2004-01-12 15:56:14 UTC
Tim Boudreau is right - the deadlock and the worning have a common
cause - absence of method 'asynchronous()' in class
FullTextType.DetailNode.
Comment 6 Marian Petras 2004-01-12 15:57:05 UTC
fixed in the trunk
Comment 7 Marian Petras 2004-01-13 07:34:41 UTC
correction:
method asynchronous() was missing in the following classes:

        FullTextType.GotoDetailAction
        FullTextType.ShowDetailAction
Comment 8 Jaromir Uhrik 2004-02-24 14:50:11 UTC
Works fine in 200402191900; j2sdk1.4.2_03