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

Summary: using audacity as a test case for c++ module
Product: cnd Reporter: henri127 <henri127>
Component: Code ModelAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: ENHANCEMENT Exception Reporter:

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.