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 64852 - Never-ending "Please wait..." occurs occasionally when expanding local variables.
Summary: Never-ending "Please wait..." occurs occasionally when expanding local variab...
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: Martin Entlicher
URL:
Keywords: RANDOM
: 65269 68319 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-09-21 17:05 UTC by Martin Entlicher
Modified: 2010-04-29 09:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2005-09-21 17:05:48 UTC
Occasionally when expanding a complex data structures in local variables, there
remains "Please wait..." node. The correct children are never loaded.
This sometimes happens while reproducing issue #59541.
Comment 1 Martin Entlicher 2005-10-04 11:22:10 UTC
*** Issue 65269 has been marked as a duplicate of this issue. ***
Comment 2 Martin Entlicher 2005-10-05 16:53:40 UTC
It's a synchronization issue.
Comment 3 Martin Entlicher 2005-10-05 17:35:04 UTC
Occasionally also the "Evaluating..." value remains there. Mut it's much harder
to reproduce. The cause might be the same or very similar.
Comment 4 Martin Entlicher 2005-10-06 10:19:43 UTC
An additional check added, that prevents from setting "Please wait..." node
right after the correct children were computed. After that I was not able to
reproduce this issue, so it's hopefully fixed:

/cvs/debuggercore/viewmodel/src/org/netbeans/modules/viewmodel/TreeModelNode.java,v
 <--  TreeModelNode.java
new revision: 1.41; previous revision: 1.40
Comment 5 Martin Entlicher 2005-11-09 10:57:46 UTC
*** Issue 68319 has been marked as a duplicate of this issue. ***
Comment 6 Quality Engineering 2010-04-29 09:25:15 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.