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 109411 - Project parsing hangs on 99% for boost
Summary: Project parsing hangs on 99% for boost
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-11 19:13 UTC by Alexander Pepin
Modified: 2007-09-06 18:09 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
full thread dump when parsing hangs (17.13 KB, application/octet-stream)
2007-07-11 19:15 UTC, Alexander Pepin
Details
full thread dump after closing IDE (17.77 KB, application/octet-stream)
2007-07-11 19:16 UTC, Alexander Pepin
Details
stack dump after fixing (45.79 KB, application/octet-stream)
2007-07-12 11:39 UTC, Alexander Pepin
Details
new stack dump (29.64 KB, text/plain)
2007-07-12 14:54 UTC, Alexander Pepin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2007-07-11 19:13:57 UTC
This bug prevents performance tests from working so the IDE can not be closed normally.
Steps to reproduce:
- clean the repository
- open IDE with a fresh userdir
- try to open boost project
Result: Project parsing hangs when the progress bar shows 99%. Moreover, it's impossible to close IDE in ordinal way (by
pressing the cross in the corner of the window). The window closes but the process does not finish and has to be killed
manually.
Comment 1 Alexander Pepin 2007-07-11 19:15:29 UTC
Created attachment 44964 [details]
full thread dump when parsing hangs
Comment 2 Alexander Pepin 2007-07-11 19:16:31 UTC
Created attachment 44965 [details]
full thread dump after closing IDE
Comment 3 Alexander Simon 2007-07-12 10:18:07 UTC
fixed

CVS log:

Checking in UsingDirectiveImpl.java;
/shared/data/ccvs/repository/cnd/modelimpl/src/org/netbeans/modules/cnd/modelimpl/csm/UsingDirectiveImpl.java,v  <-- 
UsingDirectiveImpl.java
new revision: 1.2.2.2.4.10.4.2; previous revision: 1.2.2.2.4.10.4.1
done
Checking in UsingDeclarationImpl.java;
/shared/data/ccvs/repository/cnd/modelimpl/src/org/netbeans/modules/cnd/modelimpl/csm/UsingDeclarationImpl.java,v  <-- 
UsingDeclarationImpl.java
new revision: 1.2.2.2.4.10.4.3; previous revision: 1.2.2.2.4.10.4.2
done
Checking in FriendClassImpl.java;
/shared/data/ccvs/repository/cnd/modelimpl/src/org/netbeans/modules/cnd/modelimpl/csm/FriendClassImpl.java,v  <-- 
FriendClassImpl.java
new revision: 1.1.2.3; previous revision: 1.1.2.2
done
Checking in ClassForwardDeclarationImpl.java;
/shared/data/ccvs/repository/cnd/modelimpl/src/org/netbeans/modules/cnd/modelimpl/csm/ClassForwardDeclarationImpl.java,v
 <--  ClassForwardDeclarationImpl.java
new revision: 1.2.2.2.4.7.4.1; previous revision: 1.2.2.2.4.7
done
Checking in NamespaceAliasImpl.java;
/shared/data/ccvs/repository/cnd/modelimpl/src/org/netbeans/modules/cnd/modelimpl/csm/NamespaceAliasImpl.java,v  <-- 
NamespaceAliasImpl.java
new revision: 1.2.2.2.4.9.4.1; previous revision: 1.2.2.2.4.9
done
Checking in core/Resolver3.java;
/shared/data/ccvs/repository/cnd/modelimpl/src/org/netbeans/modules/cnd/modelimpl/csm/core/Resolver3.java,v  <-- 
Resolver3.java
new revision: 1.2.2.2.8.8.4.5; previous revision: 1.2.2.2.8.8.4.4
done
Comment 4 Alexander Pepin 2007-07-12 11:39:47 UTC
Created attachment 45003 [details]
stack dump after fixing
Comment 5 Alexander Pepin 2007-07-12 11:40:50 UTC
The bug is still reproducible.
Comment 6 Alexander Simon 2007-07-12 13:30:09 UTC
fixed

CVS log:

Checking in Resolver3.java;
/shared/data/ccvs/repository/cnd/modelimpl/src/org/netbeans/modules/cnd/modelimpl/csm/core/Resolver3.java,v  <-- 
Resolver3.java
new revision: 1.2.2.2.8.8.4.6; previous revision: 1.2.2.2.8.8.4.5
done
Comment 7 Alexander Pepin 2007-07-12 14:52:59 UTC
still reproducible
Comment 8 Alexander Pepin 2007-07-12 14:54:09 UTC
Created attachment 45015 [details]
new stack dump
Comment 9 Alexander Pepin 2007-07-17 14:10:27 UTC
After some fixes the bug is not appearing any more. So I mark it as fixed and verified. 
Comment 10 Alexander Pepin 2007-07-17 14:13:32 UTC
see the comment above