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 193110 - Parsing of CPP project hangs
Summary: Parsing of CPP project hangs
Status: RESOLVED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-09 10:40 UTC by mortennobel
Modified: 2010-12-22 10:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Thread dump (19.45 KB, application/octet-stream)
2010-12-09 10:42 UTC, mortennobel
Details
Netbeans C++ project (738.31 KB, application/zip)
2010-12-09 10:45 UTC, mortennobel
Details
Self sampling of NB (6.61 KB, application/octet-stream)
2010-12-09 16:33 UTC, mortennobel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mortennobel 2010-12-09 10:40:25 UTC
I'm working on a small Cpp projects (around 30 files). In build Build 201012090001 the net beans parsing of files hangs (not the gcc compilation).

I have attached a thread dump and the project (I don't know if the problem can easily be reproduced).

Product Version = NetBeans IDE Dev (Build 201012090001)
Operating System = Mac OS X version 10.6.5 running on x86_64
Java; VM; Vendor = 1.6.0_22
Runtime = Java HotSpot(TM) 64-Bit Server VM 17.1-b03-307
Comment 1 mortennobel 2010-12-09 10:42:19 UTC
Created attachment 103809 [details]
Thread dump
Comment 2 mortennobel 2010-12-09 10:45:07 UTC
Created attachment 103810 [details]
Netbeans C++ project
Comment 3 Marian Mirilovic 2010-12-09 16:08:14 UTC
Hmm, thread-dump doesn't show any hang. Does it mean the IDE is frozen for a while, or it's just slow ? If it's slow (not frozen), could you please generate log from 'Profile Me' and attach it here ? 
http://wiki.netbeans.org/GenerateThreadDump#Profile_Me_Now
Thanks in advance.
Comment 4 mortennobel 2010-12-09 16:33:38 UTC
Created attachment 103890 [details]
Self sampling of NB
Comment 5 mortennobel 2010-12-09 16:34:49 UTC
Im currently unable to reproduce the problem - but I did run the self sampling when I had the problem.

See attachement

- Morten

(In reply to comment #3)
> Hmm, thread-dump doesn't show any hang. Does it mean the IDE is frozen for a
> while, or it's just slow ? If it's slow (not frozen), could you please generate
> log from 'Profile Me' and attach it here ? 
> http://wiki.netbeans.org/GenerateThreadDump#Profile_Me_Now
> Thanks in advance.
Comment 6 Vladimir Kvashin 2010-12-22 10:30:18 UTC
I tried to reproduce it on Mac 
with NetBeans build 101221-48fb4db1797d, 
but was unable to reproduce. All worked smoothly.