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 - Arbitrary number of compile processes can be invoked.
Summary: Arbitrary number of compile processes can be invoked.
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: cpplite (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-02 19:02 UTC by Jan Lahoda
Modified: 2001-11-05 14:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.