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 186646 - Breakpoints view show infinite "Please wait..."
Summary: Breakpoints view show infinite "Please wait..."
Status: RESOLVED WORKSFORME
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: PC Solaris
: P3 normal (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-25 09:44 UTC by Alexander Simon
Modified: 2010-05-25 12:06 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Trhead dump (35.39 KB, text/plain)
2010-05-25 09:44 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2010-05-25 09:44:10 UTC
Created attachment 99421 [details]
Trhead dump

I try to debug Netbeans 6.9 from Netbeans 6.9 (trunk build).
And have infinite waiting in Breakpoints view.
Threads dump attached
Comment 1 Martin Entlicher 2010-05-25 10:06:36 UTC
Deadlock in "Refresh-After-WindowActivated".

*** This bug has been marked as a duplicate of bug 185900 ***
Comment 2 Alexander Simon 2010-05-25 10:41:15 UTC
not fixed (or not duplicated) because my build has change set a293f7ce43ff
Comment 3 Jaroslav Tulach 2010-05-25 11:45:51 UTC
First of all, I'd like to see some justification of the P1 priority according to NetBeans bug criteria guidelines.

Second, I don't understand why Martin assigned the bug to filesystems. I see no "deadlock". "Refresh-After-WindowActivated" is waiting, but it does not block any other thread. Please justify your reasoning more deeply, so I can follow your thoughts. Thanks.
Comment 4 Martin Entlicher 2010-05-25 11:55:49 UTC
Since I guess that this is not reproducible, moving back to P3.

Load of breakpoints is performed in "JPDA Debugger" thread where it's waiting for parser. The "please wait..." will be displayed until parser is done and breakpoints will be fully loaded. Is the "Please wait..." node replaced with the breakpoint list after parsing is finished? If "Refresh-After-WindowActivated" is not in deadlock, then there is no problem, everything should finish.
Comment 5 Alexander Simon 2010-05-25 12:06:11 UTC
P1 because I need to clean user dir to make  breakpoints working.