[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [Bug #3467] Fail to compile mscorlib.dll 0.5.6
From: |
nobody |
Subject: |
[Pnet-developers] [Bug #3467] Fail to compile mscorlib.dll 0.5.6 |
Date: |
Wed, 07 May 2003 06:49:49 -0400 |
=================== BUG #3467: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3467&group_id=353
Changes by: Rhys Weatherley <address@hidden>
Date: Wed 05/07/2003 at 10:49 (GMT)
What | Removed | Added
---------------------------------------------------------------------------
Resolution | None | Fixed
Status | Open | Closed
------------------ Additional Follow-up Comments ----------------------------
Fix committed 7 May 2003
=================== BUG #3467: FULL BUG SNAPSHOT ===================
Submitted by: yannis_bres Project: DotGNU Portable.NET
Submitted on: Mon 05/05/2003 at 10:22
Category: None Severity: 5 - Major
Bug Group: None Resolution: Fixed
Assigned to: None Status: Closed
Summary: Fail to compile mscorlib.dll 0.5.6
Original Submission: There is a problem when compiling mscorlib.dll 0.5.6
under Cygwin on Windows XP SP1, when running cscc on the .cs files that compose
the runtime.
It looks like there is a limit in the size of a command-line, either coming
from Cygwin's bash or Win32.
cscc can be lauched successfully with the file list up to
./System/Runtime/CompilerServices/CompilerGlobalScopeAttribute.cs (but there
are a lot of errors due to missing types).
If we add ./System/Runtime/CompilerServices/CustomConstantAttribute.cs, then it
fails:
L:\Cygwin\usr\local\bin\cscc.exe: *** fork: can't reserve memory for stack
0x40000 - 0x240000, Win32 error 487
2049 [main] cscc 4048 sync_with_child: child 3684(0x724) died before
initialization with status code 0x1
2938 [main] cscc 4048 sync_with_child: *** child state waiting for longjmp
fork: Resource temporarily unavailable
If we include some more files, or all the files, or if we try to reduce the
list length with wildcards that will be expanded by the shell, then we end up
with:
bash: /usr/local/bin/cscc: Invalid argument
Any idea/workaround ?
Follow-up Comments
*******************
-------------------------------------------------------
Date: Wed 05/07/2003 at 10:49 By: rweather
Fix committed 7 May 2003
CC list is empty
No files currently attached
For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=3467&group_id=353