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 154310 - Project property dialog hangs
Summary: Project property dialog hangs
Status: RESOLVED DUPLICATE of bug 160429
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2008-12-02 05:33 UTC by arne_adams
Modified: 2009-06-01 08:30 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
java vm thread dump after kill -3 (49.95 KB, text/plain)
2008-12-02 06:02 UTC, arne_adams
Details
java vm thread dump after a killed set configuration.... (17.97 KB, text/plain)
2008-12-02 10:10 UTC, arne_adams
Details

Note You need to log in before you can comment on or make changes to this bug.
Description arne_adams 2008-12-02 05:33:19 UTC
I have an average size C++ project (~200k loc) with about a dozen configurations.
Accessing the property dialog (context menu project view ->Properties) takes sometimes more than 10 minutes in which the
java VM shows 100% cpu usage. A click on "manage configurations" takes then another 10 minutes until the configurations
dialog shows, selecting another configuration another 10 minutes or so, .....

I did increase the heap limit for the java VM because before that I got memory exceptions.

Kind regards,
Arne Adams
Comment 1 arne_adams 2008-12-02 06:02:00 UTC
Created attachment 74376 [details]
java vm thread dump after kill -3
Comment 2 arne_adams 2008-12-02 10:10:21 UTC
Created attachment 74384 [details]
java vm thread dump after a killed set configuration....
Comment 3 Filip Zamboj 2008-12-02 17:57:12 UTC

*** This issue has been marked as a duplicate of 144332 ***
Comment 4 arne_adams 2008-12-03 06:34:21 UTC
I checked the 144332 and the related issues.
What I found is a performance problem quantified in seconds.
My problem however is a response time of more than 10 minutes in configuration dialogs and sub-dialogs.
Moreover it seems that my problem is related to the number of configurations a C++ project has - after adding a new
configuration the properties dialog did not open even after 20 minutes.
Then I created a new project (from the same sources, with just 3 configurations and everything works fine now).

Is it apparent from both attached thread dumps that 154310 is in fact a duplicate of 144332?
Comment 5 Filip Zamboj 2008-12-03 12:14:28 UTC
Hmm ... according to me, yes. But I will talk to developer about that. 
Comment 6 Leonid Lenyashin 2009-06-01 02:17:39 UTC
please, take a look. I'm not sure it is ours...
Comment 7 Alexander Simon 2009-06-01 07:23:58 UTC
Could you provide us an additional information:
- size of nbproject/configuration.xml file 
- size of java heap
- value in the memory indicator before and after property dialog
Comment 8 Alexander Simon 2009-06-01 08:30:39 UTC
Definitely it is not P1.
User should provide NB more heap memory.
Issue was partly fixed (see IZ#160429)


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