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 11888

Summary: Arbitrary number of compile processes can be invoked.
Product: obsolete Reporter: Jan Lahoda <jlahoda>
Component: cppliteAssignee: issues@obsolete <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description Jan Lahoda 2001-05-02 19:02:41 UTC
When using "makefile", any number of compiling processes can be invoked (one for
each source file in the makefile), leading into high memory consuption and slow
process. It is neccessary to reduce number of concurrently running processes to
small constant (probably 1 is the best).
Tested on module build from CVS branch cpplite_makefile 2nd May 2001.
Comment 1 Jan Chalupa 2001-05-05 21:02:00 UTC
Target milestone -> 3.3
Comment 2 Jan Lahoda 2001-09-13 12:36:02 UTC
Fixed by commit:
Checking in
src/org/netbeans/modules/cpplite/compiler/cpp/CPPCompilerGroup.java;
/usr/local/tigris/data/helm/cvs/repository/cpplite/src/org/netbeans/modules/cpplite/compiler/cpp/CPPCompilerGroup.java,v 
<--  CPPCompilerGroup.java
new revision: 1.5; previous revision: 1.4
done
Processing log script arguments...
More commits to come...
Checking in
src/org/netbeans/modules/cpplite/compiler/library/LibraryCompilerGroup.java;
/usr/local/tigris/data/helm/cvs/repository/cpplite/src/org/netbeans/modules/cpplite/compiler/library/LibraryCompilerGroup.java,v 
<--  LibraryCompilerGroup.java
new revision: 1.3; previous revision: 1.2
done
Processing log script arguments...
More commits to come...
Checking in
src/org/netbeans/modules/cpplite/compiler/makefile/MakefileCompilerGroup.java;
/usr/local/tigris/data/helm/cvs/repository/cpplite/src/org/netbeans/modules/cpplite/compiler/makefile/MakefileCompilerGroup.java,v 
<--  MakefileCompilerGroup.java
new revision: 1.3; previous revision: 1.2
done
Comment 3 Jan Lahoda 2001-11-05 14:48:18 UTC
Verifying cpplite bugs.