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 184437 - using audacity as a test case for c++ module
Summary: using audacity as a test case for c++ module
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-19 11:27 UTC by henri127
Modified: 2010-04-19 22:25 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description henri127 2010-04-19 11:27:02 UTC
When trying to set up the audacity project <http://wiki.audacityteam.org/index.php?title=Developing_On_Windows>, I encounter a lot of problems, especially with parsing. P.e. when changing the include paths for a project. Both minGW and Cygwin. Sometimes deadlock, often stopping at 100%. It is certainly not my system resources (8-core, i7-960), as only 12% CPU is used during this parsing. Now this seems to have influenced also my Java projects, for parsing errors are given without having changed the code, while it also compiles normally. My suggestion would be that developers would use audacity as a test case for the C++ module.