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 213619

Summary: UI freeze on startup connecting to remote host
Product: cnd Reporter: mvillella
Component: RemoteAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P2    
Version: 7.1.2   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: log-file with no errors
UI file
Log file after termination
Thread Dump

Description mvillella 2012-06-05 17:15:02 UTC
Created attachment 120390 [details]
log-file with no errors

On startup, if a project or files are automatically opened and Netbeans tries to connect to the remote development host the UI freezes.

If no files are opened automatically, the UI starts up fine and then I am able to connect to the remote host.

No error is reported in messages.log (attached).
Comment 1 mvillella 2012-06-05 17:19:01 UTC
Created attachment 120391 [details]
UI file

Gestures file for review.
Comment 2 mvillella 2012-06-05 17:25:02 UTC
Created attachment 120392 [details]
Log file after termination

This is the log file after I killed the program.
Comment 3 Leonid Lenyashin 2012-06-05 20:18:51 UTC
Feel free to reassign to Alexander if out of cycles
Comment 4 Alexander Simon 2012-06-06 13:55:10 UTC
Please, attach thread dump (http://wiki.netbeans.org/GenerateThreadDump).
Comment 5 mvillella 2012-06-07 11:08:13 UTC
Created attachment 120479 [details]
Thread Dump
Comment 6 Leonid Lenyashin 2012-06-07 11:14:04 UTC
Why do we attempt to connect from a few threads simultaneously?
Comment 7 Alexander Simon 2012-06-07 13:27:02 UTC
Thanks for thread dump.
Issue was fixed when bug #203999 was fixed, change set:
http://hg.netbeans.org/cnd-main/rev/2f2cc8b3e4e1
Could you check fix in development NB version (or NB 7.2 beta)?
Comment 8 Alexander Simon 2012-06-07 15:38:42 UTC

*** This bug has been marked as a duplicate of bug 203999 ***
Comment 9 mvillella 2012-06-07 15:46:24 UTC
Seems to work fine in 7.2beta.
Comment 10 Alexander Simon 2012-06-07 16:03:11 UTC
(In reply to comment #9)
> Seems to work fine in 7.2beta.
Thanks.