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 202550

Summary: IDE hangs on start with existing project
Product: cnd Reporter: Alexander Pepin <apepin>
Component: -- Other --Assignee: issues@cnd <issues>
Status: VERIFIED FIXED    
Severity: normal CC: mmirilovic
Priority: P1 Keywords: REGRESSION
Version: 7.1   
Hardware: PC   
OS: Windows Vista   
Issue Type: DEFECT Exception Reporter:
Attachments: stack dump

Description Alexander Pepin 2011-09-23 10:54:17 UTC
Created attachment 111088 [details]
stack dump

This happens in 7.1 beta build 2011-09-22_22-01-08
Steps to reproduce:
- start IDE with a fresh userdir
- create Welcome sample
- open welcome.cc in the editor
- close IDE
- start IDE once again
Result: IDE hangs forever on "Validating Tool collection on localhost" and "Opening Projects"
Comment 1 Alexander Pepin 2011-09-23 11:10:48 UTC
It's reproducible in trunk as well.

additional step: I created a new newfile.cc in Welcome project and added the following line into it:
int a;
Comment 2 Andrew Krasny 2011-09-23 12:28:14 UTC
The reason of this deadlock is clear. 
For beta the safest fix is not to detect bitness of OS in DebianPackager...
Comment 3 Andrew Krasny 2011-09-23 14:40:50 UTC
Fixed in cnd-main. changeset: c09790727c84
Comment 4 Alexander Pepin 2011-09-23 15:10:48 UTC
verified in cnd-build-5937-on-20110923.
please push the fix into 7.1 beta branch.
Comment 5 Andrew Krasny 2011-09-23 15:29:38 UTC
integrated into release71_beta

changeset:   8cb402f7ba6a
branch:      release71_beta
date:        Fri Sep 23 18:36:08 2011 +0400
summary:     Bug #202550 IDE hangs on start with existing project
Comment 6 Quality Engineering 2011-09-24 14:02:05 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/c09790727c84
User: Andrew Krasny <akrasny@netbeans.org>
Log: Bug #202550 IDE hangs on start with existing project
Comment 7 Alexander Pepin 2011-09-26 08:57:13 UTC
verified in NB 7.1 beta build 201109252201