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 145572 - Neverending compiling of sourceroot triggered
Summary: Neverending compiling of sourceroot triggered
Status: RESOLVED DUPLICATE of bug 147656
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
: 146813 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-08-29 13:33 UTC by Tomas Danek
Modified: 2008-10-01 08:21 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
threaddump (11.42 KB, text/plain)
2008-08-29 13:34 UTC, Tomas Danek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Danek 2008-08-29 13:33:50 UTC
Product Version: NetBeans IDE Dev (Build 20080828105910)
Java: 1.6.0_10-beta; Java HotSpot(TM) Client VM 11.0-b11
System: Linux version 2.6.24-19-generic running on i386; UTF-8; en_US (nb)
Userdir: /usr/local/home/tomas/.netbeans/dev
---------------------
- having a large sourceroot with a lot of packages
- choose ~5 java files in one package (in projects view) and copy pasted them into another package
- compiling of sourceroot was triggered, but seems to be never ending (i.e. still running after > 5min)
- maybe only on UI issue that progress did not disspaear?! (CPU cores are ~10% utilized which does not indicate real
compilation work..)

attaching thread dump
Comment 1 Tomas Danek 2008-08-29 13:34:21 UTC
Created attachment 68626 [details]
threaddump
Comment 2 Jan Lahoda 2008-08-29 14:02:48 UTC
From the thread dump it appears that the problem here is really forgotten handle, not real scan being executed.
Comment 3 Jan Becicka 2008-08-29 15:09:54 UTC
And what about code completion? Does it show "scanning in progress?"
Comment 4 Tomas Danek 2008-08-29 16:34:10 UTC
was not able to reproduce again, sorry:(
Comment 5 Jan Becicka 2008-09-04 12:21:51 UTC
Can be related to issue 145615
Comment 6 Jan Lahoda 2008-09-11 15:59:15 UTC
*** Issue 146813 has been marked as a duplicate of this issue. ***
Comment 7 Jan Becicka 2008-10-01 08:21:34 UTC

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