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 225247 - Ide unresponsive
Summary: Ide unresponsive
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: JUnit (show other bugs)
Version: 7.3
Hardware: PC Linux
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-23 16:33 UTC by aldobrucale
Modified: 2013-05-16 13:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Application stapshot (17.37 KB, application/octet-stream)
2013-01-23 16:33 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2013-01-23 16:33:04 UTC
[ BUILD # : 201301172100 ]
[ JDK VERSION : 1.7.0_09 ]

The ide became unreactive after I right-clicked on the declaration of the clone
method for a class.

The top command shows a high cpu usage (127%) and the visualvm sampler show
some intensive lucene activity.
Comment 1 aldobrucale 2013-01-23 16:33:49 UTC
Created attachment 130543 [details]
Application stapshot
Comment 2 Milutin Kristofic 2013-01-29 12:06:02 UTC
It seems AWT is blocked by java.source
Comment 3 Jan Lahoda 2013-02-04 16:46:22 UTC
JUnitMethodRunnerProvider.canHandle wants to take the Java lock in AWT - that should not be done.
Comment 4 Theofanis Oikonomou 2013-05-16 13:54:59 UTC
This should be fixed by http://hg.netbeans.org/main-golden/rev/7cbe1576bbb0. Please try a latest build and reopen if it is still a problem for you. Thank you